Searched refs:oui (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/board/toradex/common/ |
| H A D | tdx-cfg-block.h | 20 u32 oui:24; member
|
| H A D | tdx-cfg-block.c | 466 tdx_eth_addr.oui = htonl(0x00142dUL << 8); in do_cfgblock_create()
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | km_arm.c | 429 unsigned int oui; in reset_phy() local 441 if (miiphy_info(name, CONFIG_PHY_BASE_ADR, &oui, &model, &rev)) in reset_phy() 445 if ((oui == PHY_MARVELL_OUI) && in reset_phy()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mii.c | 330 unsigned int oui; in do_mii() local 344 if (miiphy_info (devname, j, &oui, &model, &rev) == 0) { in do_mii() 350 j, oui, model, rev, in do_mii()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | hdmi.h | 313 unsigned int oui; member 328 unsigned int oui; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | miiphy.h | 28 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | miiphyutil.c | 308 int miiphy_info(const char *devname, unsigned char addr, unsigned int *oui, in miiphy_info() argument 334 *oui = (reg >> 10); in miiphy_info()
|
| H A D | edid.c | 1922 u32 oui = db[0] | (db[1] << 8) | (db[2] << 16); in cea_is_hdmi_vsdb_present() local 1924 if (oui == HDMI_IEEE_OUI) in cea_is_hdmi_vsdb_present() 2596 unsigned int oui; in cea_db_is_hdmi_forum_vsdb() local 2604 oui = db[3] << 16 | db[2] << 8 | db[1]; in cea_db_is_hdmi_forum_vsdb() 2606 return oui == HDMI_FORUM_IEEE_OUI; in cea_db_is_hdmi_forum_vsdb() 3546 unsigned int oui; in cea_db_is_scdb() local 3554 oui = db[3] << 16 | db[2] << 8 | db[1]; in cea_db_is_scdb() 3556 return oui == CTA_EXT_DB_HF_SCDB; in cea_db_is_scdb() 5817 frame->oui = HDMI_IEEE_OUI; in hdmi_vendor_infoframe_init() 6481 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_pack()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 28 http://standards.ieee.org/regauth/oui/index.shtml
|