Home
last modified time | relevance | path

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

/drivers/video/fbdev/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.h357 int pll_index; member
/drivers/video/fbdev/aty/
Daty128fb.c569 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument
570 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument
573 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
576 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
581 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
584 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()