Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dahci.h261 EM_MAX_SLOTS = SATA_PMP_MAX_PORTS, enumerator
325 struct ahci_em_priv em_priv[EM_MAX_SLOTS];
Dahci_seattle.c91 if (pmp >= EM_MAX_SLOTS) in seattle_transmit_led_message()
Dsata_highbank.c141 if (pmp < EM_MAX_SLOTS) in ecx_transmit_led_message()
Dlibahci.c1123 if (pmp < EM_MAX_SLOTS) in ahci_transmit_led_message()
1198 if (pmp < EM_MAX_SLOTS) { in ahci_led_store()
1199 pmp = array_index_nospec(pmp, EM_MAX_SLOTS); in ahci_led_store()