Searched refs:mac_async_read_phy_reg (Results 1 – 6 of 6) sorted by relevance
| /bsp/microchip/same70/bsp/ethernet_phy/ |
| A D | ethernet_phy.c | 67 return mac_async_read_phy_reg(descr->mac, descr->addr, reg, val); in ethernet_phy_read_reg() 89 rst = mac_async_read_phy_reg(descr->mac, descr->addr, reg, &val); in ethernet_phy_set_reg_bit() 106 rst = mac_async_read_phy_reg(descr->mac, descr->addr, reg, &val); in ethernet_phy_clear_reg_bit() 170 rst = mac_async_read_phy_reg(descr->mac, descr->addr, MDIO_REG1_BMSR, &val); in ethernet_phy_get_link_status()
|
| /bsp/microchip/same54/bsp/ethernet_phy/ |
| A D | ethernet_phy.c | 67 return mac_async_read_phy_reg(descr->mac, descr->addr, reg, val); in ethernet_phy_read_reg() 89 rst = mac_async_read_phy_reg(descr->mac, descr->addr, reg, &val); in ethernet_phy_set_reg_bit() 106 rst = mac_async_read_phy_reg(descr->mac, descr->addr, reg, &val); in ethernet_phy_clear_reg_bit() 170 rst = mac_async_read_phy_reg(descr->mac, descr->addr, MDIO_REG1_BMSR, &val); in ethernet_phy_get_link_status()
|
| /bsp/microchip/same70/bsp/hal/include/ |
| A D | hal_mac_async.h | 247 int32_t mac_async_read_phy_reg(struct mac_async_descriptor *const descr, uint16_t addr, uint16_t re…
|
| /bsp/microchip/same54/bsp/hal/include/ |
| A D | hal_mac_async.h | 247 int32_t mac_async_read_phy_reg(struct mac_async_descriptor *const descr, uint16_t addr, uint16_t re…
|
| /bsp/microchip/same70/bsp/hal/src/ |
| A D | hal_mac_async.c | 182 int32_t mac_async_read_phy_reg(struct mac_async_descriptor *const descr, uint16_t addr, uint16_t re… in mac_async_read_phy_reg() function
|
| /bsp/microchip/same54/bsp/hal/src/ |
| A D | hal_mac_async.c | 182 int32_t mac_async_read_phy_reg(struct mac_async_descriptor *const descr, uint16_t addr, uint16_t re… in mac_async_read_phy_reg() function
|
Completed in 11 milliseconds