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.c54 u32 tcount; in setup_core_timer() local
63 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
64 bfin_write_TPERIOD(tcount); in setup_core_timer()
65 bfin_write_TCOUNT(tcount); in setup_core_timer()
Dtime-ts.c109 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_timer_set_mode() local
113 bfin_write_TPERIOD(tcount); in bfin_timer_set_mode()
114 bfin_write_TCOUNT(tcount); in bfin_timer_set_mode()
/arch/powerpc/include/asm/
Dqe.h491 __be16 tcount; /* Tx byte count */ member