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

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_hsp_utils.c345 int almostfull,almostempty; local
364 almostfull = per_rx_channel / 2;
365 if (almostfull > 32) almostfull = per_rx_channel - 32;
370 if (almostempty > almostfull) almostempty = almostfull / 2;
374 per_rx_channel,almostfull,almostempty);
400 V_BCM1480_HSP_RX_ALMOSTFULL_EVEN(almostfull);
404 V_BCM1480_HSP_RX_ALMOSTFULL_ODD(almostfull);

Completed in 19 milliseconds