Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c184 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()
Dbdc.h166 #define BDC_PST(p) (p & 0xf) macro