Searched refs:LED_CONTROL (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.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 | 1122 	u32 leds = readl(ctrl->hpc_reg + LED_CONTROL);  in set_controller_speed() 1164 	writel(0x0L, ctrl->hpc_reg + LED_CONTROL);  in set_controller_speed() 1224 	writel(leds, ctrl->hpc_reg + LED_CONTROL);  in set_controller_speed() 2118 		writel(*work_LED, ctrl->hpc_reg + LED_CONTROL);  in switch_leds() 2152 		save_LED = readl(ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() 2160 		writel(work_LED, ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() 2164 		writel(work_LED, ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() 2169 		writel(work_LED, ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() 2179 			writel(work_LED, ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() 2189 			writel(work_LED, ctrl->hpc_reg + LED_CONTROL);  in cpqhp_hardware_test() [all …] 
 | 
| /Linux-v5.10/drivers/memstick/host/ | 
| D | jmb38x_ms.c | 43 	LED_CONTROL       = 0x4c,  enumerator
  |