Home
last modified time | relevance | path

Searched refs:pll_index (Results 1 – 3 of 3) sorted by relevance

/drivers/video/intelfb/
Dintelfbhw.c78 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
84 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
94 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
124 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
130 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
136 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
142 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
148 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
154 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
160 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
[all …]
Dintelfb.h359 int pll_index; member
/drivers/video/aty/
Daty128fb.c530 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument
531 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument
534 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
537 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
542 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
545 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()