Home
last modified time | relevance | path

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

/u-boot/drivers/net/octeontx/
A Dsmi.c268 int oui, model_number; in rxaui_phy_xs_init() local
274 oui = phy_id1; in rxaui_phy_xs_init()
275 oui <<= 6; in rxaui_phy_xs_init()
276 oui |= (phy_id2 >> 10) & 0x3F; in rxaui_phy_xs_init()
277 debug("%s oui %x\n", __func__, oui); in rxaui_phy_xs_init()
278 switch (oui) { in rxaui_phy_xs_init()
/u-boot/board/toradex/common/
A Dtdx-cfg-block.c164 u32 oui = ntohl(eth_addr->oui) >> 8; in get_serial_from_mac() local
168 if (toradex_ouis[i] == oui) in get_serial_from_mac()
179 u32 oui; in get_mac_from_serial() local
186 oui = toradex_ouis[oui_index]; in get_mac_from_serial()
188 eth_addr->oui = htonl(oui << 8); in get_mac_from_serial()
A Dtdx-cfg-block.h19 u32 oui:24; member
/u-boot/cmd/
A Dmii.c340 unsigned int oui; in do_mii() local
354 if (miiphy_info (devname, j, &oui, &model, &rev) == 0) { in do_mii()
360 j, oui, model, rev, in do_mii()
/u-boot/common/
A Dmiiphyutil.c314 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui, in miiphy_info() argument
340 *oui = (reg >> 10); in miiphy_info()
A Dedid.c161 u32 oui = db[0] | (db[1] << 8) | (db[2] << 16); in cea_is_hdmi_vsdb_present() local
163 if (oui == HDMI_IEEE_OUI) in cea_is_hdmi_vsdb_present()
/u-boot/include/
A Dmiiphy.h27 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui,
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom28 http://standards.ieee.org/regauth/oui/index.shtml

Completed in 21 milliseconds