Home
last modified time | relevance | path

Searched refs:phy_gecko_dev (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Dphy_gecko.h18 struct phy_gecko_dev { struct
29 int phy_gecko_init(const struct phy_gecko_dev *phy); argument
38 int phy_gecko_auto_negotiate(const struct phy_gecko_dev *phy,
46 uint32_t phy_gecko_id_get(const struct phy_gecko_dev *phy);
54 bool phy_gecko_is_linked(const struct phy_gecko_dev *phy);
Dphy_gecko.c80 static int phy_read(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_read()
99 static int phy_write(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_write()
109 static int phy_soft_reset(const struct phy_gecko_dev *phy) in phy_soft_reset()
141 int phy_gecko_init(const struct phy_gecko_dev *phy) in phy_gecko_init()
165 uint32_t phy_gecko_id_get(const struct phy_gecko_dev *phy) in phy_gecko_id_get()
190 int phy_gecko_auto_negotiate(const struct phy_gecko_dev *phy, in phy_gecko_auto_negotiate()
267 bool phy_gecko_is_linked(const struct phy_gecko_dev *phy) in phy_gecko_is_linked()
Deth_gecko_priv.h81 struct phy_gecko_dev phy;