Home
last modified time | relevance | path

Searched refs:phy_soft_reset_pin (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac_types.h625 mss_gpio_id_t phy_soft_reset_pin; /*!< GPIO pin soft reset for PHY is connected to */ member
1317 mss_gpio_id_t phy_soft_reset_pin; /*!< GPIO pin soft reset for PHY is connected to */ member
Dmss_ethernet_mac.c276 this_mac->phy_soft_reset_pin = cfg->phy_soft_reset_pin; in MSS_MAC_init()
752 cfg->phy_soft_reset_pin = MSS_GPIO_0; in MSS_MAC_cfg_struct_def_init()
1410 … MSS_GPIO_set_output(this_mac->phy_soft_reset_gpio, this_mac->phy_soft_reset_pin, reset_state); in MSS_MAC_phy_reset()