| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy_tbl.h | 42 uint16_t id2; member 51 .id2 = 0xc916, 57 .id2 = 0xc859, 63 .id2 = 0xc870, 69 .id2 = 0xc915, 75 .id2 = 0xc914, 81 .id2 = 0xc912, 87 .id2 = 0xc930, 93 .id2 = 0xc816, 99 .id2 = 0xc815, [all …]
|
| H A D | phy.c | 2181 eng->phy.id2 = phy_read(eng, PHY_REG_ID_2); in phy_find_addr() 2182 value = (eng->phy.id2 << 16) | eng->phy.id1; in phy_find_addr() 2215 value = (p_eng->phy.id1 << 16) | (p_eng->phy.id2 & p_phy->id2_mask); in phy_check_id() 2216 id = (p_phy->id1 << 16) | (p_phy->id2 & p_phy->id2_mask); in phy_check_id()
|
| H A D | comminf.h | 534 uint16_t id2 ; member
|
| H A D | mac.c | 1092 eng->phy.Adr, eng->phy.id1, eng->phy.id2, in FPri_End()
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | lxt972.c | 24 u_int16_t id1, id2; in lxt972_is_phy_connected() local 28 if (!davinci_eth_phy_read(phy_addr, MII_PHYSID2, &id2)) in lxt972_is_phy_connected() 31 if ((id1 == (0x0013)) && ((id2 & 0xfff0) == 0x78e0)) in lxt972_is_phy_connected()
|
| H A D | dp83848.c | 23 u_int16_t id1, id2; in dp83848_is_phy_connected() local 27 if (!davinci_eth_phy_read(phy_addr, DP83848_PHYID2_REG, &id2)) in dp83848_is_phy_connected() 30 if ((id1 == DP83848_PHYID1_OUI) && (id2 == DP83848_PHYID2_OUI)) in dp83848_is_phy_connected()
|
| /openbmc/u-boot/board/spear/x600/ |
| H A D | x600.c | 73 unsigned short id1, id2; in board_phy_config() local 77 id2 = phy_read(phydev, MDIO_DEVAD_NONE, 3); in board_phy_config() 79 if ((id1 == 0x22) && ((id2 & 0xFFF0) == 0x1620)) { in board_phy_config()
|
| /openbmc/qemu/include/hw/block/ |
| H A D | flash.h | 22 uint16_t id2, uint16_t id3, 42 uint16_t id2, uint16_t id3,
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/ |
| H A D | santabarbara-tray-location-init | 26 id2=$(get_gpio_val TRAY_SLOT_ID2) 30 binary="${id4}${id3}${id2}${id1}${id0}"
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-proc.h | 85 abi_long id1, abi_long id2, in do_freebsd_wait6() argument 98 id1 = id2; in do_freebsd_wait6() 99 id2 = target_status; in do_freebsd_wait6() 109 ret = get_errno(safe_wait6(idtype, target_arg64(id1, id2), in do_freebsd_wait6()
|
| /openbmc/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 214 u32 id1, id2, i; in power_init_board() local 231 pmic_reg_read(p, PFUZE100_REVID, &id2); in power_init_board() 232 printf("PFUZE100 Rev. [%02x/%02x] detected\n", id1, id2); in power_init_board() 234 if (id2 >= 0x20) in power_init_board() 259 unsigned short id1, id2; in board_eth_init() local 283 id2 = phy_read(phydev, MDIO_DEVAD_NONE, 3); in board_eth_init() 285 if ((id1 == 0x22) && ((id2 & 0xFFF0) == 0x1620)) { in board_eth_init() 302 } else if ((id1 == 0x004d) && (id2 == 0xd072)) { in board_eth_init() 307 printf("Unknown Ethernet-Phy: 0x%04x 0x%04x\n", id1, id2); in board_eth_init() 327 unsigned short id1, id2; in mx6_rgmii_rework() local [all …]
|
| /openbmc/u-boot/board/Arcturus/ucp1020/ |
| H A D | ucp1020.c | 195 static u8 id2; in last_stage_init() local 211 if (i2c_read(CONFIG_SYS_I2C_NCT72_ADDR, 0xFE, 1, &id2, 1) < 0) in last_stage_init() 214 printf("NCT72(0x%x): ready\n", id2); in last_stage_init()
|
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 066_text.dts | 15 text-label = "test-id2";
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_arc.c | 19 unsigned int id2; member
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | host_notifier_test.cpp | 555 auto id2 = pel->id(); in TEST_F() local 579 notifier.ackPEL(id2); in TEST_F() 586 id.pelID.id = id2; in TEST_F()
|
| H A D | repository_test.cpp | 582 ID id2{ID::Pel(pelID2)}; in TEST_F() local 584 repo.remove(id2); in TEST_F()
|
| /openbmc/qemu/hw/block/ |
| H A D | pflash_cfi01.c | 966 uint16_t id2, uint16_t id3, in DEFINE_TYPES() 981 qdev_prop_set_uint16(dev, "id2", id2); in DEFINE_TYPES()
|
| H A D | pflash_cfi02.c | 1003 uint16_t id2, uint16_t id3, in type_init() 1021 qdev_prop_set_uint16(dev, "id2", id2); in type_init()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-vmstate.c | 1138 uint64_t id1, id2; in test_gtree_load_domain() 1143 id2 = (uint64_t)(uintptr_t)d->key; 1146 assert(id1 == id2); 1096 uint64_t id1, id2; match_domain_node() local
|
| /openbmc/openbmc-test-automation/openpower/pel/ |
| H A D | test_bmc_pel.robot | 627 ${id2}= Get From List ${list} 1 628 ${id2}= Convert To Integer ${id2} 630 Should Be True ${id1} > ${id2}
|