| /board/freescale/common/ |
| A D | ls102xa_stream_id.c | 10 void ls102xa_config_smmu_stream_id(struct smmu_stream_id *id, uint32_t num) in ls102xa_config_smmu_stream_id() argument 17 icid = (id[i].stream_id & 0xff) << 24; in ls102xa_config_smmu_stream_id() 18 out_be32((u32 *)(scfg + id[i].offset), icid); in ls102xa_config_smmu_stream_id() 29 liodn = (tbl[i].id[0] << 16) | tbl[i].id[1]; in ls1021x_config_caam_stream_id() 31 liodn = tbl[i].id[0]; in ls1021x_config_caam_stream_id()
|
| A D | sys_eeprom.c | 74 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ 75 (e.id[2] == 'I') || (e.id[3] == 'D')) 80 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \ 81 (e.id[2] == 'I') || (e.id[3] == 'D')) 94 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom() 97 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom() 406 memcpy(e.id, "NXID", sizeof(e.id)); in do_mac() 409 memcpy(e.id, "CCID", sizeof(e.id)); in do_mac() 498 e.id[0], e.id[1], e.id[2], e.id[3]); in mac_read_from_eeprom() 551 printf("%c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in mac_read_from_eeprom() [all …]
|
| A D | pfuze.c | 14 u32 id; in pfuze_mode_init() local 17 pmic_reg_read(p, PFUZE100_DEVICEID, &id); in pfuze_mode_init() 18 id = id & 0xf; in pfuze_mode_init() 20 if (id == 0) { in pfuze_mode_init() 23 } else if (id == 1) { in pfuze_mode_init() 27 printf("Not supported, id=%d\n", id); in pfuze_mode_init() 97 u32 id; in pfuze_mode_init() local 101 id = id & 0xf; in pfuze_mode_init() 103 if (id == 0) { in pfuze_mode_init() 106 } else if (id == 1) { in pfuze_mode_init() [all …]
|
| /board/compulab/imx8mm-cl-iot-gate/ddr/ |
| A D | ddr.c | 28 unsigned int id; member 47 { .name = "Nanya", .id = 0x05000010, .subind = 0xff, 49 { .name = "Samsung", .id = 0x01061010, .subind = 0x04, 51 { .name = "Samsung", .id = 0x01061010, .subind = 0x02, 53 { .name = "Kingston", .id = 0xff000010, .subind = 0x04, 55 { .name = "Kingston", .id = 0xff000010, .subind = 0x02, 57 { .name = "Micron", .id = 0xff020008, .subind = 0xff, 59 { .name = "Micron", .id = 0xff000110, .subind = 0xff, 119 if (lpddr4_array[i].id == ddr_info && in spl_dram_init_compulab() 147 ddr_info = lpddr4_array[i].id; in spl_dram_init_compulab()
|
| /board/dhelectronics/common/ |
| A D | dh_common.c | 89 if (eip->hdr.id[0] != 'D' || eip->hdr.id[1] != 'H' || eip->hdr.id[2] != 'E') { in dh_read_eeprom_id_page() 91 __func__, isprint(eip->hdr.id[0]) ? eip->hdr.id[0] : '.', in dh_read_eeprom_id_page() 92 isprint(eip->hdr.id[1]) ? eip->hdr.id[1] : '.', in dh_read_eeprom_id_page() 93 isprint(eip->hdr.id[2]) ? eip->hdr.id[2] : '.', in dh_read_eeprom_id_page() 94 eip->hdr.id[0], eip->hdr.id[1], eip->hdr.id[2]); in dh_read_eeprom_id_page()
|
| /board/xilinx/common/ |
| A D | board.c | 197 u8 id = 0; in xilinx_read_eeprom_fru() local 256 id++; in xilinx_read_eeprom_fru() 326 int id; in xilinx_read_eeprom() local 342 for (id = 0; id <= highest_id; id++) { in xilinx_read_eeprom() 346 desc = &board_info[id]; in xilinx_read_eeprom() 429 int i, id, macid = 0; in board_late_init_xilinx() local 470 for (id = 0; id <= highest_id; id++) { in board_late_init_xilinx() 474 desc = &board_info[id]; in board_late_init_xilinx() 555 int i, id; in board_name_decode() local 561 for (id = 0; id <= highest_id; id++) { in board_name_decode() [all …]
|
| /board/compulab/common/ |
| A D | common.h | 27 int cl_omap3_smc911x_init(int id, int cs, u32 base_addr, 30 static inline int cl_omap3_smc911x_init(int id, int cs, u32 base_addr, in cl_omap3_smc911x_init() argument
|
| A D | omap3_smc911x.c | 74 int cl_omap3_smc911x_init(int id, int cs, u32 base_addr, in cl_omap3_smc911x_init() argument 86 ret = smc911x_initialize(id, base_addr); in cl_omap3_smc911x_init()
|
| /board/liebherr/btt/ |
| A D | btt.c | 299 u8 id = 0; in get_som_rev() local 302 id += 1; in get_som_rev() 305 id += 2; in get_som_rev() 308 id += 4; in get_som_rev() 311 id += 8; in get_som_rev() 318 if (id == 0xF) in get_som_rev() 319 id = 0; in get_som_rev() 321 return id; in get_som_rev() 448 .id = UCLASS_CLK,
|
| /board/ge/common/ |
| A D | vpd_reader.h | 20 int (*process_block)(struct vpd_cache *, u8 id, u8 version, 36 int (*process_block)(struct vpd_cache *, u8 id, u8 version, u8 type,
|
| /board/kontron/pitx_imx8m/ |
| A D | spl.c | 189 u32 id; in pfuze_mode_init() local 192 pmic_reg_read(p, PFUZE100_DEVICEID, &id); in pfuze_mode_init() 193 id = id & 0xf; in pfuze_mode_init() 195 if (id == 0) { in pfuze_mode_init() 198 } else if (id == 1) { in pfuze_mode_init() 202 printf("Not supported, id=%d\n", id); in pfuze_mode_init()
|
| /board/coreboot/coreboot/ |
| A D | sysinfo.c | 21 static int cb_get_str(struct udevice *dev, int id, size_t size, char *val) in cb_get_str() argument 26 switch (id) { in cb_get_str() 85 .id = UCLASS_SYSINFO,
|
| /board/isee/igep00x0/ |
| A D | spl.c | 18 int mfr, id, err = identify_nand_chip(&mfr, &id); in get_board_mem_timings() local
|
| /board/k+p/kp_imx53/ |
| A D | kp_id_rev.c | 29 for (i = 0; i <= sizeof(eeprom.id) && 0xff != eeprom.id[i]; ++i) in show_eeprom() 30 safe_string[i] = eeprom.id[i]; in show_eeprom()
|
| A D | kp_id_rev.h | 21 u8 id[0x40]; /* 0x40 ... 0x7f */ member
|
| /board/emulation/qemu-sbsa/ |
| A D | qemu-sbsa.h | 13 int smc_get_mpidr(unsigned long id, u64 *mpidr);
|
| A D | smc.c | 21 int smc_get_mpidr(unsigned long id, u64 *mpidr) in smc_get_mpidr() argument 26 arm_smccc_smc(SIP_SVC_GET_CPU_NODE, id, 0, 0, 0, 0, 0, 0, &res); in smc_get_mpidr()
|
| /board/synopsys/axs10x/ |
| A D | config.mk | 15 --arc-id 0x53 \ 22 --arc-id 0x434 \
|
| /board/CZ.NIC/turris_mox/ |
| A D | turris_mox.c | 772 static bool is_topaz(int id) in is_topaz() argument 774 return topaz && id == peridot + topaz - 1; in is_topaz() 777 static int switch_addr(int id) in switch_addr() argument 779 return is_topaz(id) ? 0x2 : 0x10 + id; in switch_addr() 795 addr = switch_addr(id); in setup_switch() 807 if (id < peridot + topaz - 1) { in setup_switch() 810 mdio_path, id, addr); in setup_switch() 814 mdio_path, id, addr); in setup_switch() 821 if (id >= peridot + topaz - 1) in setup_switch() 826 mdio_path, id, addr); in setup_switch() [all …]
|
| /board/microchip/pic32mzda/ |
| A D | pic32mzda.c | 30 clk.id = PB7CLK; in checkboard()
|
| /board/highbank/ |
| A D | hb_sregs.c | 41 .id = UCLASS_SIMPLE_BUS,
|
| /board/st/common/ |
| A D | stusb160x.c | 45 .id = UCLASS_I2C_GENERIC,
|
| /board/keymile/common/ |
| A D | qrio.c | 288 u8 id = (id_rev >> 8) & 0xff; in early_bootcount_load() local 292 if (id == QRIO3_ID && rev >= QRIO3_REV) { in early_bootcount_load() 296 printf("id = %u, rev = %u\n", id, rev); in early_bootcount_load() 306 u8 id = (id_rev >> 8) & 0xff; in early_bootcount_store() local 309 if (id == QRIO3_ID && rev >= QRIO3_REV) { in early_bootcount_store() 313 printf("id = %u, rev = %u\n", id, rev); in early_bootcount_store()
|
| /board/ge/mx53ppd/ |
| A D | mx53ppd.c | 167 static int vpd_callback(struct vpd_cache *userdata, u8 id, u8 version, in vpd_callback() argument 172 if (id == VPD_BLOCK_HWID && version == 1 && type != VPD_TYPE_INVALID && in vpd_callback() 176 } else if (id == VPD_BLOCK_NETWORK && version == 1 && in vpd_callback()
|
| /board/synopsys/hsdk/ |
| A D | config.mk | 12 --arc-id 0x52 --image $(srctree)/u-boot.bin \ 26 --arc-id 0x54 --image $(srctree)/u-boot.bin \
|