Searched refs:EP (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | atmel_usba_udc.h | 25 EP("ep0", 0, 64, 1, 0, 0), 26 EP("ep1", 1, 1024, 2, 1, 1), 27 EP("ep2", 2, 1024, 2, 1, 1), 28 EP("ep3", 3, 1024, 3, 1, 0), 29 EP("ep4", 4, 1024, 3, 1, 0), 30 EP("ep5", 5, 1024, 3, 1, 1), 31 EP("ep6", 6, 1024, 3, 1, 1), 36 EP("ep0", 0, 64, 1, 0, 0), 37 EP("ep1", 1, 1024, 3, 1, 0), 38 EP("ep2", 2, 1024, 3, 1, 0), [all …]
|
/u-boot/drivers/usb/gadget/ |
A D | dwc2_udc_otg_priv.h | 88 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) argument 89 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) argument 90 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) argument
|
/u-boot/arch/arm/dts/ |
A D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
A D | omap4-sdp.dts | 133 "Earphone Spk", "EP",
|
A D | rk3399-gru.dtsi | 724 * to hack this as gpio, so the EP could be able to
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
A D | README.pci_iommu_extra | 14 - for a SRIOV capable PCI EP identified by its B.D.F specify the maximum number 31 - "vfs=<number>" to specify that for the PCI EP identified previously by
|
/u-boot/drivers/pci/ |
A D | pcie_dw_ti.c | 92 #define EP 0x0 macro 550 val = EP; in pcie_am654_set_mode()
|
A D | Kconfig | 211 EP mode according to RCW[HOST_AGT_PEX] setting. 230 string "PCIe EP compatible of Kernel DT"
|
/u-boot/drivers/usb/ |
A D | Kconfig | 126 bool "Poll via control EP"
|
Completed in 16 milliseconds