Home
last modified time | relevance | path

Searched full:isp1760 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/usb/isp1760/
H A DMakefile2 isp1760-y := isp1760-core.o isp1760-if.o
3 isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
4 isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
6 obj-$(CONFIG_USB_ISP1760) += isp1760.o
H A DKconfig8 Say Y or M here if your system as an ISP1760/1763 USB host controller
18 module will be called isp1760.
29 prompt "ISP1760 Mode Selection"
39 Select this if you want to use the ISP1760 in host mode only. The
47 Select this if you want to use the ISP1760 in peripheral mode only.
57 Select this if you want to use the ISP1760 in both host and
H A Disp1760-core.c3 * Driver for the NXP ISP1760 chip
24 #include "isp1760-core.h"
25 #include "isp1760-hcd.h"
26 #include "isp1760-regs.h"
27 #include "isp1760-udc.h"
82 * PORT 1 Control register of the ISP1760 is the OTG control register in isp1760_init_core()
101 hcd->is_isp1763 ? "isp1763" : "isp1760", in isp1760_init_core()
121 * ISP1760/61:
174 .name = "isp1760-hc",
520 dev_err(dev, "isp1760/61 do not support data width 8\n"); in isp1760_register()
[all …]
H A Disp1760-core.h3 * Driver for the NXP ISP1760 chip
21 #include "isp1760-hcd.h"
22 #include "isp1760-udc.h"
H A Disp1760-regs.h3 * Driver for the NXP ISP1760 chip
22 /* ISP1760/31 */
H A Disp1760-hcd.h8 #include "isp1760-regs.h"
H A Disp1760-udc.h22 #include "isp1760-regs.h"
H A Disp1760-hcd.c3 * Driver for the NXP ISP1760 chip
33 #include "isp1760-core.h"
34 #include "isp1760-hcd.h"
35 #include "isp1760-regs.h"
2503 .description = "isp1760-hcd",
2504 .product_desc = "NXP ISP1760 USB Host Controller",
H A Disp1760-udc.c22 #include "isp1760-core.h"
23 #include "isp1760-regs.h"
24 #include "isp1760-udc.h"
/linux/Documentation/devicetree/bindings/usb/
H A Dnxp,isp1760.yaml4 $id: http://devicetree.org/schemas/usb/nxp,isp1760.yaml#
7 title: NXP ISP1760 family controller
14 NXP ISP1760 family, which includes ISP1760/1761/1763 devicetree controller
20 - nxp,usb-isp1760
/linux/drivers/usb/
H A DKconfig140 source "drivers/usb/isp1760/Kconfig"