Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c243 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
251 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()
438 if (uspc & BDC_VBS) in bdc_udc_pullup()
Dbdc.h150 #define BDC_VBS (1 << 25) macro