Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahci_rust.h15 #define MAX_AHCI_DEVICES 100 macro
19 …_structure_header_t *ahci_devs[MAX_AHCI_DEVICES], struct pci_device_structure_general_device_t *ge…
Dahci.c10 …_structure_header_t *ahci_devs[MAX_AHCI_DEVICES], struct pci_device_structure_general_device_t *ge… in ahci_cpp_init() argument
Dmod.rs31 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()
Dahci.h13 #define MAX_AHCI_DEVICES 100 macro
339 } ahci_devices[MAX_AHCI_DEVICES];