Lines Matching refs:rx_mode
446 enum ub960_rxport_mode rx_mode;
1599 switch (rxport->rx_mode) {
1627 switch (rxport->rx_mode) {
1837 switch (rxport->rx_mode) {
1860 switch (rxport->rx_mode) {
1921 switch (rxport->rx_mode) {
2019 switch (rxport->rx_mode) {
2085 switch (rxport->rx_mode) {
2447 if (rxport->rx_mode == RXPORT_MODE_CSI2_SYNC ||
2448 rxport->rx_mode == RXPORT_MODE_CSI2_NONSYNC)
2494 switch (rxport->rx_mode) {
3201 u32 rx_mode;
3229 ret = fwnode_property_read_u32(link_fwnode, "ti,rx-mode", &rx_mode);
3236 if (rx_mode > RXPORT_MODE_LAST) {
3237 dev_err(dev, "rx%u: bad 'ti,rx-mode' %u\n", nport, rx_mode);
3241 switch (rx_mode) {
3245 rx_mode);
3251 rxport->rx_mode = rx_mode;
3339 switch (rxport->rx_mode) {