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

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 123 volatile u_int ch_rbavail; member in struct:sbscn_channel
sbjcnvar.h 129 volatile u_int ch_rbavail; member in struct:sbjcn_channel
sbjcn.c 586 ch->ch_rbavail = sbjcn_rbuf_size;
1227 scc = cc = sbjcn_rbuf_size - ch->ch_rbavail;
1288 cc = ch->ch_rbavail += scc - cc;
1360 cc = ch->ch_rbavail;
1387 ch->ch_rbavail = cc;
sbscn.c 642 ch->ch_rbavail = sbscn_rbuf_size;
1332 scc = cc = sbscn_rbuf_size - ch->ch_rbavail;
1393 cc = ch->ch_rbavail += scc - cc;
1495 cc = ch->ch_rbavail;
1546 ch->ch_rbavail = cc;

Completed in 15 milliseconds