Searched refs:BDC_PST (Results 1 – 2 of 2) sorted by relevance
189 link_state = BDC_PST(uspc); in handle_link_state_change()250 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()486 link_state = BDC_PST(uspc); in bdc_udc_wakeup()500 uspc |= BDC_PST(BDC_LINK_STATE_U0); in bdc_udc_wakeup()504 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
171 #define BDC_PST(p) (p & 0xf) macro