Home
last modified time | relevance | path

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

/freebsd/sys/riscv/sifive/
H A Dfu740_pci_dw.c305 (PCIM_BRIO_32 << 8) | PCIM_BRIO_32); in fupci_init()
/freebsd/sys/dev/pci/
H A Dpcireg.h272 #define PCIM_BRIO_32 0x1 macro
H A Dpci_pci.c215 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in pcib_write_windows()
521 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in pcib_probe_windows()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c646 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in print_bridge_windows()