Home
last modified time | relevance | path

Searched refs:OMAP3_HS_USB_PORTS (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/platform_data/
H A Dusb-omap.h8 #define OMAP3_HS_USB_PORTS 3 macro
28 enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
32 enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
33 int reset_gpio_port[OMAP3_HS_USB_PORTS];
34 struct regulator *regulator[OMAP3_HS_USB_PORTS];
39 enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
45 enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
46 int reset_gpio_port[OMAP3_HS_USB_PORTS];
47 struct regulator *regulator[OMAP3_HS_USB_PORTS];
/linux/drivers/mfd/
H A Domap-usb-host.c481 if (pdata->nports > OMAP3_HS_USB_PORTS) { in usbhs_omap_get_dt_pdata()
483 pdata->nports, OMAP3_HS_USB_PORTS); in usbhs_omap_get_dt_pdata()
488 for (i = 0; i < OMAP3_HS_USB_PORTS; i++) { in usbhs_omap_get_dt_pdata()
558 if (pdata->nports > OMAP3_HS_USB_PORTS) { in usbhs_omap_probe()
560 pdata->nports, OMAP3_HS_USB_PORTS); in usbhs_omap_probe()
606 omap->nports = OMAP3_HS_USB_PORTS; in usbhs_omap_probe()