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

/freebsd-13-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcireg.h135 #define BHND_PCI_SRSH_PI_SHIFT 12 /* bit 15:12 */ macro
400 #define BHND_PCIE_SRSH_PI_SHIFT BHND_PCI_SRSH_PI_SHIFT
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c832 srsh_val = (val & BHND_PCI_SRSH_PI_MASK) >> BHND_PCI_SRSH_PI_SHIFT;
840 val |= (pci_val << BHND_PCI_SRSH_PI_SHIFT);

Completed in 113 milliseconds