Searched refs:ub960_rxport_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ds90ub960.c | 724 static int ub960_rxport_read(struct ub960_data *priv, u8 nport, u8 reg, u8 *val) in ub960_rxport_read() function 1267 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS1, &v); in ub960_rxport_clear_errors() 1268 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS2, &v); in ub960_rxport_clear_errors() 1269 ub960_rxport_read(priv, nport, UB960_RR_CSI_RX_STS, &v); in ub960_rxport_clear_errors() 1270 ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &v); in ub960_rxport_clear_errors() 1272 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_HI, &v); in ub960_rxport_clear_errors() 1273 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_LO, &v); in ub960_rxport_clear_errors() 1275 ub960_rxport_read(priv, nport, UB960_RR_CSI_ERR_COUNTER, &v); in ub960_rxport_clear_errors() 1305 ret = ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_0, &v); in ub960_rxport_get_strobe_pos() 1311 ret = ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_1, &v); in ub960_rxport_get_strobe_pos() [all …]
|