Searched refs:LED_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/pci/hotplug/ |
D | cpqphp.h | 143 LED_CONTROL = offsetof(struct ctrl_reg, led_control), enumerator 484 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 486 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 494 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 496 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 504 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in read_amber_LED() 515 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 517 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 524 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_off() 526 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_off() [all …]
|
D | cpqphp_ctrl.c | 1121 u32 leds = readl(ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1163 writel(0x0L, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1223 writel(leds, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 2106 writel(*work_LED, ctrl->hpc_reg + LED_CONTROL); in switch_leds() 2140 save_LED = readl(ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2148 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2152 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2157 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2167 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2177 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() [all …]
|
/linux-5.19.10/drivers/memstick/host/ |
D | jmb38x_ms.c | 43 LED_CONTROL = 0x4c, enumerator
|