Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dds90ub960.c702 static int ub960_rxport_read(struct ub960_data *priv, u8 nport, u8 reg, u8 *val) in ub960_rxport_read() function
1245 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS1, &v); in ub960_rxport_clear_errors()
1246 ub960_rxport_read(priv, nport, UB960_RR_RX_PORT_STS2, &v); in ub960_rxport_clear_errors()
1247 ub960_rxport_read(priv, nport, UB960_RR_CSI_RX_STS, &v); in ub960_rxport_clear_errors()
1248 ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &v); in ub960_rxport_clear_errors()
1250 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_HI, &v); in ub960_rxport_clear_errors()
1251 ub960_rxport_read(priv, nport, UB960_RR_RX_PAR_ERR_LO, &v); in ub960_rxport_clear_errors()
1253 ub960_rxport_read(priv, nport, UB960_RR_CSI_ERR_COUNTER, &v); in ub960_rxport_clear_errors()
1283 ret = ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_0, &v); in ub960_rxport_get_strobe_pos()
1289 ub960_rxport_read(priv, nport, UB960_RR_SFILTER_STS_1, &v); in ub960_rxport_get_strobe_pos()
[all …]