Searched refs:KHz (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_drv.h47 #define KHz(x) (1000*x) macro
48 #define MHz(x) KHz(1000*x)
H A Dintel_display.c2833 * but the crtc->mode.clock in in KHz. To get the divisors,
2835 * convert the virtual clock precision to KHz here for higher
4020 * mode pixel clock is stored in units of 1KHz.
4024 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;

Completed in 1607 milliseconds