Searched refs:QSB_TP_TS_MAX (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_ppe_common.h121 #define QSB_TP_TS_MAX 65472 macro
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Dltq_atm.c1110 qsb_queue_parameter_table.bit.tp = tmp > QSB_TP_TS_MAX ? QSB_TP_TS_MAX : tmp;
1125 if ( tmp > QSB_TP_TS_MAX )
1126 tmp = QSB_TP_TS_MAX;
1185 qsb_queue_vbr_parameter_table.bit.ts = tmp > QSB_TP_TS_MAX ? QSB_TP_TS_MAX : tmp;
H A Difxmips_atm_ppe_common.h123 #define QSB_TP_TS_MAX 65472 macro

Completed in 33 milliseconds