Searched refs:ub960_rxport_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ds90ub960.c | 704 static int ub960_rxport_read(struct ub960_data *priv, u8 nport, u8 reg, u8 *val) in ub960_rxport_read() function 1247 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS1, &v); in ub960_rxport_clear_errors() 1248 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS2, &v); in ub960_rxport_clear_errors() 1249 ub960_rxport_read(priv, nport, UB960_RR_CSI_RX_STS, &v); in ub960_rxport_clear_errors() 1250 ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &v); in ub960_rxport_clear_errors() 1252 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_HI, &v); in ub960_rxport_clear_errors() 1253 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_LO, &v); in ub960_rxport_clear_errors() 1255 ub960_rxport_read(priv, nport, UB960_RR_CSI_ERR_COUNTER, &v); in ub960_rxport_clear_errors() 1285 ret = ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_0, &v); in ub960_rxport_get_strobe_pos() 1291 ret = ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_1, &v); in ub960_rxport_get_strobe_pos() [all …]
|