Searched refs:oui (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/net/octeontx/ |
| A D | smi.c | 268 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 D | tdx-cfg-block.c | 164 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 D | tdx-cfg-block.h | 19 u32 oui:24; member
|
| /u-boot/cmd/ |
| A D | mii.c | 340 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 D | miiphyutil.c | 314 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui, in miiphy_info() argument 340 *oui = (reg >> 10); in miiphy_info()
|
| A D | edid.c | 161 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 D | miiphy.h | 27 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui,
|
| /u-boot/examples/standalone/ |
| A D | README.smc91111_eeprom | 28 http://standards.ieee.org/regauth/oui/index.shtml
|
Completed in 21 milliseconds