Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h65 BHNDB_PCI_QUIRK_SRSH_WAR = (1<<0), enumerator
H A Dbhndb_pci.c191 BHNDB_PCI_QUIRK(HWREV_ANY, BHNDB_PCI_QUIRK_SRSH_WAR),
197 BHNDB_PCI_QUIRK(HWREV_ANY, BHNDB_PCI_QUIRK_SRSH_WAR),
812 if ((sc->pci_quirks & BHNDB_PCI_QUIRK_SRSH_WAR) == 0) in bhndb_pci_srsh_pi_war()