/src/sys/arch/news68k/dev/ |
dmac_0266.h | 41 volatile uint32_t tcnt; /* transfer counter */ member in struct:dma_regs
|
dmac_0266.h | 41 volatile uint32_t tcnt; /* transfer counter */ member in struct:dma_regs
|
/src/tests/lib/libm/ |
t_scalbn.c | 81 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 85 for (i = 0; i < tcnt; i++) { 235 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 239 for (i = 0; i < tcnt; i++) { 380 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 384 for (i = 0; i < tcnt; i++) {
|
t_scalbn.c | 81 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 85 for (i = 0; i < tcnt; i++) { 235 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 239 for (i = 0; i < tcnt; i++) { 380 const size_t tcnt = __arraycount(test_vals); local in function:ATF_TC_BODY 384 for (i = 0; i < tcnt; i++) {
|
/src/sys/arch/arm/amlogic/ |
meson_wdt.c | 97 const u_int tcnt = sc->sc_wdog.smw_period * WATCHDOG_TICKS_PER_SEC; local in function:meson_wdt_setmode 100 __SHIFTIN(tcnt, WATCHDOG_TC_TCNT));
|
mesongx_wdt.c | 96 const u_int tcnt = sc->sc_rate / 1000; local in function:mesongx_wdt_setmode 102 __SHIFTIN(tcnt, CNTL_CLK_DIV_TCNT) |
|
meson_wdt.c | 97 const u_int tcnt = sc->sc_wdog.smw_period * WATCHDOG_TICKS_PER_SEC; local in function:meson_wdt_setmode 100 __SHIFTIN(tcnt, WATCHDOG_TC_TCNT));
|
mesongx_wdt.c | 96 const u_int tcnt = sc->sc_rate / 1000; local in function:mesongx_wdt_setmode 102 __SHIFTIN(tcnt, CNTL_CLK_DIV_TCNT) |
|
/src/sys/arch/acorn32/podulebus/ |
sbic.c | 1586 int tcnt; local in function:sbicgo 1591 tcnt = dev->sc_dmasetup(dev->sc_dmah, dev->sc_dmat, acb, 1594 DBG(dev->sc_dmatimo = tcnt ? 1 : 0); 1654 /* unsigned tcnt;*/ 1703 /* unsigned tcnt;*/ 2031 /* unsigned tcnt;*/ 2418 printf("tcnt %lx\n", acb->sc_tcnt);
|
sbic.c | 1586 int tcnt; local in function:sbicgo 1591 tcnt = dev->sc_dmasetup(dev->sc_dmah, dev->sc_dmat, acb, 1594 DBG(dev->sc_dmatimo = tcnt ? 1 : 0); 1654 /* unsigned tcnt;*/ 1703 /* unsigned tcnt;*/ 2031 /* unsigned tcnt;*/ 2418 printf("tcnt %lx\n", acb->sc_tcnt);
|