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

  /src/sys/arch/macppc/dev/
mesh.c 323 int fifocnt; local in function:mesh_intr
364 fifocnt = mesh_read_reg(sc, MESH_FIFO_COUNT);
365 if (fifocnt != 0) {
370 - fifocnt;
371 DPRINTF("fifocnt = %d, resid = %d\n",
372 fifocnt, scb->resid);
373 while (fifocnt > 0) {
376 fifocnt--;
mesh.c 323 int fifocnt; local in function:mesh_intr
364 fifocnt = mesh_read_reg(sc, MESH_FIFO_COUNT);
365 if (fifocnt != 0) {
370 - fifocnt;
371 DPRINTF("fifocnt = %d, resid = %d\n",
372 fifocnt, scb->resid);
373 while (fifocnt > 0) {
376 fifocnt--;

Completed in 39 milliseconds