Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dcolibri-pxa320.c164 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in colibri_pxa320_udc_command()
Dballoon3.c309 UP2OCR |= UP2OCR_DPPUE | UP2OCR_DPPUBE; in balloon3_udc_command()
311 UP2OCR &= ~UP2OCR_DPPUE; in balloon3_udc_command()
Dpxa27x-udc.h94 #define UP2OCR_DPPUE (1 << 4) /* Host Port 2 Transceiver D+ Pull Up Enable */ macro
Dmagician.c488 UP2OCR |= UP2OCR_DPPUE | UP2OCR_DPPUBE; in magician_udc_command()
490 UP2OCR &= ~(UP2OCR_DPPUE | UP2OCR_DPPUBE); in magician_udc_command()
Dvpac270.c371 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in vpac270_udc_command()
Dzeus.c694 UP2OCR = UP2OCR_HXOE | UP2OCR_DPPUE; in zeus_udc_command()
/Linux-v6.1/drivers/usb/gadget/udc/
Dpxa27x_udc.h109 #define UP2OCR_DPPUE (1 << 4) /* D+ Pull Up Enable */ macro