Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dahcisatavar.h66 struct ata_channel *sc_chanarray[AHCI_MAX_PORTS];
84 } sc_channels[AHCI_MAX_PORTS];
Dahcisatareg.h31 #define AHCI_MAX_PORTS 32 macro
Dahcisata_core.c194 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) { in ahci_setup_ports()
214 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) { in ahci_reprobe_drives()
391 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) { in ahci_attach()
523 for (int i = 0; i < AHCI_MAX_PORTS; i++) { in ahci_childdetached()
548 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) { in ahci_detach()