#include "aq_phy.h"
#define HW_ATL_PTP_DISABLE_MSK …
bool aq_mdio_busy_wait(struct aq_hw_s *aq_hw)
{ … }
u16 aq_mdio_read_word(struct aq_hw_s *aq_hw, u16 mmd, u16 addr)
{ … }
void aq_mdio_write_word(struct aq_hw_s *aq_hw, u16 mmd, u16 addr, u16 data)
{ … }
u16 aq_phy_read_reg(struct aq_hw_s *aq_hw, u16 mmd, u16 address)
{ … }
void aq_phy_write_reg(struct aq_hw_s *aq_hw, u16 mmd, u16 address, u16 data)
{ … }
bool aq_phy_init_phy_id(struct aq_hw_s *aq_hw)
{ … }
bool aq_phy_init(struct aq_hw_s *aq_hw)
{ … }
void aq_phy_disable_ptp(struct aq_hw_s *aq_hw)
{ … }