Home
last modified time | relevance | path

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

/drivers/ata/
Dahci.h258 EM_MAX_SLOTS = SATA_PMP_MAX_PORTS, enumerator
322 struct ahci_em_priv em_priv[EM_MAX_SLOTS];
Dahci_seattle.c92 if (pmp >= EM_MAX_SLOTS) in seattle_transmit_led_message()
Dsata_highbank.c141 if (pmp < EM_MAX_SLOTS) in ecx_transmit_led_message()
Dlibahci.c1067 if (pmp < EM_MAX_SLOTS) in ahci_transmit_led_message()
1142 if (pmp < EM_MAX_SLOTS) { in ahci_led_store()
1143 pmp = array_index_nospec(pmp, EM_MAX_SLOTS); in ahci_led_store()