Home
last modified time | relevance | path

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

/Linux-v6.6/arch/sh/boards/mach-hp6xx/
Dpm.c112 hd64461_stbcr = inw(HD64461_STBCR); in hp6x0_pm_enter()
114 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter()
134 hd64461_stbcr = inw(HD64461_STBCR); in hp6x0_pm_enter()
136 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter()
Dsetup.c129 v = inw(HD64461_STBCR); in hp6xx_setup()
138 outw(v, HD64461_STBCR); in hp6xx_setup()
/Linux-v6.6/drivers/video/fbdev/
Dhitfb.c199 v = hitfb_readw(HD64461_STBCR); in hitfb_blank()
201 hitfb_writew(v, HD64461_STBCR); in hitfb_blank()
203 v = hitfb_readw(HD64461_STBCR); in hitfb_blank()
205 hitfb_writew(v, HD64461_STBCR); in hitfb_blank()
448 v = hitfb_readw(HD64461_STBCR); in hitfb_suspend()
450 hitfb_writew(v, HD64461_STBCR); in hitfb_suspend()
459 v = hitfb_readw(HD64461_STBCR); in hitfb_resume()
462 v = hitfb_readw(HD64461_STBCR); in hitfb_resume()
464 hitfb_writew(v, HD64461_STBCR); in hitfb_resume()
/Linux-v6.6/arch/sh/include/asm/
Dhd64461.h30 #define HD64461_STBCR HD64461_IO_OFFSET(0x00000000) macro