Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dds90ub960.c1445 u8 bcc_sts; in ub960_rxport_link_ok() local
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()
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()
2229 if (bcc_sts & UB960_RR_BCC_STATUS_MASTER_TO) in ub960_rxport_handle_events()
2232 if (bcc_sts & UB960_RR_BCC_STATUS_MASTER_ERR) in ub960_rxport_handle_events()
[all …]