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

  /src/sys/dev/isa/
gus.c 741 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gus_test_iobase
757 if (bus_space_map(iot, iobase+GUS_IOH4_OFFSET, GUS_NPORT4, 0, &ioh4))
795 bus_space_unmap(iot, ioh4, GUS_NPORT4);
815 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gusattach
847 if (bus_space_map(iot, iobase+GUS_IOH4_OFFSET, GUS_NPORT4, 0, &ioh4))
849 sc->sc_ioh4 = ioh4;
2779 bus_space_handle_t ioh4; local in function:gusreset
2787 ioh4 = sc->sc_ioh4;
2811 bus_space_write_1(iot, ioh4, GUS_MIDI_CONTROL, MIDI_RESET);
2815 bus_space_write_1(iot, ioh4, GUS_MIDI_CONTROL, 0x00)
    [all...]
gus.c 741 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gus_test_iobase
757 if (bus_space_map(iot, iobase+GUS_IOH4_OFFSET, GUS_NPORT4, 0, &ioh4))
795 bus_space_unmap(iot, ioh4, GUS_NPORT4);
815 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gusattach
847 if (bus_space_map(iot, iobase+GUS_IOH4_OFFSET, GUS_NPORT4, 0, &ioh4))
849 sc->sc_ioh4 = ioh4;
2779 bus_space_handle_t ioh4; local in function:gusreset
2787 ioh4 = sc->sc_ioh4;
2811 bus_space_write_1(iot, ioh4, GUS_MIDI_CONTROL, MIDI_RESET);
2815 bus_space_write_1(iot, ioh4, GUS_MIDI_CONTROL, 0x00)
    [all...]

Completed in 25 milliseconds