Searched refs:bus_end (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/driver/pci/ |
H A D | ecam.rs | 23 pub bus_end: u8, field 32 bus_end: u8, in new() 38 bus_end, in new() 61 ecam_root_info.bus_end, in add_ecam_root_info()
|
H A D | root.rs | 39 pub bus_end: u8, field 52 …root_info.segment_group_number, ecam_root_info.bus_begin, ecam_root_info.bus_end, ecam_root_info.p… in fmt() 81 bus_end: u8, in new() 88 bus_end, in new() 102 let bus_number = (self.bus_end - self.bus_begin) as u32 + 1; in map()
|
/DragonOS/kernel/src/arch/riscv64/pci/ |
H A D | pci_host_ecam.rs | 24 let (bus_begin, bus_end) = match bus_range.len() { in pci_host_ecam_driver_init() 48 bus_end, in pci_host_ecam_driver_init() 55 bus_end as u8, in pci_host_ecam_driver_init()
|
/DragonOS/kernel/src/arch/x86_64/pci/ |
H A D | pci.rs | 79 let bus_end = X86_64PciArch::read_config_early(0, 0, 0, 0x45); in x86_64_pci_init() localVariable 82 let root = PciRoot::new(None, PciCam::Portiocam, bus_begin, bus_end); in x86_64_pci_init()
|