HomeSort by: relevance | last modified time | path
    Searched defs:ieob (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/dev/
if_iereg.h 144 struct ieob { struct
  /src/sys/arch/mvme68k/stand/netboot/
if_iereg.h 143 struct ieob { struct
  /src/sys/arch/sparc/dev/
if_ie_obio.c 103 struct ieob { struct
141 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
151 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
160 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
277 sizeof(struct ieob), BUS_SPACE_MAP_LINEAR, &bh) != 0) {
  /src/sys/arch/sun2/dev/
if_ie_obio.c 104 struct ieob { struct
142 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
150 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
159 volatile struct ieob *ieo = (struct ieob *) sc->sc_reg;
239 sizeof(struct ieob), 0, &bh))
244 bus_space_unmap(oba->oba_bustag, bh, sizeof(struct ieob));
285 if (bus_space_map(oba->oba_bustag, oba->oba_paddr, sizeof(struct ieob),
    [all...]

Completed in 12 milliseconds