Searched defs:phy_reg (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_mac_openeth.c | 124 …emac_opencores_write_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, uint32_t reg… in emac_opencores_write_phy_reg() 134 … emac_opencores_read_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, uint32_t *re… in emac_opencores_read_phy_reg()
|
D | esp_eth.c | 66 static esp_err_t eth_phy_reg_read(esp_eth_mediator_t *eth, uint32_t phy_addr, uint32_t phy_reg, uin… in eth_phy_reg_read() 78 static esp_err_t eth_phy_reg_write(esp_eth_mediator_t *eth, uint32_t phy_addr, uint32_t phy_reg, ui… in eth_phy_reg_write()
|
D | esp_eth_mac_esp.c | 81 static esp_err_t emac_esp32_write_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, … in emac_esp32_write_phy_reg() 102 static esp_err_t emac_esp32_read_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, u… in emac_esp32_read_phy_reg()
|
D | esp_eth_mac_ksz8851snl.c | 412 static esp_err_t emac_ksz8851_read_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg,… in emac_ksz8851_read_phy_reg() 424 static esp_err_t emac_ksz8851_write_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg… in emac_ksz8851_write_phy_reg()
|
D | esp_eth_mac_w5500.c | 366 static esp_err_t emac_w5500_write_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, … in emac_w5500_write_phy_reg() 379 static esp_err_t emac_w5500_read_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, u… in emac_w5500_read_phy_reg()
|
D | esp_eth_mac_dm9051.c | 435 static esp_err_t emac_dm9051_write_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg,… in emac_dm9051_write_phy_reg() 461 static esp_err_t emac_dm9051_read_phy_reg(esp_eth_mac_t *mac, uint32_t phy_addr, uint32_t phy_reg, … in emac_dm9051_read_phy_reg()
|
/hal_espressif-3.6.0/components/hal/ |
D | emac_hal.c | 312 void emac_hal_set_phy_cmd(emac_hal_context_t *hal, uint32_t phy_addr, uint32_t phy_reg, bool write) in emac_hal_set_phy_cmd()
|
/hal_espressif-3.6.0/examples/ethernet/enc28j60/components/eth_enc28j60/ |
D | esp_eth_mac_enc28j60.c | 442 uint32_t phy_reg, uint32_t reg_value) in emac_enc28j60_write_phy_reg() 478 uint32_t phy_reg, uint32_t *reg_value) in emac_enc28j60_read_phy_reg()
|