| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | uli526x.c | 105 u32 chip_id; /* Chip vendor/Device ID */ member 245 pci_read_config_dword(devno, PCI_VENDOR_ID, &db->chip_id); in uli526x_initialize() 248 printf("uli526x: chip_id%x\n", db->chip_id); in uli526x_initialize() 347 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x8000, db->chip_id); in uli526x_disable() 383 phy_value = uli_phy_read(db->ioaddr, phy_tmp, 3, db->chip_id); in uli526x_init() 403 db->phy_addr, 0, db->chip_id); in uli526x_init() 406 phy_reg_reset, db->chip_id); in uli526x_init() 780 db->phy_addr, 4, db->chip_id) & ~0x01e0; in uli526x_set_phyxcer() 801 uli_phy_write(db->ioaddr, db->phy_addr, 4, phy_reg, db->chip_id); in uli526x_set_phyxcer() 804 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x1200, db->chip_id); in uli526x_set_phyxcer() [all …]
|
| H A D | lan91c96.c | 758 u8 chip_id; in lan91c96_detect_chip() local 761 chip_id = (SMC_inw(dev, 0xA) & LAN91C96_REV_CHIPID) >> 4; in lan91c96_detect_chip() 764 if (chip_id == supported_chips[r].id) in lan91c96_detect_chip()
|
| H A D | smc911x.h | 384 struct chip_id { struct 389 static const struct chip_id chip_ids[] = { argument
|
| H A D | ks8851_mll.h | 352 struct chip_id { struct
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | ap.c | 53 uint sku_id, chip_id; in tegra_get_chip_sku() local 55 chip_id = tegra_get_chip(); in tegra_get_chip_sku() 58 switch (chip_id) { in tegra_get_chip_sku() 107 __func__, chip_id, sku_id); in tegra_get_chip_sku()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | grf_rk3562.h | 72 uint32_t chip_id; /* address offset: 0x0800 */ member 74 check_member(rk3562_grf, chip_id, 0x0800);
|
| H A D | grf_rk322x.h | 48 unsigned int chip_id; member
|
| H A D | grf_rv1108.h | 111 u32 chip_id; member 114 check_member(rv1108_grf, chip_id, 0x0c00);
|
| H A D | grf_rk3588.h | 74 uint32_t chip_id; /* Address Offset: 0x0600 */ member 76 check_member(rk3588_sys_grf, chip_id, 0x0600);
|
| H A D | grf_rk1808.h | 145 unsigned int chip_id; /* 0x0800 */ member
|
| H A D | grf_rv1126.h | 50 unsigned int chip_id; member
|
| H A D | grf_rk3308.h | 179 unsigned int chip_id; member
|
| /rk3399_rockchip-uboot/board/cirrus/edb93xx/ |
| H A D | edb93xx.c | 232 unsigned chip_id = readl(&syscon->chipid); in dram_init() local 254 switch (chip_id & 0xF0000000) { in dram_init() 283 printf(" (SecExtID=%.8x/ChipID=%.8x)\n", sec_id, chip_id); in dram_init()
|
| /rk3399_rockchip-uboot/drivers/power/charge/ |
| H A D | bq25700_charger.c | 60 u32 chip_id; member 160 if (charger->chip_id == BQ25700_ID) in bq257xx_charger_status() 317 charger->chip_id = BQ25703_ID; in bq25700_ofdata_to_platdata() 319 charger->chip_id = BQ25700_ID; in bq25700_ofdata_to_platdata() 342 if (charger->chip_id == BQ25700_ID) in bq25700_probe()
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | fan53555_regulator.c | 95 int chip_id; member 295 switch (di->chip_id) { in fan53555_voltages_setup_fairchild() 309 di->chip_id, di->chip_rev); in fan53555_voltages_setup_fairchild() 326 "Chip ID %d not supported!\n", di->chip_id); in fan53555_voltages_setup_fairchild() 446 di->chip_id = val & DIE_ID; in fan53555_regulator_probe() 457 di->chip_id, di->chip_rev); in fan53555_regulator_probe()
|
| H A D | rk860x_regulator.c | 63 int chip_id; member 286 switch (di->chip_id) { in rk860x_device_setup() 330 di->chip_id); in rk860x_device_setup() 386 di->chip_id = RK860X_CHIP_ID_00; in rk860x_regulator_probe() 388 di->chip_id = RK860X_CHIP_ID_02; in rk860x_regulator_probe()
|
| /rk3399_rockchip-uboot/drivers/power/fuel_gauge/ |
| H A D | fg_cw221x.c | 113 int chip_id; member 328 u8 chip_id; in cw221X_get_chip_id() local 331 ret = cw221x_read(cw221x, REG_CHIP_ID, &chip_id); in cw221X_get_chip_id() 337 cw221x->chip_id = chip_id; in cw221X_get_chip_id() 473 if (cw221x->chip_id != IC_VCHIP_ID) { in cw221X_init()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/ |
| H A D | rk3588.c | 1352 u8 chip_id[2]; in fdt_fixup_modules() local 1365 ret = misc_read(dev, CHIP_ID_OFF, &chip_id, sizeof(chip_id)); in fdt_fixup_modules() 1371 debug("# chip: rk%02x%02x\n", chip_id[0], chip_id[1]); in fdt_fixup_modules() 1374 if (!(chip_id[0] == 0x35 && chip_id[1] == 0x82) && in fdt_fixup_modules() 1375 !(chip_id[0] == 0x35 && chip_id[1] == 0x83)) in fdt_fixup_modules() 1404 if (chip_id[0] == 0x35 && (chip_id[1] == 0x82 || chip_id[1] == 0x83)) { in fdt_fixup_modules()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.h | 20 uint32_t chip_id; member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/ |
| H A D | sys_proto.h | 48 int chip_id(unsigned char id);
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/ |
| H A D | warmboot.c | 244 u32 chip_id; in fuse_get_operation_mode() local 248 chip_id = (readl(&gp->hidrev) & HIDREV_CHIPID_MASK) >> in fuse_get_operation_mode() 250 if (chip_id == CHIPID_TEGRA20) { in fuse_get_operation_mode()
|
| /rk3399_rockchip-uboot/board/xilinx/zynqmp/ |
| H A D | zynqmp.c | 80 int chip_id(unsigned char id) in chip_id() function 141 id = chip_id(IDCODE); in zynqmp_get_silicon_idcode_name()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | cpu.c | 82 id = readl(&cpuregs->chip_id); in print_cpuinfo()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-armada100/ |
| H A D | cpu.h | 145 u32 chip_id; /* Chip Id Reg */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-aspeed/ |
| H A D | scu_ast2500.h | 198 u32 chip_id[2]; member
|