Searched refs:size32 (Results 1 – 1 of 1) sorted by relevance
401 uint32_t size32, offset, lo, hi = 0U; in init_bars() local454 size32 = pci_pdev_read_cfg(pbdf, offset, 4U); in init_bars()457 vbar->mask = size32 & mask; in init_bars()459 vbar->size = (uint64_t)size32 & mask; in init_bars()473 size32 = pci_pdev_read_cfg(pbdf, offset, 4U); in init_bars()476 vbar->size |= ((uint64_t)size32 << 32U); in init_bars()486 vbar->mask = size32; in init_bars()
Completed in 3 milliseconds