HomeSort by: relevance | last modified time | path
    Searched refs:AHCI_MAX_PORTS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ahcisatavar.h 66 struct ata_channel *sc_chanarray[AHCI_MAX_PORTS];
84 } sc_channels[AHCI_MAX_PORTS];
ahcisatareg.h 31 #define AHCI_MAX_PORTS 32
ahcisata_core.c 194 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) {
214 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) {
391 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) {
523 for (int i = 0; i < AHCI_MAX_PORTS; i++) {
548 for (i = 0, port = 0; i < AHCI_MAX_PORTS; i++) {

Completed in 36 milliseconds