Searched refs:oui_lsb (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-2.7.6/components/esp_eth/include/ |
D | eth_phy_regs_struct.h | 92 …uint32_t oui_lsb : 6; /*!< Organizationally Unique Identifier(OUI) least significant bits */ member
|
/hal_espressif-2.7.6/examples/ethernet/enc28j60/main/ |
D | esp_eth_phy_enc28j60.c | 258 PHY_CHECK(id1.oui_msb == 0x0083 && id2.oui_lsb == 0x05 && id2.vendor_model == 0x00, in enc28j60_init()
|
/hal_espressif-2.7.6/components/esp_eth/src/ |
D | esp_eth_phy_dp83848.c | 345 PHY_CHECK(id1.oui_msb == 0x2000 && id2.oui_lsb == 0x17 && id2.vendor_model == 0x09, in dp83848_init()
|
D | esp_eth_phy_ip101.c | 380 …PHY_CHECK(id1.oui_msb == 0x243 && id2.oui_lsb == 0x3 && id2.vendor_model == 0x5, "wrong chip ID", … in ip101_init()
|
D | esp_eth_phy_ksz8041.c | 328 …PHY_CHECK(id1.oui_msb == 0x22 && id2.oui_lsb == 0x5 && id2.vendor_model == 0x11, "wrong chip ID", … in ksz8041_init()
|
D | esp_eth_phy_rtl8201.c | 336 PHY_CHECK(id1.oui_msb == 0x1C && id2.oui_lsb == 0x32 && id2.vendor_model == 0x1, in rtl8201_init()
|
D | esp_eth_phy_dm9051.c | 355 PHY_CHECK(id1.oui_msb == 0x0181 && id2.oui_lsb == 0x2E && id2.vendor_model == 0x0A, in dm9051_init()
|
D | esp_eth_phy_lan8720.c | 429 …PHY_CHECK(id1.oui_msb == 0x7 && id2.oui_lsb == 0x30 && id2.vendor_model == 0xF, "wrong chip ID", e… in lan8720_init()
|