Searched refs:empb_softc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/amiga/pci/
H A Dempbvar.h57 struct empb_softc { struct
82 bus_addr_t empb_switch_window(struct empb_softc *sc, bus_addr_t address);
H A Dempb.c69 static void empb_empm_attach(struct empb_softc *sc);
72 static void empb_find_mem(struct empb_softc *);
73 static void empb_switch_bridge(struct empb_softc *, uint8_t);
74 static void empb_intr_enable(struct empb_softc *);
90 CFATTACH_DECL_NEW(empb, sizeof(struct empb_softc),
120 struct empb_softc *sc;
171 struct empb_softc *sc;
275 empb_empm_attach(struct empb_softc *sc)
294 empb_intr_enable(struct empb_softc *sc)
304 empb_switch_bridge(struct empb_softc *s
[all...]
H A Dempb_bsm.c106 static struct empb_softc *empb_sc = NULL;

Completed in 133 milliseconds