Searched refs:HD64461_STBCR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/ |
H A D | pm.c | 112 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()
|
H A D | setup.c | 129 v = inw(HD64461_STBCR); in hp6xx_setup() 138 outw(v, HD64461_STBCR); in hp6xx_setup()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-hp6xx/ |
H A D | pm.c | 112 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()
|
H A D | setup.c | 129 v = inw(HD64461_STBCR); in hp6xx_setup() 138 outw(v, HD64461_STBCR); in hp6xx_setup()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hitfb.c | 183 v = fb_readw(HD64461_STBCR); in hitfb_blank() 185 fb_writew(v, HD64461_STBCR); in hitfb_blank() 187 v = fb_readw(HD64461_STBCR); in hitfb_blank() 189 fb_writew(v, HD64461_STBCR); in hitfb_blank() 434 v = fb_readw(HD64461_STBCR); in hitfb_suspend() 436 fb_writew(v, HD64461_STBCR); in hitfb_suspend() 445 v = fb_readw(HD64461_STBCR); in hitfb_resume() 448 v = fb_readw(HD64461_STBCR); in hitfb_resume() 450 fb_writew(v, HD64461_STBCR); in hitfb_resume()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hitfb.c | 199 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()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | hd64461.h | 30 #define HD64461_STBCR HD64461_IO_OFFSET(0x00000000) macro
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | hd64461.h | 30 #define HD64461_STBCR HD64461_IO_OFFSET(0x00000000) macro
|
Completed in 4 milliseconds