Home
last modified time | relevance | path

Searched refs:oui_lsb (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/components/esp_eth/include/
Deth_phy_regs_struct.h92 …uint32_t oui_lsb : 6; /*!< Organizationally Unique Identifier(OUI) least significant bits */ member
/hal_espressif-2.7.6/examples/ethernet/enc28j60/main/
Desp_eth_phy_enc28j60.c258 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/
Desp_eth_phy_dp83848.c345 PHY_CHECK(id1.oui_msb == 0x2000 && id2.oui_lsb == 0x17 && id2.vendor_model == 0x09, in dp83848_init()
Desp_eth_phy_ip101.c380 …PHY_CHECK(id1.oui_msb == 0x243 && id2.oui_lsb == 0x3 && id2.vendor_model == 0x5, "wrong chip ID", … in ip101_init()
Desp_eth_phy_ksz8041.c328 …PHY_CHECK(id1.oui_msb == 0x22 && id2.oui_lsb == 0x5 && id2.vendor_model == 0x11, "wrong chip ID", … in ksz8041_init()
Desp_eth_phy_rtl8201.c336 PHY_CHECK(id1.oui_msb == 0x1C && id2.oui_lsb == 0x32 && id2.vendor_model == 0x1, in rtl8201_init()
Desp_eth_phy_dm9051.c355 PHY_CHECK(id1.oui_msb == 0x0181 && id2.oui_lsb == 0x2E && id2.vendor_model == 0x0A, in dm9051_init()
Desp_eth_phy_lan8720.c429 …PHY_CHECK(id1.oui_msb == 0x7 && id2.oui_lsb == 0x30 && id2.vendor_model == 0xF, "wrong chip ID", e… in lan8720_init()