Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c185 link_state = BDC_PST(uspc); in handle_link_state_change()
246 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()
483 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
497 uspc |= BDC_PST(BDC_LINK_STATE_U0); in bdc_udc_wakeup()
501 link_state = BDC_PST(uspc); in bdc_udc_wakeup()
Dbdc.h166 #define BDC_PST(p) ((p) & 0xf) macro