Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.h246 static inline u32 __INPLL(struct radeonfb_info *rinfo, u32 addr) in __INPLL() function
272 tmp = __INPLL(rinfo, index); in __OUTPLLP()
278 #define INPLL(addr) __INPLL(rinfo, addr)
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h418 u32 __INPLL(struct radeonfb_info *rinfo, u32 addr);
423 #define INPLL(addr) __INPLL(rinfo, addr)
H A Dradeon_base.c325 u32 __INPLL(struct radeonfb_info *rinfo, u32 addr) in __INPLL() function
349 tmp = __INPLL(rinfo, index); in __OUTPLLP()
H A Dradeon_pm.c752 __INPLL(rinfo, pllPIXCLKS_CNTL) in radeon_pm_program_v2clk()