Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-davinci/
H A Dlxt972.c25 u_int16_t id1, id2; in lxt972_is_phy_connected() local
29 if (!davinci_eth_phy_read(phy_addr, MII_PHYSID2, &id2)) in lxt972_is_phy_connected()
32 if ((id1 == (0x0013)) && ((id2 & 0xfff0) == 0x78e0)) in lxt972_is_phy_connected()
H A Ddp83848.c24 u_int16_t id1, id2; in dp83848_is_phy_connected() local
28 if (!davinci_eth_phy_read(phy_addr, DP83848_PHYID2_REG, &id2)) in dp83848_is_phy_connected()
31 if ((id1 == DP83848_PHYID1_OUI) && (id2 == DP83848_PHYID2_OUI)) in dp83848_is_phy_connected()
/rk3399_rockchip-uboot/board/spear/x600/
H A Dx600.c74 unsigned short id1, id2; in board_phy_config() local
78 id2 = phy_read(phydev, MDIO_DEVAD_NONE, 3); in board_phy_config()
80 if ((id1 == 0x22) && ((id2 & 0xFFF0) == 0x1620)) { in board_phy_config()
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c214 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 …]
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/
H A Ducp1020.c196 static u8 id2; in last_stage_init() local
212 if (i2c_read(CONFIG_SYS_I2C_NCT72_ADDR, 0xFE, 1, &id2, 1) < 0) in last_stage_init()
215 printf("NCT72(0x%x): ready\n", id2); in last_stage_init()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_arc.c19 unsigned int id2; member
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc_nand.h99 u8 id2; member
H A Dsfc_nand.c338 if (spi_nand_tbl[i].id2 && in sfc_nand_get_info()
339 spi_nand_tbl[i].id2 != nand_id[2]) in sfc_nand_get_info()