Searched refs:fwd_ctl (Results 1 – 1 of 1) sorted by relevance
3520 u8 fwd_ctl; in ub960_configure_ports_for_streaming() local 3597 fwd_ctl = GENMASK(7, 4); in ub960_configure_ports_for_streaming() 3650 fwd_ctl |= BIT(nport); /* forward to TX1 */ in ub960_configure_ports_for_streaming() 3652 fwd_ctl &= ~BIT(nport); /* forward to TX0 */ in ub960_configure_ports_for_streaming() 3655 ub960_write(priv, UB960_SR_FWD_CTL1, fwd_ctl, &ret); in ub960_configure_ports_for_streaming()