Searched refs:LED_CONTROL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp.h | 143 LED_CONTROL = offsetof(struct ctrl_reg, led_control), enumerator 479 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 481 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 489 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 491 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 499 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in read_amber_LED() 510 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 512 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 519 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_off() 521 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_off() [all …]
|
D | cpqphp_ctrl.c | 1122 u32 leds = readl(ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1166 writel(0x0L, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1226 writel(leds, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 2151 writel(*work_LED, ctrl->hpc_reg + LED_CONTROL); in switch_leds() 2185 save_LED = readl(ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2193 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2197 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2202 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2212 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2222 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() [all …]
|
/Linux-v4.19/drivers/memstick/host/ |
D | jmb38x_ms.c | 47 LED_CONTROL = 0x4c, enumerator
|