Searched refs:LED_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp.h | 157 LED_CONTROL = offsetof(struct ctrl_reg, led_control), enumerator 493 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 495 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 503 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 505 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 513 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in read_amber_LED() 524 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 526 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_on() 533 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_off() 535 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in green_LED_off() [all …]
|
D | cpqphp_ctrl.c | 1136 u32 leds = readl(ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1180 writel(0x0L, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 1240 writel(leds, ctrl->hpc_reg + LED_CONTROL); in set_controller_speed() 2164 writel(*work_LED, ctrl->hpc_reg + LED_CONTROL); in switch_leds() 2198 save_LED = readl(ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2206 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2210 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2215 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2225 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() 2235 writel(work_LED, ctrl->hpc_reg + LED_CONTROL); in cpqhp_hardware_test() [all …]
|
/linux-4.4.14/drivers/memstick/host/ |
D | jmb38x_ms.c | 47 LED_CONTROL = 0x4c, enumerator
|