Searched refs:LED_CONTROL (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | cpqphp.h | 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() 534 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in green_LED_blink() [all …]
|
| H A 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-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.h | 151 LED_CONTROL = 0xb, enumerator
|
| H A D | agilent_82357a.c | 1227 writes[0].address = LED_CONTROL; in agilent_82357a_init() 1276 writes[17].address = LED_CONTROL; in agilent_82357a_init() 1403 writes[5].address = LED_CONTROL; in agilent_82357a_go_idle()
|
| /linux-6.15/drivers/memstick/host/ |
| H A D | jmb38x_ms.c | 43 LED_CONTROL = 0x4c, enumerator
|