Searched refs:PCI_ROM_ADDR_MASK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c53 #define PCI_ROM_ADDR_MASK 0xFFFFFC00 /* the 21 MSBs form the BAR */ macro
289 if (io.pi_data & PCI_ROM_ADDR_MASK)
290 romsize = -(io.pi_data & PCI_ROM_ADDR_MASK);

Completed in 209 milliseconds