Home
last modified time | relevance | path

Searched refs:TS_CLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dmidway.h16 #define TS_CLOCK 25000000 /* traffic shaper clock (cell/sec) */ macro
Deni.c1262 if (TS_CLOCK/pre_div[*pre]/64 <= *pcr) break; in comp_tx()
1265 *res = TS_CLOCK/div-1; in comp_tx()
1272 if (TS_CLOCK/pre_div[*pre]/64 > -*pcr) break; in comp_tx()
1276 *res = (TS_CLOCK+div-1)/div-1; in comp_tx()
1281 *pcr = TS_CLOCK/pre_div[*pre]/(*res+1); in comp_tx()