Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c615 rt_uint64_t bar64; in rt_pci_device_alloc_resource() local
622 bar64 = ((rt_uint64_t)cfg64 << 32) | cfg; in rt_pci_device_alloc_resource()
624 size = ~(bar64 & PCIM_BAR_MEM_MASK) + 1; in rt_pci_device_alloc_resource()

Completed in 8 milliseconds