Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Daty128fb.c523 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, info) argument
524 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, info) argument
528 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
531 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
537 _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
540 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()