/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;
|
/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;
|
/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;
|
/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;
|
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;
|
com.c | 1953 int tbc; local in function:comstart 1956 tbc = ndqb(&tp->t_outq, 0); 1961 sc->sc_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;
|
/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;
|
/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;
|
/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;
|
/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;
|
scif.c | 538 int tbc; local in function:scifstart 541 tbc = ndqb(&tp->t_outq, 0); 546 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;
|
/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;
|
sbscn.c | 1242 int tbc; local in function:sbscn_start 1245 tbc = ndqb(&tp->t_outq, 0); 1250 ch->ch_tbc = tbc;
|
/src/sys/arch/arm/imx/ |
imxuart.c | 1432 int tbc; local in function:imxustart 1451 tbc = ndqb(&tp->t_outq, 0); 1456 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/s3c2xx0/ |
sscom.c | 1293 int tbc; local in function:sscomstart 1296 tbc = ndqb(&tp->t_outq, 0); 1302 sc->sc_tbc = tbc;
|
/src/sys/arch/evbarm/dev/ |
plcom.c | 1787 int tbc; local in function:plcomstart 1790 tbc = ndqb(&tp->t_outq, 0); 1795 sc->sc_tbc = tbc;
|
/src/sys/arch/atari/dev/ |
ser.c | 950 int tbc; local in function:serstart 953 tbc = ndqb(&tp->t_outq, 0); 958 sc->sc_tbc = tbc;
|
/src/sys/arch/arm/xilinx/ |
zynq_uart.c | 1390 int tbc; local in function:zynquartstart 1407 tbc = ndqb(&tp->t_outq, 0); 1412 sc->sc_tbc = tbc;
|
/src/sys/dev/usb/ |
xhci.c | 4646 const unsigned tbc = howmany(tdpc, maxb) - 1; local in function:xhci_device_isoc_enter 4659 XHCI_TRB_3_TBC_SET(tbc) |
|