Searched refs:LED_CONTROL (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | cpqphp.h | 156 LED_CONTROL = offsetof(struct ctrl_reg, led_control), enumerator 485 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 487 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 495 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 497 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 505 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in read_amber_LED() 516 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 518 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 525 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_off() 527 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_off() [all …]
|
D | cpqphp_ctrl.c | 1132 u32 leds = readl(ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1172 writel(0x0L, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1232 writel(leds, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 2157 writel(*work_LED, ctrl->hpc_reg + LED_CONTROL); in switch_leds() 2191 save_LED = readl(ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2199 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2203 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2208 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2218 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2228 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() [all …]
|
/drivers/staging/rtl8187se/ |
D | r8180_hw.h | 472 #define LED_CONTROL 0xED macro
|
/drivers/memstick/host/ |
D | jmb38x_ms.c | 45 LED_CONTROL = 0x4c, enumerator
|