Home
last modified time | relevance | path

Searched refs:port_led_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/ata/
Dlibahci.c1220 u32 port_led_state = emp->led_state; in ahci_activity_store() local
1228 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1229 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1230 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()
1235 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1236 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1237 port_led_state |= EM_MSG_LED_VALUE_ON; /* check this */ in ahci_activity_store()
1238 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()