Searched defs:PCH_FIFO_THRESH (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dpch_can.c103 #define PCH_FIFO_THRESH 16 macro
595 if (obj_id < PCH_FIFO_THRESH) {
606 } else if (obj_id > PCH_FIFO_THRESH) {
608 } else if (obj_id == PCH_FIFO_THRESH) {
610 for (cnt = 0; cnt < PCH_FIFO_THRESH; cnt++)

Completed in 15 milliseconds