Searched refs:BDC_PST (Results 1 – 2 of 2) sorted by relevance
184 link_state = BDC_PST(uspc); in handle_link_state_change()245 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()482 link_state = BDC_PST(uspc); in bdc_udc_wakeup()496 uspc |= BDC_PST(BDC_LINK_STATE_U0); in bdc_udc_wakeup()500 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
166 #define BDC_PST(p) (p & 0xf) macro