• Home
  • Raw
  • Download

Lines Matching refs:USB_PAD_CFG

125 #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \  macro
132 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, USB_PAD_CFG); in usbotg_init()
133 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, USB_PAD_CFG); in usbotg_init()
134 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, USB_PAD_CFG); in usbotg_init()
135 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, USB_PAD_CFG); in usbotg_init()
136 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, USB_PAD_CFG); in usbotg_init()
137 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, USB_PAD_CFG); in usbotg_init()
138 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, USB_PAD_CFG); in usbotg_init()
139 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, USB_PAD_CFG); in usbotg_init()
140 mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, USB_PAD_CFG); in usbotg_init()
141 mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, USB_PAD_CFG); in usbotg_init()
142 mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, USB_PAD_CFG); in usbotg_init()
143 mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, USB_PAD_CFG); in usbotg_init()
176 mxc_iomux_set_pad(MX31_PIN_USBH2_CLK, USB_PAD_CFG); in usbh2_init()
177 mxc_iomux_set_pad(MX31_PIN_USBH2_DIR, USB_PAD_CFG); in usbh2_init()
178 mxc_iomux_set_pad(MX31_PIN_USBH2_NXT, USB_PAD_CFG); in usbh2_init()
179 mxc_iomux_set_pad(MX31_PIN_USBH2_STP, USB_PAD_CFG); in usbh2_init()
180 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA0, USB_PAD_CFG); in usbh2_init()
181 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA1, USB_PAD_CFG); in usbh2_init()
182 mxc_iomux_set_pad(MX31_PIN_SRXD6, USB_PAD_CFG); in usbh2_init()
183 mxc_iomux_set_pad(MX31_PIN_STXD6, USB_PAD_CFG); in usbh2_init()
184 mxc_iomux_set_pad(MX31_PIN_SFS3, USB_PAD_CFG); in usbh2_init()
185 mxc_iomux_set_pad(MX31_PIN_SCK3, USB_PAD_CFG); in usbh2_init()
186 mxc_iomux_set_pad(MX31_PIN_SRXD3, USB_PAD_CFG); in usbh2_init()
187 mxc_iomux_set_pad(MX31_PIN_STXD3, USB_PAD_CFG); in usbh2_init()