Searched refs:TS_CLOCK (Results 1 – 2 of 2) sorted by relevance
16 #define TS_CLOCK 25000000 /* traffic shaper clock (cell/sec) */ macro
1262 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()