Searched refs:PCIM_BAR_MEM_MASK (Results 1 – 2 of 2) sorted by relevance
624 size = ~(bar64 & PCIM_BAR_MEM_MASK) + 1; in rt_pci_device_alloc_resource()630 size = (rt_uint32_t)(~(cfg & PCIM_BAR_MEM_MASK) + 1); in rt_pci_device_alloc_resource()
213 #define PCIM_BAR_MEM_MASK (~0x0fUL) macro
Completed in 9 milliseconds