Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs1245 address_type: MemoryBarType,
1295 address_type, in fmt()
1303 address, size, address_type, prefetchable, virtaddress in fmt()
1406 let address_type = MemoryBarType::try_from(((bar_orig & 0x00000006) >> 1) as u8)?; in pci_bar_init() localVariable
1407 if address_type == MemoryBarType::Width64 { in pci_bar_init()
1451 address_type, in pci_bar_init()