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

  /src/sys/arch/hppa/dev/
mongoose.c 56 struct mongoose_regs { struct
183 volatile struct mongoose_regs *sc_regs;
581 sizeof(struct mongoose_regs), 0, &ioh))
586 bus_space_unmap(ca->ca_iot, ioh, sizeof(struct mongoose_regs));
606 sizeof(struct mongoose_regs), 0, &ioh)) {
610 sc->sc_regs = (struct mongoose_regs *)ioh;
616 sizeof(struct mongoose_regs));
mongoose.c 56 struct mongoose_regs { struct
183 volatile struct mongoose_regs *sc_regs;
581 sizeof(struct mongoose_regs), 0, &ioh))
586 bus_space_unmap(ca->ca_iot, ioh, sizeof(struct mongoose_regs));
606 sizeof(struct mongoose_regs), 0, &ioh)) {
610 sc->sc_regs = (struct mongoose_regs *)ioh;
616 sizeof(struct mongoose_regs));

Completed in 21 milliseconds