Searched refs:rrd_lo (Results 1 – 1 of 1) sorted by relevance
2048 uint32_t rxf_hi, rxf_lo, rrd_hi, rrd_lo; in atge_device_start() local2219 rrd_lo = L1_RR_RING_CNT / 16; in atge_device_start()2230 rrd_lo = reg / 8; in atge_device_start()2232 if (rrd_lo > 2) in atge_device_start()2233 rrd_lo = 2; in atge_device_start()2234 if (rrd_hi < rrd_lo) in atge_device_start()2235 rrd_hi = rrd_lo + 3; in atge_device_start()2246 ((rrd_lo << RXQ_RRD_PAUSE_THRESH_LO_SHIFT) & in atge_device_start()