Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c614 rt_uint32_t cfg64; in rt_pci_device_alloc_resource() local
620 rt_pci_read_config_u32(pdev, bar_base + sizeof(rt_uint32_t), &cfg64); in rt_pci_device_alloc_resource()
622 bar64 = ((rt_uint64_t)cfg64 << 32) | cfg; in rt_pci_device_alloc_resource()

Completed in 6 milliseconds