Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.c19 static uint32_t count_ahci_devices = 0; variable
150 pci_get_device_structure(0x1, 0x6, ahci_devs, &count_ahci_devices); in ahci_init()
152 if (count_ahci_devices == 0) in ahci_init()
164 for (int i = 0; i < count_ahci_devices; ++i) in ahci_init()