Home
last modified time | relevance | path

Searched refs:phy_mode (Results 1 – 7 of 7) sorted by relevance

/bsp/ck802/libraries/common/eth/
A Dethernet_enc28j60.c762 uint32_t phy_mode = 0; in csi_eth_phy_set_mode() local
775 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()
/bsp/nxp/lpc/lpc176x/drivers/
A Demac.c24 rt_uint8_t phy_mode; member
234 switch (lpc17xx_emac_device.phy_mode) in lpc17xx_emac_init()
489 lpc17xx_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc17xx_emac_hw_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Demac.c27 rt_uint8_t phy_mode; member
265 switch (lpc17xx_emac_device.phy_mode) in lpc17xx_emac_init()
513 lpc17xx_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc17xx_emac_hw_init()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_emac.c49 rt_uint8_t phy_mode; member
255 switch (lpc_emac_device.phy_mode) in lpc_emac_init()
468 lpc_emac_device.phy_mode = EMAC_PHY_AUTO; in rt_hw_emac_init()
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_emac.c49 rt_uint8_t phy_mode; member
276 switch (lpc_emac_device.phy_mode) in lpc_emac_init()
491 lpc_emac_device.phy_mode = EMAC_PHY_AUTO; in lpc_emac_hw_init()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_eth.c97 int phy_mode = PHY_INTERFACE_MODE_RGMII; in bcmgenet_interface_set() local
98 switch (phy_mode) in bcmgenet_interface_set()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_eth.c107 int phy_mode = PHY_INTERFACE_MODE_RGMII; in bcmgenet_interface_set() local
108 switch (phy_mode) in bcmgenet_interface_set()

Completed in 14 milliseconds