Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/riscv/sifive/
HDfu740_pci_dw.c306 (PCIM_BRIO_32 << 8) | PCIM_BRIO_32); in fupci_init()
/freebsd-13-stable/sys/dev/pci/
HDpci_pci.c225 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in pcib_write_windows()
513 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in pcib_probe_windows()
846 if ((iolow & PCIM_BRIO_MASK) == PCIM_BRIO_32) in pcib_get_io_decode()
853 if ((iolow & PCIM_BRIO_MASK) == PCIM_BRIO_32) in pcib_get_io_decode()
HDpcireg.h272 #define PCIM_BRIO_32 0x1 macro
/freebsd-13-stable/usr.sbin/pciconf/
HDpciconf.c366 if ((val & PCIM_BRIO_MASK) == PCIM_BRIO_32) { in print_bridge_windows()