Home
last modified time | relevance | path

Searched refs:ethernet_phy_descriptor (Results 1 – 9 of 9) sorted by relevance

/bsp/microchip/same70/bsp/ethernet_phy/
A Dethernet_phy.h45 struct ethernet_phy_descriptor { struct
77 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr);
95 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *…
113 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t …
127 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_…
158 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state);
172 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state);
184 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr);
198 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state);
210 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status);
[all …]
A Dethernet_phy.c39 int32_t ethernet_phy_init(struct ethernet_phy_descriptor *const descr, struct mac_async_descriptor … in ethernet_phy_init()
52 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr) in ethernet_phy_set_address()
63 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *… in ethernet_phy_read_reg()
73 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t … in ethernet_phy_write_reg()
82 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_… in ethernet_phy_set_reg_bit()
116 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_powerdown()
129 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_isolate()
142 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr) in ethernet_phy_restart_autoneg()
151 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_loopback()
164 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status) in ethernet_phy_get_link_status()
[all …]
/bsp/microchip/same54/bsp/ethernet_phy/
A Dethernet_phy.h45 struct ethernet_phy_descriptor { struct
77 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr);
95 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *…
113 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t …
127 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_…
158 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state);
172 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state);
184 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr);
198 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state);
210 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status);
[all …]
A Dethernet_phy.c39 int32_t ethernet_phy_init(struct ethernet_phy_descriptor *const descr, struct mac_async_descriptor … in ethernet_phy_init()
52 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr) in ethernet_phy_set_address()
63 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *… in ethernet_phy_read_reg()
73 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t … in ethernet_phy_write_reg()
82 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_… in ethernet_phy_set_reg_bit()
116 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_powerdown()
129 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_isolate()
142 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr) in ethernet_phy_restart_autoneg()
151 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_loopback()
164 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status) in ethernet_phy_get_link_status()
[all …]
/bsp/microchip/same70/bsp/
A Dethernet_phy_main.h16 extern struct ethernet_phy_descriptor MACIF_PHY_desc;
A Dethernet_phy_main.c13 struct ethernet_phy_descriptor MACIF_PHY_desc;
/bsp/microchip/same54/bsp/
A Dethernet_phy_main.h16 extern struct ethernet_phy_descriptor MACIF_PHY_desc;
A Dethernet_phy_main.c13 struct ethernet_phy_descriptor MACIF_PHY_desc;
/bsp/microchip/common/board/
A Dsam_gmac.c33 struct ethernet_phy_descriptor *phyif;

Completed in 15 milliseconds