Home
last modified time | relevance | path

Searched refs:phyConfig (Results 1 – 8 of 8) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/phy/
A Dusb_phy.c81 uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciPhyInit() argument
117 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciPhyInit()
118 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciPhyInit()
136 …_t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciLowPowerPhyInit() argument
178 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciLowPowerPhyInit()
179 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciLowPowerPhyInit()
A Dusb_phy.h72 … uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);
86 …t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);
/bsp/nxp/imx/imxrt/libraries/drivers/usb/phy/
A Dusb_phy.c97 uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciPhyInit() argument
137 if (NULL != phyConfig) in USB_EhciPhyInit()
142 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciPhyInit()
143 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciPhyInit()
162 …_t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciLowPowerPhyInit() argument
201 if (NULL != phyConfig) in USB_EhciLowPowerPhyInit()
206 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciLowPowerPhyInit()
207 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciLowPowerPhyInit()
A Dusb_phy.h72 … uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);
86 …t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_eth.c584 cy_stc_ephy_config_t phyConfig; in init_phy_DP83867IR() local
632 phyConfig.speed = (cy_en_ephy_speed_t)CY_ECM_PHY_SPEED_AUTO; in init_phy_DP83867IR()
633 phyConfig.duplex = (cy_en_ephy_duplex_t)CY_ECM_DUPLEX_AUTO; in init_phy_DP83867IR()
638 Cy_EPHY_Configure( phy_obj, &phyConfig ); in init_phy_DP83867IR()
647 Cy_EPHY_getLinkPartnerCapabilities(phy_obj, &phyConfig); in init_phy_DP83867IR()
648 ecm_phy_config->phy_speed = (cy_ecm_phy_speed_t)phyConfig.speed; in init_phy_DP83867IR()
649 ecm_phy_config->mode = (cy_ecm_duplex_t)phyConfig.duplex; in init_phy_DP83867IR()
687 phyConfig.duplex = ecm_phy_config->mode; in init_phy_DP83867IR()
688 phyConfig.speed = ecm_phy_config->phy_speed; in init_phy_DP83867IR()
690 Cy_EPHY_Configure(phy_obj, &phyConfig); in init_phy_DP83867IR()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbd.c51 usb_phy_config_struct_t phyConfig = { in USB_DeviceClockInit() local
66 USB_EhciPhyInit(controllerId, 0, &phyConfig); in USB_DeviceClockInit()
A Ddrv_usbh.c107 usb_phy_config_struct_t phyConfig = { in USB_HostClockInit() local
124 USB_EhciPhyInit(controller_id, 24000000U, &phyConfig); in USB_HostClockInit()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_usbd.c56 usb_phy_config_struct_t phyConfig = { in USB_DeviceClockInit() local
71 USB_EhciPhyInit(controllerId, 0, &phyConfig); in USB_DeviceClockInit()

Completed in 13 milliseconds