Searched refs:send_pct (Results 1 – 1 of 1) sorted by relevance
1636 u32 val = 0, send_pct, shift; in cpsw_set_fifo_bw() local1647 send_pct = slave_read(slave, SEND_PERCENT); in cpsw_set_fifo_bw()1664 send_pct &= ~(CPSW_PCT_MASK << shift); in cpsw_set_fifo_bw()1669 send_pct |= val << shift; in cpsw_set_fifo_bw()1675 pct += (send_pct >> shift) & CPSW_PCT_MASK; in cpsw_set_fifo_bw()1681 slave_write(slave, send_pct, SEND_PERCENT); in cpsw_set_fifo_bw()