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

/freebsd-11.0-release/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcireg.h132 #define BHND_PCI_SRSH_PI_MASK 0xf000 /* bit 15:12 */ macro
399 #define BHND_PCIE_SRSH_PI_MASK BHND_PCI_SRSH_PI_MASK
/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c341 sprom_cidx = (val & BHND_PCI_SRSH_PI_MASK) >> BHND_PCI_SRSH_PI_SHIFT;
347 val &= ~BHND_PCI_SRSH_PI_MASK;

Completed in 60 milliseconds