Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h113 #define AHCI_MAX_PORTS 32 macro
164 struct ahci_ioports port[AHCI_MAX_PORTS];
165 u16 *ataid[AHCI_MAX_PORTS];
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h40 AHCI_MAX_PORTS = 32, enumerator
H A Dlibahci_platform.c459 if (child_nodes > AHCI_MAX_PORTS) { in ahci_platform_get_resources()
H A Dlibahci.c519 for (i = 0; i < AHCI_MAX_PORTS; i++) in ahci_save_initial_config()