Searched refs:phy_mode (Results 1 – 7 of 7) sorted by relevance
762 uint32_t phy_mode = 0; in csi_eth_phy_set_mode() local775 phy_mode |= PHCON1_PDPXMD; in csi_eth_phy_set_mode()777 phy_mode &= ~(PHCON1_PDPXMD); in csi_eth_phy_set_mode()781 phy_mode |= PHCON1_PLOOPBK; in csi_eth_phy_set_mode()783 phy_mode &= ~(PHCON1_PLOOPBK); in csi_eth_phy_set_mode()786 enc28j60PhyWrite(PHCON1, 0, phy_mode); in csi_eth_phy_set_mode()
24 rt_uint8_t phy_mode; member234 switch (lpc17xx_emac_device.phy_mode) in lpc17xx_emac_init()489 lpc17xx_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc17xx_emac_hw_init()
27 rt_uint8_t phy_mode; member265 switch (lpc17xx_emac_device.phy_mode) in lpc17xx_emac_init()513 lpc17xx_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc17xx_emac_hw_init()
49 rt_uint8_t phy_mode; member255 switch (lpc_emac_device.phy_mode) in lpc_emac_init()468 lpc_emac_device.phy_mode = EMAC_PHY_AUTO; in rt_hw_emac_init()
49 rt_uint8_t phy_mode; member276 switch (lpc_emac_device.phy_mode) in lpc_emac_init()491 lpc_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc_emac_hw_init()
97 int phy_mode = PHY_INTERFACE_MODE_RGMII; in bcmgenet_interface_set() local98 switch (phy_mode) in bcmgenet_interface_set()
107 int phy_mode = PHY_INTERFACE_MODE_RGMII; in bcmgenet_interface_set() local108 switch (phy_mode) in bcmgenet_interface_set()
Completed in 14 milliseconds