Home | History | Annotate | Download | only in pci

Lines Matching refs:p5pb_softc

90 void		p5pb_set_props(struct p5pb_softc *);
104 bool p5pb_bus_map_memio(struct p5pb_softc *);
105 bool p5pb_bus_map_conf(struct p5pb_softc *);
106 uint8_t p5pb_find_resources(struct p5pb_softc *);
107 static bool p5pb_identify_bridge(struct p5pb_softc *);
108 void p5pb_membar_grex(struct p5pb_softc *);
109 static bool p5pb_cvppc_probe(struct p5pb_softc *);
111 bool p5pb_bus_reconfigure(struct p5pb_softc *);
114 void p5pb_usable_ranges(struct p5pb_softc *);
115 void p5pb_badaddr_range(struct p5pb_softc *, bus_space_tag_t,
117 void p5pb_conf_search(struct p5pb_softc *, uint16_t);
120 CFATTACH_DECL_NEW(p5pb, sizeof(struct p5pb_softc),
139 struct p5pb_softc *sc;
228 p5pb_identify_bridge(struct p5pb_softc *sc)
280 p5pb_find_resources(struct p5pb_softc *sc)
321 p5pb_set_props(struct p5pb_softc *sc)
448 p5pb_cvppc_probe(struct p5pb_softc *sc)
488 p5pb_bus_reconfigure(struct p5pb_softc *sc)
514 p5pb_membar_grex(struct p5pb_softc *sc)
545 p5pb_bus_map_conf(struct p5pb_softc *sc)
562 p5pb_bus_map_memio(struct p5pb_softc *sc)
588 p5pb_usable_ranges(struct p5pb_softc *sc)
595 p5pb_badaddr_range(struct p5pb_softc *sc, bus_space_tag_t bust, bus_addr_t base,
632 p5pb_conf_search(struct p5pb_softc *sc, uint16_t val)