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

  /src/sys/dev/isa/
com_isa.c 197 bus_space_handle_t hayespioh; local in function:com_isa_attach
199 if (bus_space_map(iot, *hayespp, HAYESP_NPORTS, 0, &hayespioh))
201 if (com_isa_isHAYESP(hayespioh, sc)) {
204 bus_space_unmap(iot, hayespioh, HAYESP_NPORTS);
275 com_isa_isHAYESP(bus_space_handle_t hayespioh, struct com_softc *sc)
289 if ((bus_space_read_1(iot, hayespioh, 0) & 0xf3) == 0)
297 bus_space_write_1(iot, hayespioh, HAYESP_CMD1, HAYESP_GETDIPS);
298 dips = bus_space_read_1(iot, hayespioh, HAYESP_STATUS1);
309 bus_space_write_1(iot, hayespioh, HAYESP_CMD1, HAYESP_GETTEST);
310 val = bus_space_read_1(iot, hayespioh, HAYESP_STATUS1); /* Clear reg1 *
    [all...]

Completed in 19 milliseconds