Home
last modified time | relevance | path

Searched refs:tcount (Results 1 – 4 of 4) sorted by relevance

/arch/m68k/include/asm/
Dm68360_pram.h96 unsigned short tcount; /* Tx byte count */ member
156 unsigned short tcount; /* Tx byte count */ member
208 unsigned short tcount; /* Tx byte count */ member
259 unsigned short tcount; /* Tx byte count */ member
277 unsigned short tcount; /* Tx byte count */ member
301 unsigned short tcount; /* Tx byte count */ member
330 unsigned short tcount; /* Tx byte count */ member
407 unsigned short tcount; /* Tx byte count */ member
/arch/blackfin/kernel/
Dtime.c50 u32 tcount; in setup_core_timer() local
59 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
60 bfin_write_TPERIOD(tcount); in setup_core_timer()
61 bfin_write_TCOUNT(tcount); in setup_core_timer()
Dtime-ts.c258 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_periodic() local
263 bfin_write_TPERIOD(tcount); in bfin_coretmr_set_periodic()
264 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_periodic()
/arch/powerpc/include/asm/
Dqe.h537 __be16 tcount; /* Tx byte count */ member