Searched refs:phy_hard_reset_gpio (Results 1 – 2 of 2) sorted by relevance
626 GPIO_TypeDef *phy_hard_reset_gpio; /*!< GPIO device hard reset for PHY is connected to */ member1320 GPIO_TypeDef *phy_hard_reset_gpio; /*!< GPIO device hard reset for PHY is connected to */ member
277 this_mac->phy_hard_reset_gpio = cfg->phy_hard_reset_gpio; in MSS_MAC_init()753 cfg->phy_hard_reset_gpio = (GPIO_TypeDef *)0UL; in MSS_MAC_cfg_struct_def_init()1415 if((GPIO_TypeDef *)0UL != this_mac->phy_hard_reset_gpio) in MSS_MAC_phy_reset()1417 … MSS_GPIO_set_output(this_mac->phy_hard_reset_gpio, this_mac->phy_hard_reset_pin, reset_state); in MSS_MAC_phy_reset()