Searched refs:uspc (Results 1 – 1 of 1) sorted by relevance
180 static void handle_link_state_change(struct bdc *bdc, u32 uspc) in handle_link_state_change() argument185 link_state = BDC_PST(uspc); in handle_link_state_change()234 u32 uspc; in bdc_sr_uspc() local238 uspc = bdc_readl(bdc->regs, BDC_USPC); in bdc_sr_uspc()239 dev_dbg(bdc->dev, "%s uspc=0x%08x\n", __func__, uspc); in bdc_sr_uspc()242 if (uspc & BDC_PCC) { in bdc_sr_uspc()244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()246 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()252 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()260 } else if ((uspc & BDC_PRS) || (uspc & BDC_PRC) || disconn) { in bdc_sr_uspc()[all …]