Home
last modified time | relevance | path

Searched refs:UP2OCR_DPPUE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/
Dcolibri-pxa320.c166 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in colibri_pxa320_udc_command()
Dballoon3.c315 UP2OCR |= UP2OCR_DPPUE | UP2OCR_DPPUBE; in balloon3_udc_command()
317 UP2OCR &= ~UP2OCR_DPPUE; in balloon3_udc_command()
Dstargate2.c390 UP2OCR |= UP2OCR_HXOE | UP2OCR_DPPUE | UP2OCR_DPPUBE; in sg2_udc_command()
393 UP2OCR &= ~(UP2OCR_HXOE | UP2OCR_DPPUE | UP2OCR_DPPUBE); in sg2_udc_command()
Dvpac270.c364 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in vpac270_udc_command()
Dzeus.c665 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in zeus_udc_command()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h91 #define UP2OCR_DPPUE (1 << 4) /* Host Port 2 Transceiver D+ Pull Up Enable */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h113 #define UP2OCR_DPPUE (1 << 4) /* D+ Pull Up Enable */ macro