Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/boards/mach-hp6xx/
Dpm.c113 hd64461_stbcr = inw(HD64461_STBCR); in hp6x0_pm_enter()
115 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter()
135 hd64461_stbcr = inw(HD64461_STBCR); in hp6x0_pm_enter()
137 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter()
Dsetup.c130 v = inw(HD64461_STBCR); in hp6xx_setup()
139 outw(v, HD64461_STBCR); in hp6xx_setup()
/linux-2.6.39/drivers/video/
Dhitfb.c184 v = fb_readw(HD64461_STBCR); in hitfb_blank()
186 fb_writew(v, HD64461_STBCR); in hitfb_blank()
188 v = fb_readw(HD64461_STBCR); in hitfb_blank()
190 fb_writew(v, HD64461_STBCR); in hitfb_blank()
436 v = fb_readw(HD64461_STBCR); in hitfb_suspend()
438 fb_writew(v, HD64461_STBCR); in hitfb_suspend()
447 v = fb_readw(HD64461_STBCR); in hitfb_resume()
450 v = fb_readw(HD64461_STBCR); in hitfb_resume()
452 fb_writew(v, HD64461_STBCR); in hitfb_resume()
/linux-2.6.39/arch/sh/include/asm/
Dhd64461.h29 #define HD64461_STBCR HD64461_IO_OFFSET(0x00000000) macro