Lines Matching defs:hz
536 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz)
539 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
546 if (hz == 56)
548 else if (hz == 60)
550 else if (hz == 70)
552 else if (hz == 72)
554 else if (hz == 75)
556 else if (hz == 85)
601 gu1_set_display_mode(int xres, int yres, int bpp, int hz)
604 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
614 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1615 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1618 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1623 *hz = 56;
1625 *hz = 60;
1627 *hz = 70;
1629 *hz = 72;
1631 *hz = 75;
1633 *hz = 85;
1708 int hz = 0;
1713 hz = 56;
1715 hz = 60;
1717 hz = 70;
1719 hz = 72;
1721 hz = 75;
1723 hz = 85;
1725 return (hz);
1739 gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1743 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1752 *hz = 60;
1779 *hz = 56;
1781 *hz = 60;
1783 *hz = 70;
1785 *hz = 72;
1787 *hz = 75;
1789 *hz = 85;
1804 gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1808 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1817 *hz = 60;
1844 *hz = 56;
1846 *hz = 60;
1848 *hz = 70;
1850 *hz = 72;
1852 *hz = 75;
1854 *hz = 85;
1867 gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1871 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1882 if (hz == 56)
1884 else if (hz == 60)
1886 else if (hz == 70)
1888 else if (hz == 72)
1890 else if (hz == 75)
1892 else if (hz == 85)
1943 gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1946 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1978 *hz = 56;
1980 *hz = 60;
1982 *hz = 70;
1984 *hz = 72;
1986 *hz = 75;
1988 *hz = 85;