/src/sys/arch/arm/ixp12x0/ |
ixp12x0_com.c | 389 int tbc; local in function:ixpcomstart 392 tbc = ndqb(&tp->t_outq, 0); 398 sc->sc_tbc = tbc;
|
ixp12x0_com.c | 389 int tbc; local in function:ixpcomstart 392 tbc = ndqb(&tp->t_outq, 0); 398 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/at91/ |
at91dbgu.c | 403 int tbc; local in function:at91dbgu_start 406 tbc = ndqb(&tp->t_outq, 0); 411 sc->sc_tbc = tbc;
|
at91usart.c | 502 int tbc; local in function:at91usart_start 505 tbc = ndqb(&tp->t_outq, 0); 508 sc->sc_tbc = tbc;
|
at91dbgu.c | 403 int tbc; local in function:at91dbgu_start 406 tbc = ndqb(&tp->t_outq, 0); 411 sc->sc_tbc = tbc;
|
at91usart.c | 502 int tbc; local in function:at91usart_start 505 tbc = ndqb(&tp->t_outq, 0); 508 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/ep93xx/ |
epcom.c | 399 int tbc; local in function:epcomstart 402 tbc = ndqb(&tp->t_outq, 0); 407 sc->sc_tbc = tbc;
|
epcom.c | 399 int tbc; local in function:epcomstart 402 tbc = ndqb(&tp->t_outq, 0); 407 sc->sc_tbc = tbc;
|
/src/sys/dev/ic/ |
cd18xx.c | 661 int tbc; local in function:cdttystart 664 tbc = ndqb(&tp->t_outq, 0); 669 p->p_tbc = tbc;
|
cd18xx.c | 661 int tbc; local in function:cdttystart 664 tbc = ndqb(&tp->t_outq, 0); 669 p->p_tbc = tbc;
|
z8530tty.c | 218 zst_heldtbc; /* held tbc while xmission stopped */ 901 int tbc; local in function:zsstart 915 tbc = ndqb(&tp->t_outq, 0); 920 zst->zst_tbc = tbc;
|
z8530tty.c | 218 zst_heldtbc; /* held tbc while xmission stopped */ 901 int tbc; local in function:zsstart 915 tbc = ndqb(&tp->t_outq, 0); 920 zst->zst_tbc = tbc;
|
/src/sys/arch/luna68k/dev/ |
siotty.c | 360 int tbc; local in function:siostart 371 tbc = ndqb(&tp->t_outq, 0); 374 sc->sc_tbc = tbc;
|
siotty.c | 360 int tbc; local in function:siostart 371 tbc = ndqb(&tp->t_outq, 0); 374 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_com.c | 1071 int tbc; local in function:sacomstart 1074 tbc = ndqb(&tp->t_outq, 0); 1080 sc->sc_tbc = tbc;
|
sa11x0_com.c | 1071 int tbc; local in function:sacomstart 1074 tbc = ndqb(&tp->t_outq, 0); 1080 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/clps711x/ |
clpscom.c | 440 int tbc; local in function:clpscom_start 443 tbc = ndqb(&tp->t_outq, 0); 448 sc->sc_tbc = tbc;
|
clpscom.c | 440 int tbc; local in function:clpscom_start 443 tbc = ndqb(&tp->t_outq, 0); 448 sc->sc_tbc = tbc;
|
/src/sys/arch/epoc32/windermere/ |
wmcom.c | 367 int tbc; local in function:wmcom_start 370 tbc = ndqb(&tp->t_outq, 0); 375 sc->sc_tbc = tbc;
|
wmcom.c | 367 int tbc; local in function:wmcom_start 370 tbc = ndqb(&tp->t_outq, 0); 375 sc->sc_tbc = tbc;
|
/src/sys/arch/sh3/dev/ |
sci.c | 452 int tbc; local in function:scistart 455 tbc = ndqb(&tp->t_outq, 0); 460 sc->sc_tbc = tbc;
|
sci.c | 452 int tbc; local in function:scistart 455 tbc = ndqb(&tp->t_outq, 0); 460 sc->sc_tbc = tbc;
|
/src/sys/dev/marvell/ |
gtmpsc.c | 763 int s, tbc; local in function:gtmpscstart 780 tbc = ndqb(&tp->t_outq, 0); 785 sc->sc_tbc = tbc;
|
gtmpsc.c | 763 int s, tbc; local in function:gtmpscstart 780 tbc = ndqb(&tp->t_outq, 0); 785 sc->sc_tbc = tbc;
|
/src/sys/arch/mips/sibyte/dev/ |
sbjcn.c | 1133 int tbc; local in function:sbjcn_start 1136 tbc = ndqb(&tp->t_outq, 0); 1141 ch->ch_tbc = tbc;
|