Home
last modified time | relevance | path

Searched refs:POWER_MANAGEMENT (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/arm/mach-dove/include/mach/
Dbridge-regs.h52 #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE + 0x011c) macro
/Linux-v4.19/drivers/video/fbdev/aty/
Datyfb_base.c1509 for (i = 0; i <= POWER_MANAGEMENT; i++) { in atyfb_set_par()
2011 pm = aty_ld_lcd(POWER_MANAGEMENT, par); in aty_power_mgmt()
2013 aty_st_lcd(POWER_MANAGEMENT, pm, par); in aty_power_mgmt()
2014 pm = aty_ld_lcd(POWER_MANAGEMENT, par); in aty_power_mgmt()
2020 aty_st_lcd(POWER_MANAGEMENT, pm, par); in aty_power_mgmt()
2021 pm = aty_ld_lcd(POWER_MANAGEMENT, par); in aty_power_mgmt()
2025 aty_st_lcd(POWER_MANAGEMENT, pm, par); in aty_power_mgmt()
2026 pm = aty_ld_lcd(POWER_MANAGEMENT, par); in aty_power_mgmt()
2029 aty_st_lcd(POWER_MANAGEMENT, pm, par); in aty_power_mgmt()
2031 pm = aty_ld_lcd(POWER_MANAGEMENT, par); in aty_power_mgmt()
[all …]
Daty128fb.c2441 aty_st_pll(POWER_MANAGEMENT, pmgt); in aty128_set_suspend()
2442 (void)aty_ld_pll(POWER_MANAGEMENT); in aty128_set_suspend()
/Linux-v4.19/include/video/
Daty128.h263 #define POWER_MANAGEMENT 0x002f macro
Dmach64.h1265 #define POWER_MANAGEMENT 0x08 macro
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h138 POWER_MANAGEMENT = BIT(7), enumerator
Dhost_interface.c490 if (param->flag & POWER_MANAGEMENT) { in handle_cfg_param()