Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/pci/
H A Dp5pb.c158 if (sc->bridge_type == P5PB_BRIDGE_CVPPC) { in p5pb_attach()
180 if (sc->bridge_type == P5PB_BRIDGE_GREX1200) in p5pb_attach()
182 else if (sc->bridge_type == P5PB_BRIDGE_GREX4000) in p5pb_attach()
203 if (sc->bridge_type != P5PB_BRIDGE_CVPPC) { in p5pb_attach()
241 sc->bridge_type = P5PB_BRIDGE_CVPPC; in p5pb_identify_bridge()
255 sc->bridge_type = P5PB_BRIDGE_CVPPC; in p5pb_identify_bridge()
264 sc->bridge_type = P5PB_BRIDGE_GREX4000; in p5pb_identify_bridge()
267 sc->bridge_type = P5PB_BRIDGE_GREX1200; in p5pb_identify_bridge()
H A Dp5pbvar.h55 uint8_t bridge_type; member