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

  /src/sys/arch/sgimips/hpc/
pi1ppcvar.h 200 uint8_t sc_wthr; /* writeIntrThreshold */ member in struct:pi1ppc_softc
  /src/sys/dev/ic/
atppcvar.h 220 u_int8_t sc_wthr; /* writeIntrThreshold */ member in struct:atppc_softc
atppc.c 166 device_xname(lsc->sc_dev), lsc->sc_fifo, lsc->sc_wthr,
553 for (atppc->sc_wthr = 0; i > -1; i--) {
564 if ((atppc->sc_wthr == 0) && (cc & ATPPC_SERVICE_INTR)) {
566 atppc->sc_wthr = atppc->sc_fifo - i;

Completed in 13 milliseconds