HomeSort by: relevance | last modified time | path
    Searched refs:empb_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amiga/pci/
empbvar.h 57 struct empb_softc { struct
82 bus_addr_t empb_switch_window(struct empb_softc *sc, bus_addr_t address);
empb.c 69 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 *sc, uint8_t mode
    [all...]
empb_bsm.c 106 static struct empb_softc *empb_sc = NULL;

Completed in 125 milliseconds