Searched refs:tcnt (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/news68k/dev/
H A Ddmac_0266.h41 volatile uint32_t tcnt; /* transfer counter */ member in struct:dma_regs
H A Dsi.c258 dmac->tcnt = (uint32_t)len;
367 resid = dmac->tcnt;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.h77 unsigned char tcnt; member in struct:arcDisState
H A Darc-dis.c169 #define add_target(x) (state->targets[state->tcnt++] = (x))
568 state->tcnt = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Darc-dis.h77 unsigned char tcnt; member in struct:arcDisState
H A Darc-dis.c169 #define add_target(x) (state->targets[state->tcnt++] = (x))
568 state->tcnt = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-m68hc11tim.c161 unsigned16 tcnt; local
209 tcnt = (uint16) ((cpu->cpu_absolute_cycle - controller->tcnt_adjust)
216 cpu->ios[level] = tcnt >> 8;
217 cpu->ios[level + 1] = tcnt;
253 unsigned long tcnt, tcnt_prev; local
327 tcnt = (tcnt_insn_end / controller->clock_prescaler) & 0x0ffff;
348 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt)
349 || (compare >= tcnt_prev && tcnt_prev > tcnt)
350 || (compare < tcnt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c83 tcnt(NODE *p, void *arg) function
129 walkf(ip->ip_node, tcnt, 0); /* Count as saved */
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c83 tcnt(NODE *p, void *arg) function
129 walkf(ip->ip_node, tcnt, 0); /* Count as saved */
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/sh3/dev/
H A Dsh3_dev.cpp259 SH3dev::tmu_channel_dump(int unit, paddr_t tcor, paddr_t tcnt, argument
284 r32 = _reg_read_4(tcnt);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c926 int tcnt; local
947 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) {
1176 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsbic.c2196 unsigned tcnt;
2319 SBIC_TC_GET(regs, tcnt);
2320 dev->sc_cur->dc_count -= ((dev->sc_tcnt - tcnt) >> 1);
2321 dev->sc_cur->dc_addr += (dev->sc_tcnt - tcnt);
2322 dev->sc_tcnt = acb->sc_tcnt = tcnt;
2673 printf("pa %8p:%04x tcnt %lx\n", acb->sc_pa.dc_addr, acb->sc_pa.dc_count,
2822 printf("sc_xs %p targ %d lun %d flags %x tcnt %lx dmacmd %x mask %lx\n",
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dsbic.c1586 int tcnt; local
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);

Completed in 209 milliseconds