Searched refs:almostempty (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
367 almostempty = per_rx_channel / 4;
370 if (almostempty > almostfull) almostempty = almostfull / 2;
374 per_rx_channel,almostfull,almostempty);
399 watermark[i/2] |= V_BCM1480_HSP_RX_ALMOSTEMPTY_EVEN(almostempty) |
403 watermark[i/2] |= V_BCM1480_HSP_RX_ALMOSTEMPTY_ODD(almostempty) |

Completed in 80 milliseconds