Lines Matching refs:bcc_sts
1445 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()
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()
2235 if (bcc_sts & UB960_RR_BCC_STATUS_SEQ_ERROR) in ub960_rxport_handle_events()