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

  /src/sys/dev/isa/
com_isa.c 277 char val, dips; local in function:com_isa_isHAYESP
298 dips = bus_space_read_1(iot, hayespioh, HAYESP_STATUS1);
301 /* dips is the port # (0-3); combaselist[val] is the com_iobase */
302 if (sc->sc_regs.cr_iobase != combaselist[dips & 0x03])
319 if ((dips & 0x80) == 0) {
com_isa.c 277 char val, dips; local in function:com_isa_isHAYESP
298 dips = bus_space_read_1(iot, hayespioh, HAYESP_STATUS1);
301 /* dips is the port # (0-3); combaselist[val] is the com_iobase */
302 if (sc->sc_regs.cr_iobase != combaselist[dips & 0x03])
319 if ((dips & 0x80) == 0) {

Completed in 58 milliseconds