Searched refs:phyConfig (Results 1 – 3 of 3) sorted by relevance
111 phy_config_t phyConfig = {0}; in PHY0_PowerControl() local119 phyConfig.phyAddr = ENETPHY0_State.resource->phyAddr; in PHY0_PowerControl()120 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_PowerControl()121 phyConfig.resource = ENETPHY0_State.resource->opsResource; in PHY0_PowerControl()122 phyConfig.autoNeg = true; in PHY0_PowerControl()123 status = PHY_Init(&phyHandle, &phyConfig); in PHY0_PowerControl()175 phy_config_t phyConfig = {0}; in PHY0_SetMode() local191 phyConfig.phyAddr = ENETPHY0_State.resource->phyAddr; in PHY0_SetMode()192 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_SetMode()193 phyConfig.resource = &ENETPHY0_State.resource->opsResource; in PHY0_SetMode()[all …]
72 uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciPhyInit() argument112 if (NULL != phyConfig) in USB_EhciPhyInit()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()137 …_t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciLowPowerPhyInit() argument176 if (NULL != phyConfig) in USB_EhciLowPowerPhyInit()181 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciLowPowerPhyInit()182 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciLowPowerPhyInit()
50 … uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);64 …t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);