Searched refs:phy_soft_reset_gpio (Results 1 – 2 of 2) sorted by relevance
624 GPIO_TypeDef *phy_soft_reset_gpio; /*!< GPIO device soft reset for PHY is connected to */ member1316 GPIO_TypeDef *phy_soft_reset_gpio; /*!< GPIO device soft reset for PHY is connected to */ member
275 this_mac->phy_soft_reset_gpio = cfg->phy_soft_reset_gpio; in MSS_MAC_init()751 cfg->phy_soft_reset_gpio = (GPIO_TypeDef *)0UL; in MSS_MAC_cfg_struct_def_init()1408 if((GPIO_TypeDef *)0UL != this_mac->phy_soft_reset_gpio) in MSS_MAC_phy_reset()1410 … MSS_GPIO_set_output(this_mac->phy_soft_reset_gpio, this_mac->phy_soft_reset_pin, reset_state); in MSS_MAC_phy_reset()