Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dpm3fb.c801 l_fb_info->memt.caps = PM3_READ_REG(PM3LocalMemCaps); in pm3fb_preserve_memory_timings()
802 l_fb_info->memt.timings = PM3_READ_REG(PM3LocalMemTimings); in pm3fb_preserve_memory_timings()
803 l_fb_info->memt.control = PM3_READ_REG(PM3LocalMemControl); in pm3fb_preserve_memory_timings()
804 l_fb_info->memt.refresh = PM3_READ_REG(PM3LocalMemRefresh); in pm3fb_preserve_memory_timings()
805 l_fb_info->memt.powerdown = PM3_READ_REG(PM3LocalMemPowerDown); in pm3fb_preserve_memory_timings()
884 return (PM3_READ_REG(PM3RD_IndexedData)); in pm3fb_read_dac_reg()
992 DPRINTK(2, "PM3Aperture0: 0x%08x\n", PM3_READ_REG(PM3Aperture0)); in pm3fb_show_cur_mode()
993 DPRINTK(2, "PM3Aperture1: 0x%08x\n", PM3_READ_REG(PM3Aperture1)); in pm3fb_show_cur_mode()
995 PM3_READ_REG(PM3ByAperture1Mode)); in pm3fb_show_cur_mode()
997 PM3_READ_REG(PM3ByAperture2Mode)); in pm3fb_show_cur_mode()
[all …]
Dpm3fb.h1215 #define PM3_READ_REG(r) __swab32(readl((l_fb_info->vIOBase + r))) macro
1219 #define PM3_READ_REG(r) readl((l_fb_info->vIOBase + r)) macro
1224 #define PM3_READ_REG(r) fb_readl((l_fb_info->vIOBase + r)) macro
1236 while(PM3_READ_REG(PM3InFIFOSpace)<(n)); \
1242 while(delay--){tmp = PM3_READ_REG(PM3InFIFOSpace);}; \