Home
last modified time | relevance | path

Searched refs:OTGSC_DPIS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/usb/
Dlangwell_otg.h47 # define OTGSC_DPIS BIT(22) macro
Dlangwell_udc.h224 #define OTGSC_DPIS BIT(22) /* data pulse interrupt status */ macro
/linux-2.6.39/drivers/usb/otg/
Dlangwell_otg.c819 if (int_mask & OTGSC_DPIS) { in otg_irq()