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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c333 const uint32_t TOKEN_Q_DEPTH = core_if->hwcfg2.b.dev_token_q_depth; local
335 const int DTKNQ_REG_CNT = (TOKEN_Q_DEPTH + 7) / 8;
343 //DWC_DEBUGPL(DBG_PCD,"dev_token_q_depth=%d\n",TOKEN_Q_DEPTH);
371 int cnt = TOKEN_Q_DEPTH;
372 if (TOKEN_Q_DEPTH <= 6) {
373 cnt = TOKEN_Q_DEPTH - 1;
375 else if (TOKEN_Q_DEPTH <= 14) {
376 cnt = TOKEN_Q_DEPTH - 7;
378 else if (TOKEN_Q_DEPTH <= 22) {
379 cnt = TOKEN_Q_DEPTH
[all...]

Completed in 25 milliseconds