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

  /src/sys/dev/isa/
gus.c 559 #define SELECT_GUS_REG(iot,ioh1,x) bus_space_write_1(iot,ioh1,GUS_REG_SELECT,x)
741 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gus_test_iobase
747 if (bus_space_map(iot, iobase, GUS_NPORT1, 0, &ioh1))
801 bus_space_unmap(iot, ioh1, GUS_NPORT1);
815 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; local in function:gusattach
834 if (bus_space_map(iot, iobase, GUS_NPORT1, 0, &ioh1))
836 sc->sc_ioh1 = ioh1;
913 bus_space_write_1(iot, ioh1, GUS_REG_CONTROL, GUS_REG_IRQCTL);
914 bus_space_write_1(iot, ioh1, GUS_MIX_CONTROL, m)
1390 bus_space_handle_t ioh1; local in function:gusintr
2548 bus_space_handle_t ioh1; local in function:gus_speaker_ctl
2573 bus_space_handle_t ioh1; local in function:gus_linein_ctl
2598 bus_space_handle_t ioh1; local in function:gus_mic_ctl
2777 bus_space_handle_t ioh1; local in function:gusreset
2908 bus_space_handle_t ioh1; local in function:gus_init_cs4231
    [all...]
aria.c 313 aria_prometheus_kludge(struct isa_attach_args *ia, bus_space_handle_t ioh1)
338 aria_do_kludge(iot, ioh, ioh1, 0x111,
340 aria_do_kludge(iot, ioh, ioh1, 0x011,
342 aria_do_kludge(iot, ioh, ioh1, 0x011, 0x00, 0xef, 0x00);
345 aria_do_kludge(iot, ioh, ioh1, 0x113, 0x00, 0x88, 0x00);
346 aria_do_kludge(iot, ioh, ioh1, 0x013, 0x00, 0xf8, 0x00);
347 aria_do_kludge(iot, ioh, ioh1, 0x013, 0x00, 0xef, 0x00);
348 aria_do_kludge(iot, ioh, ioh1, 0x117, 0x00, 0x88, 0x00);
349 aria_do_kludge(iot, ioh, ioh1, 0x017, 0x00, 0xff, 0x00);
353 end = bus_space_read_1(iot, ioh1, 0)
    [all...]
  /src/sys/dev/pci/
if_jme.c 252 bus_space_handle_t ioh1, ioh2, memh; local in function:jme_pci_attach
297 0, &iot1, &ioh1, NULL, &size) != 0) {
302 sc->jme_bh_mac = ioh1;
306 bus_space_unmap(iot1, ioh1, size);
315 bus_space_unmap(iot1, ioh1, size);

Completed in 32 milliseconds