Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcireg.h132 #define BHND_PCI_SRSH_PI_MASK 0xf000 /* bit 15:12 */ macro
397 #define BHND_PCIE_SRSH_PI_MASK BHND_PCI_SRSH_PI_MASK /**< bits 15:12 of the PCI core address */
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c829 srsh_val = (val & BHND_PCI_SRSH_PI_MASK) >> BHND_PCI_SRSH_PI_SHIFT; in bhndb_pci_srsh_pi_war()
836 val &= ~BHND_PCI_SRSH_PI_MASK; in bhndb_pci_srsh_pi_war()