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

  /src/sys/arch/hppa/dev/
mongoose.c 65 #define MONGOOSE_CTRL 0x00000
67 struct mongoose_ctrl { struct
184 volatile struct mongoose_ctrl *sc_ctrl;
612 if (bus_space_map(ca->ca_iot, ca->ca_hpa + MONGOOSE_CTRL,
613 sizeof(struct mongoose_ctrl), 0, &ioh)) {
626 sc->sc_ctrl = (struct mongoose_ctrl *)ioh;
mongoose.c 65 #define MONGOOSE_CTRL 0x00000
67 struct mongoose_ctrl { struct
184 volatile struct mongoose_ctrl *sc_ctrl;
612 if (bus_space_map(ca->ca_iot, ca->ca_hpa + MONGOOSE_CTRL,
613 sizeof(struct mongoose_ctrl), 0, &ioh)) {
626 sc->sc_ctrl = (struct mongoose_ctrl *)ioh;

Completed in 21 milliseconds