Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c624 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()
A Dpci_regs.h213 #define PCIM_BAR_MEM_MASK (~0x0fUL) macro

Completed in 9 milliseconds