Lines Matching refs:rx_mode
446 enum ub960_rxport_mode rx_mode; member
1599 switch (rxport->rx_mode) { in ub960_calc_bc_clk_rate_ub960()
1627 switch (rxport->rx_mode) { in ub960_calc_bc_clk_rate_ub9702()
1837 switch (rxport->rx_mode) { in ub960_init_rx_port_ub960()
1860 switch (rxport->rx_mode) { in ub960_init_rx_port_ub960()
1921 switch (rxport->rx_mode) { in ub960_init_rx_port_ub9702_fpd3()
2019 switch (rxport->rx_mode) { in ub960_init_rx_port_ub9702_fpd4()
2085 switch (rxport->rx_mode) { in ub960_init_rx_port_ub9702()
2447 if (rxport->rx_mode == RXPORT_MODE_CSI2_SYNC || in ub960_configure_ports_for_streaming()
2448 rxport->rx_mode == RXPORT_MODE_CSI2_NONSYNC) in ub960_configure_ports_for_streaming()
2493 switch (rxport->rx_mode) { in ub960_configure_ports_for_streaming()
3199 u32 rx_mode; in ub960_parse_dt_rxport_link_properties() local
3227 ret = fwnode_property_read_u32(link_fwnode, "ti,rx-mode", &rx_mode); in ub960_parse_dt_rxport_link_properties()
3234 if (rx_mode > RXPORT_MODE_LAST) { in ub960_parse_dt_rxport_link_properties()
3235 dev_err(dev, "rx%u: bad 'ti,rx-mode' %u\n", nport, rx_mode); in ub960_parse_dt_rxport_link_properties()
3239 switch (rx_mode) { in ub960_parse_dt_rxport_link_properties()
3243 rx_mode); in ub960_parse_dt_rxport_link_properties()
3249 rxport->rx_mode = rx_mode; in ub960_parse_dt_rxport_link_properties()
3337 switch (rxport->rx_mode) { in ub960_parse_dt_rxport_ep_properties()