Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dds90ub960.c1445 u8 bcc_sts; in ub960_rxport_link_ok() local
1473 ret = ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &bcc_sts); in ub960_rxport_link_ok()
1484 (bcc_sts & UB960_RR_BCC_STATUS_ERROR_MASK) || in ub960_rxport_link_ok()
2158 u8 bcc_sts; in ub960_rxport_handle_events() local
2173 &bcc_sts); in ub960_rxport_handle_events()
2217 if (bcc_sts) in ub960_rxport_handle_events()
2218 dev_err(dev, "rx%u BCC error: %#02x\n", nport, bcc_sts); in ub960_rxport_handle_events()
2220 if (bcc_sts & UB960_RR_BCC_STATUS_RESP_ERR) in ub960_rxport_handle_events()
2223 if (bcc_sts & UB960_RR_BCC_STATUS_SLAVE_TO) in ub960_rxport_handle_events()
2226 if (bcc_sts & UB960_RR_BCC_STATUS_SLAVE_ERR) in ub960_rxport_handle_events()
[all …]