Home
last modified time | relevance | path

Searched refs:fwd_ctl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dds90ub960.c2405 u8 fwd_ctl; in ub960_configure_ports_for_streaming() local
2483 fwd_ctl = GENMASK(7, 4); in ub960_configure_ports_for_streaming()
2532 fwd_ctl |= BIT(nport); /* forward to TX1 */ in ub960_configure_ports_for_streaming()
2534 fwd_ctl &= ~BIT(nport); /* forward to TX0 */ in ub960_configure_ports_for_streaming()
2537 ub960_write(priv, UB960_SR_FWD_CTL1, fwd_ctl); in ub960_configure_ports_for_streaming()