Searched refs:MAX_AHCI_DEVICES (Results 1 – 4 of 4) sorted by relevance
15 #define MAX_AHCI_DEVICES 100 macro19 …_structure_header_t *ahci_devs[MAX_AHCI_DEVICES], struct pci_device_structure_general_device_t *ge…
10 …_structure_header_t *ahci_devs[MAX_AHCI_DEVICES], struct pci_device_structure_general_device_t *ge… in ahci_cpp_init() argument
31 AHCI_MAPPING_BASE, MAX_AHCI_DEVICES, PAGE_2M_MASK,56 let mut ahci_devs: [*mut pci_device_structure_header_t; MAX_AHCI_DEVICES as usize] = in ahci_rust_init()57 [0 as *mut pci_device_structure_header_t; MAX_AHCI_DEVICES as usize]; in ahci_rust_init()58 let mut gen_devs: [*mut pci_device_structure_general_device_t; MAX_AHCI_DEVICES as usize] = in ahci_rust_init()59 [0 as *mut pci_device_structure_general_device_t; MAX_AHCI_DEVICES as usize]; in ahci_rust_init()
13 #define MAX_AHCI_DEVICES 100 macro339 } ahci_devices[MAX_AHCI_DEVICES];