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

  /src/sys/arch/sgimips/hpc/
pi1ppcvar.h 113 uint32_t sc_inb_nbytes; member in struct:pi1ppc_softc
pi1ppc.c 228 lsc->sc_inb_nbytes = lsc->sc_outb_nbytes = 0;
477 pi1ppc->sc_inb_nbytes = len;
506 pi1ppc->sc_inb_nbytes = 0;
1189 while (pi1ppc->sc_inbstart < (pi1ppc->sc_inb + pi1ppc->sc_inb_nbytes)) {
1268 while (pi1ppc->sc_inbstart < (pi1ppc->sc_inb + pi1ppc->sc_inb_nbytes)) {
  /src/sys/dev/ic/
atppcvar.h 113 u_int32_t sc_inb_nbytes; member in struct:atppc_softc
atppc.c 178 lsc->sc_inb_nbytes = lsc->sc_outb_nbytes = 0;
791 atppc->sc_inb_nbytes = len;
829 atppc->sc_inb_nbytes = 0;
1630 while (atppc->sc_inbstart < (atppc->sc_inb + atppc->sc_inb_nbytes)) {
1705 while (atppc->sc_inbstart < (atppc->sc_inb + atppc->sc_inb_nbytes)) {
1765 for (i = 0; i < atppc->sc_inb_nbytes; i++) {
1780 atppc->sc_inb_nbytes);
1783 atppc->sc_inbstart += atppc->sc_inb_nbytes;
1814 while (atppc->sc_inbstart < (atppc->sc_inb + atppc->sc_inb_nbytes)) {

Completed in 23 milliseconds