Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dusb.patch13 +{ "UP2OCR_HXOE", 0x40600020, 17, 1, 'x', "USB Port 2 Tranceiver OE" },
/openbmc/u-boot/board/toradex/colibri_pxa270/
H A Dcolibri_pxa270.c88 writel(readl(UP2OCR) | UP2OCR_HXOE | UP2OCR_HXS | in board_usb_init()
/openbmc/u-boot/board/zipitz2/
H A Dzipitz2.c56 writel(readl(UP2OCR) | UP2OCR_HXOE | UP2OCR_HXS | in board_usb_init()
/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h102 #define UP2OCR_HXOE (1 << 17) /* Host Port 2 Transceiver Output Enable */ macro
H A Dspitz.c657 UP2OCR = UP2OCR_HXS | UP2OCR_HXOE | UP2OCR_DPPDE | UP2OCR_DMPDE; in spitz_ohci_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h117 #define UP2OCR_HXOE (1 << 17) /* Transceiver Output Enable */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h861 #define UP2OCR_HXOE (1<<17) macro