Home
last modified time | relevance | path

Searched refs:BHND_CHIPTYPE_SIBA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c107 if (hint->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
133 if (CHIPC_GET_BITS(idreg, CHIPC_ID_BUS) != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
141 if (cid->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
H A Dsiba_bhndb.c100 if (cid->chip_type != BHND_CHIPTYPE_SIBA) in siba_bhndb_probe()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h44 (CHIPC_GET_BITS((_chipid), CHIPC_ID_BUS) != BHND_CHIPTYPE_SIBA)
/freebsd/sys/dev/bhnd/
H A Dbhnd_ids.h524 #define BHND_CHIPTYPE_SIBA 0 /**< siba(4) interconnect */ macro
H A Dbhnd_subr.c1801 case BHND_CHIPTYPE_SIBA: in bhnd_set_default_bus_desc()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c392 if (probe->cid.chip_type == BHND_CHIPTYPE_SIBA) { in bhndb_pci_attach()