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

  /src/sys/dev/ic/
cdnsiic.c 184 u_int xferlen, fifo_space, n; local in function:cdnsiic_write
199 fifo_space = FIFO_DEPTH - RD4(sc, TRANS_SIZE_REG);
200 xferlen = uimin(datalen, fifo_space);
cdnsiic.c 184 u_int xferlen, fifo_space, n; local in function:cdnsiic_write
199 fifo_space = FIFO_DEPTH - RD4(sc, TRANS_SIZE_REG);
200 xferlen = uimin(datalen, fifo_space);

Completed in 24 milliseconds