Searched refs:tcstat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c571 u32 tcstat, errstat; local
575 tcstat = readl(dmac->regs + PL080_TC_STATUS);
581 if (!(errstat & bit) && !(tcstat & bit))
587 if (tcstat & bit) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c1368 unsigned long flags, mtflags, tcstat, prevhalt, asid; local
1411 tcstat = read_tc_c0_tcstatus();
1412 smtc_live_asid[tlb][(tcstat & ASID_MASK)] |= (asiduse)(0x1 << i);

Completed in 48 milliseconds