Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dds90ub960.c1756 u8 bcc_sts; in ub960_rxport_link_ok() local
1785 ret = ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &bcc_sts, in ub960_rxport_link_ok()
1797 (bcc_sts & UB960_RR_BCC_STATUS_ERROR_MASK) || in ub960_rxport_link_ok()
3281 u8 bcc_sts; in ub960_rxport_handle_events() local
3290 ub960_rxport_read(priv, nport, UB960_RR_BCC_STATUS, &bcc_sts, &ret); in ub960_rxport_handle_events()
3334 if (bcc_sts) in ub960_rxport_handle_events()
3335 dev_err(dev, "rx%u BCC error: %#02x\n", nport, bcc_sts); in ub960_rxport_handle_events()
3337 if (bcc_sts & UB960_RR_BCC_STATUS_RESP_ERR) in ub960_rxport_handle_events()
3340 if (bcc_sts & UB960_RR_BCC_STATUS_SLAVE_TO) in ub960_rxport_handle_events()
3343 if (bcc_sts in ub960_rxport_handle_events()
[all...]