| /u-boot/arch/sh/lib/ |
| A D | udivsi3_i4i.S | 314 .byte 0 315 .byte 1 316 .byte 0 449 .byte 0 452 .byte 0 458 .byte 0 470 .byte 0 494 .byte 0 495 .byte 8 542 .byte 0 [all …]
|
| A D | ashlsi3.S | 52 .byte __ashlsi3_0-__ashlsi3_table 53 .byte __ashlsi3_1-__ashlsi3_table 54 .byte __ashlsi3_2-__ashlsi3_table 55 .byte __ashlsi3_3-__ashlsi3_table 56 .byte __ashlsi3_4-__ashlsi3_table 57 .byte __ashlsi3_5-__ashlsi3_table 58 .byte __ashlsi3_6-__ashlsi3_table 59 .byte __ashlsi3_7-__ashlsi3_table 60 .byte __ashlsi3_8-__ashlsi3_table 61 .byte __ashlsi3_9-__ashlsi3_table [all …]
|
| A D | ashrsi3.S | 54 .byte ashrsi3_0-ashrsi3_table 55 .byte ashrsi3_1-ashrsi3_table 56 .byte ashrsi3_2-ashrsi3_table 57 .byte ashrsi3_3-ashrsi3_table 58 .byte ashrsi3_4-ashrsi3_table 59 .byte ashrsi3_5-ashrsi3_table 60 .byte ashrsi3_6-ashrsi3_table 61 .byte ashrsi3_7-ashrsi3_table 62 .byte ashrsi3_8-ashrsi3_table 63 .byte ashrsi3_9-ashrsi3_table [all …]
|
| A D | lshrsi3.S | 52 .byte __lshrsi3_0-__lshrsi3_table 53 .byte __lshrsi3_1-__lshrsi3_table 54 .byte __lshrsi3_2-__lshrsi3_table 55 .byte __lshrsi3_3-__lshrsi3_table 56 .byte __lshrsi3_4-__lshrsi3_table 57 .byte __lshrsi3_5-__lshrsi3_table 58 .byte __lshrsi3_6-__lshrsi3_table 59 .byte __lshrsi3_7-__lshrsi3_table 60 .byte __lshrsi3_8-__lshrsi3_table 61 .byte __lshrsi3_9-__lshrsi3_table [all …]
|
| /u-boot/arch/x86/cpu/ |
| A D | start16.S | 83 .byte 0x00 /* base_middle */ 84 .byte 0x00 /* access */ 86 .byte 0x00 /* base_high */ 91 .byte 0x00 /* base_middle */ 92 .byte 0x00 /* access */ 94 .byte 0x00 /* base_high */ 105 .byte 0x00 /* base_middle */ 106 .byte 0x9b /* access */ 108 .byte 0x00 /* base_high */ 120 .byte 0x93 /* access */ [all …]
|
| A D | start.S | 276 .byte 0x00 /* base_middle */ 277 .byte 0x00 /* access */ 279 .byte 0x00 /* base_high */ 284 .byte 0x00 /* base_middle */ 285 .byte 0x00 /* access */ 287 .byte 0x00 /* base_high */ 298 .byte 0x00 /* base_middle */ 299 .byte 0x9b /* access */ 301 .byte 0x00 /* base_high */ 313 .byte 0x93 /* access */ [all …]
|
| /u-boot/drivers/ram/stm32mp1/ |
| A D | stm32mp1_tuning.c | 476 byte, bit_i, deskew_delay[byte][bit_i], in apply_deskew_results() 479 byte, bit_i, deskew_delay[byte][bit_i]); in apply_deskew_results() 923 u8 byte = 0; in eye_training() local 955 for (byte = 0; byte < nb_bytes; byte++) { in eye_training() 1193 DQS_unit_delay(phy, byte, eye_training_val[byte][1]); in eye_training() 1335 set_r0dgsl_delay(phy, byte, dqs_gate_values[byte][0]); in set_midpoint_read_dqs_gating() 1336 set_r0dgps_delay(phy, byte, dqs_gate_values[byte][1]); in set_midpoint_read_dqs_gating() 1338 byte, dqs_gate_values[byte][0], dqs_gate_values[byte][1]); in set_midpoint_read_dqs_gating() 1377 for (byte = 0; byte < nb_bytes; byte++) { in read_dqs_gating() 1487 int byte; in do_display() local [all …]
|
| /u-boot/drivers/ddr/marvell/a38x/ |
| A D | ddr3_training_db.c | 512 u8 i, byte = 0; in pattern_table_get_killer_word() local 522 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_killer_word() 553 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word() local 556 byte = ~byte; in pattern_table_get_sso_full_xtalk_word() 558 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_sso_full_xtalk_word() 567 byte = 0; in pattern_table_get_sso_xtalk_free_word() 569 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_sso_xtalk_free_word() 593 byte = ~byte; in pattern_table_get_sso_full_xtalk_word16() 595 return byte | (byte << 8) | ((~byte) << 16) | ((~byte) << 24); in pattern_table_get_sso_full_xtalk_word16() 603 return (byte << 16) | (byte << 24); in pattern_table_get_sso_xtalk_free_word16() [all …]
|
| A D | mv_ddr_spd.c | 18 unsigned int byte, bit, start_cl; in mv_ddr_spd_supported_cls_calc() local 22 for (byte = 20; byte < 23; byte++) { in mv_ddr_spd_supported_cls_calc() 24 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc() 25 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc() 27 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc() 31 for (byte = 23, bit = 0; bit < 6; bit++) { in mv_ddr_spd_supported_cls_calc() 32 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc() 33 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc() 35 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc()
|
| /u-boot/fs/yaffs2/ |
| A D | yaffs_ecc.c | 152 unsigned byte; in yaffs_ecc_correct() local 155 bit = byte = 0; in yaffs_ecc_correct() 158 byte |= 0x80; in yaffs_ecc_correct() 160 byte |= 0x40; in yaffs_ecc_correct() 162 byte |= 0x20; in yaffs_ecc_correct() 164 byte |= 0x10; in yaffs_ecc_correct() 166 byte |= 0x08; in yaffs_ecc_correct() 168 byte |= 0x04; in yaffs_ecc_correct() 170 byte |= 0x02; in yaffs_ecc_correct() 172 byte |= 0x01; in yaffs_ecc_correct() [all …]
|
| /u-boot/arch/arm/lib/ |
| A D | crt0_aarch64_efi.S | 40 .byte 0x02 /* MajorLinkerVersion */ 41 .byte 0x14 /* MinorLinkerVersion */ 92 .byte 0 93 .byte 0 /* end of 0 padding of section name */ 106 .byte 0 107 .byte 0 108 .byte 0 /* end of 0 padding of section name */
|
| A D | crt0_arm_efi.S | 39 .byte 0x02 /* MajorLinkerVersion */ 40 .byte 0x14 /* MinorLinkerVersion */ 91 .byte 0 92 .byte 0 /* end of 0 padding of section name */ 104 .byte 0 105 .byte 0 106 .byte 0 /* end of 0 padding of section name */
|
| /u-boot/board/qualcomm/dragonboard410c/ |
| A D | head.S | 29 .byte 0x41 /* Magic number, "ARM\x64" */ 30 .byte 0x52 31 .byte 0x4d 32 .byte 0x64
|
| /u-boot/board/qualcomm/dragonboard820c/ |
| A D | head.S | 29 .byte 0x41 /* Magic number, "ARM\x64" */ 30 .byte 0x52 31 .byte 0x4d 32 .byte 0x64
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | boot0.h | 30 .byte 'N' /* 0x1FC: "NSIH" signature */ 31 .byte 'S' 32 .byte 'I' 33 .byte 'H'
|
| /u-boot/tools/ |
| A D | vybridimage.c | 40 static uint8_t vybridimage_sw_ecc(uint8_t byte) in vybridimage_sw_ecc() argument 42 uint8_t bit0 = (byte & (1 << 0)) ? 1 : 0; in vybridimage_sw_ecc() 43 uint8_t bit1 = (byte & (1 << 1)) ? 1 : 0; in vybridimage_sw_ecc() 44 uint8_t bit2 = (byte & (1 << 2)) ? 1 : 0; in vybridimage_sw_ecc() 45 uint8_t bit3 = (byte & (1 << 3)) ? 1 : 0; in vybridimage_sw_ecc() 46 uint8_t bit4 = (byte & (1 << 4)) ? 1 : 0; in vybridimage_sw_ecc() 47 uint8_t bit5 = (byte & (1 << 5)) ? 1 : 0; in vybridimage_sw_ecc() 48 uint8_t bit6 = (byte & (1 << 6)) ? 1 : 0; in vybridimage_sw_ecc() 49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc()
|
| /u-boot/board/socrates/ |
| A D | nand.c | 15 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte); 36 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte) in sc_nand_write_byte() argument 38 sc_nand_write_buf(mtd, (const uchar *)&byte, sizeof(byte)); in sc_nand_write_byte() 65 u8 byte; in sc_nand_read_byte() local 66 sc_nand_read_buf(mtd, (uchar *)&byte, sizeof(byte)); in sc_nand_read_byte() 67 return byte; in sc_nand_read_byte()
|
| /u-boot/arch/riscv/lib/ |
| A D | crt0_riscv_efi.S | 54 .byte 0x02 /* MajorLinkerVersion */ 55 .byte 0x14 /* MinorLinkerVersion */ 130 .byte 0 131 .byte 0 /* end of 0 padding of section name */ 144 .byte 0 145 .byte 0 146 .byte 0 /* end of 0 padding of section name */
|
| /u-boot/tools/binman/test/ |
| A D | 180_section_pad.dts | 10 pad-byte = <0x26>; 14 /* Padding for the section uses the 0x26 pad byte */ 18 /* Set the padding byte for entries, i.e. u-boot */ 19 pad-byte = <0x21>;
|
| A D | 088_expand_size.dts | 9 fill-byte = [61]; 17 pad-byte = <0x62>; 29 fill-byte = [63]; 39 fill-byte = [64];
|
| A D | 181_section_align.dts | 10 pad-byte = <0x26>; 17 /* Padding for the section uses the 0x26 pad byte */ 21 /* Set the padding byte for entries, i.e. u-boot */ 22 pad-byte = <0x21>;
|
| A D | 055_sections.dts | 10 pad-byte = <0x26>; 15 pad-byte = <0x21>; 22 pad-byte = <0x61>;
|
| A D | 056_name_prefix.dts | 10 pad-byte = <0x26>; 16 pad-byte = <0x21>; 24 pad-byte = <0x61>;
|
| A D | 060_fdt_update.dts | 9 pad-byte = <0x26>; 15 pad-byte = <0x21>; 23 pad-byte = <0x61>;
|
| /u-boot/drivers/net/ |
| A D | smc91111.c | 189 return (offset & 1) ? (byte)(_w >> 8) : (byte)(_w); in SMC_inb() 418 byte packet_no; in smc_send() 419 byte *buf; in smc_send() 424 byte status; in smc_send() 425 byte saved_pnr; in smc_send() 731 byte *tail = (byte *)(net_rx_packets[0] + in smc_rcv() 887 byte mask; in smc_read_phy_register() 889 byte bits[64]; in smc_read_phy_register() 1007 byte bits[65]; in smc_write_phy_register() 1252 byte a, b; in print_packet() [all …]
|