Searched refs:oui_msb (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/esp_eth/include/ |
D | eth_phy_regs_struct.h | 78 uint32_t oui_msb : 16; /*!< Organizationally Unique Identifier(OUI) most significant bits */ member
|
/hal_espressif-3.6.0/examples/ethernet/enc28j60/components/eth_enc28j60/ |
D | esp_eth_phy_enc28j60.c | 306 PHY_CHECK(id1.oui_msb == 0x0083 && id2.oui_lsb == 0x05 && id2.vendor_model == 0x00, in enc28j60_init()
|
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_phy_rtl8201.c | 342 …ESP_GOTO_ON_FALSE(id1.oui_msb == 0x1C && id2.oui_lsb == 0x32 && id2.vendor_model == 0x1, ESP_FAIL,… in rtl8201_init()
|
D | esp_eth_phy_dm9051.c | 356 …ESP_GOTO_ON_FALSE(id1.oui_msb == 0x0181 && id2.oui_lsb == 0x2E && id2.vendor_model == 0x0A, ESP_FA… in dm9051_init()
|
D | esp_eth_phy_dp83848.c | 350 …ESP_GOTO_ON_FALSE(id1.oui_msb == 0x2000 && id2.oui_lsb == 0x17 && id2.vendor_model == 0x09, ESP_FA… in dp83848_init()
|
D | esp_eth_phy_ip101.c | 389 …ESP_GOTO_ON_FALSE(id1.oui_msb == 0x243 && id2.oui_lsb == 0x3 && id2.vendor_model == 0x5, ESP_FAIL,… in ip101_init()
|
D | esp_eth_phy_ksz80xx.c | 363 …ESP_GOTO_ON_FALSE(id1.oui_msb == 0x22 && id2.oui_lsb == 0x5 && id2.vendor_model == ksz80xx->vendor… in ksz80xx_init()
|
D | esp_eth_phy_lan87xx.c | 499 … ESP_GOTO_ON_FALSE(id1.oui_msb == 0x7 && id2.oui_lsb == 0x30, ESP_FAIL, err, TAG, "wrong chip ID"); in lan87xx_init()
|