Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c1164 u32 port_led_state = emp->led_state; in ahci_activity_store() local
1172 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1173 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1174 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()
1179 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1180 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1181 port_led_state |= EM_MSG_LED_VALUE_ON; /* check this */ in ahci_activity_store()
1182 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1221 u32 port_led_state = emp->led_state; in ahci_activity_store() local
1229 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1230 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1231 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()
1236 port_led_state &= EM_MSG_LED_VALUE_OFF; in ahci_activity_store()
1237 port_led_state |= (ap->port_no | (link->pmp << 8)); in ahci_activity_store()
1238 port_led_state |= EM_MSG_LED_VALUE_ON; /* check this */ in ahci_activity_store()
1239 ap->ops->transmit_led_message(ap, port_led_state, 4); in ahci_activity_store()

Completed in 9 milliseconds