/u-boot/arch/x86/lib/ |
A D | div64.c | 16 } words; member 25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3() 26 output.words.lower = 0; in __ashldi3() 30 output.words.higher = (output.words.higher << shift) | in __ashldi3() 31 (output.words.lower >> (32 - shift)); in __ashldi3() 32 output.words.lower = output.words.lower << shift; in __ashldi3() 43 output.words.lower = output.words.higher >> (shift - 32); in __lshrdi3() 44 output.words.higher = 0; in __lshrdi3() 48 output.words.lower = output.words.lower >> shift | in __lshrdi3() 49 (output.words.higher << (32 - shift)); in __lshrdi3() [all …]
|
/u-boot/tools/ |
A D | microcode-tool | 29 self.words = [] 33 self.words.append(int(hexval, 0)) 36 self.model = '%x' % self.words[3] 115 words = line.split(',')[:-1] 203 words = '' 207 words += '\n/* %s */' % mcode.name 208 for i in range(len(mcode.words)): 210 words += '\n' 211 val = mcode.words[i] 216 words += '\t%#010x' % val [all …]
|
A D | microcode-tool.py | 29 self.words = [] 33 self.words.append(int(hexval, 0)) 36 self.model = '%x' % self.words[3] 115 words = line.split(',')[:-1] 203 words = '' 207 words += '\n/* %s */' % mcode.name 208 for i in range(len(mcode.words)): 210 words += '\n' 211 val = mcode.words[i] 216 words += '\t%#010x' % val [all …]
|
/u-boot/include/ |
A D | ide.h | 47 void ide_read_data(int dev, ulong *sect_buf, int words); 48 void ide_write_data(int dev, const ulong *sect_buf, int words); 56 void ide_input_swap_data(int dev, ulong *sect_buf, int words); 57 void ide_input_data(int dev, ulong *sect_buf, int words); 58 void ide_output_data(int dev, const ulong *sect_buf, int words);
|
/u-boot/test/py/tests/ |
A D | test_md.py | 31 words = 0x10 32 addr_repeat = '%08x' % (ram_base + (words * 4)) 33 u_boot_console.run_command('md %s %x' % (addr_base, words))
|
/u-boot/include/linux/byteorder/ |
A D | generic.h | 160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() argument 162 while (words--) { in le32_to_cpu_array() 168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() argument 170 while (words--) { in cpu_to_le32_array()
|
/u-boot/arch/arm/mach-bcm283x/ |
A D | mbox.c | 95 u32 words; in dump_buf() local 99 words = buffer->buf_size / 4; in dump_buf() 100 for (i = 0; i < words; i++) in dump_buf()
|
/u-boot/tools/patman/ |
A D | settings.py | 285 words = line.split(None, 2) 286 if len(words) < 3 or words[0] != 'alias': 291 alias[words[1]] = [s.strip() for s in words[2].split(',')]
|
/u-boot/doc/ |
A D | README.fuse | 16 A fuse bank is the smallest group of fuse words having a common ID, as defined 29 Read fuse words from the shadow cache. 34 fuse words. This operation does not update the shadow cache. 41 Program fuse words. This operation directly affects the fusebox and is 53 Override fuse words in the shadow cache.
|
A D | README.fec_mxc | 17 Swaps the bytes order of all words(4 byte units) in the packet.
|
/u-boot/drivers/i2c/ |
A D | tegra_i2c.c | 238 u32 words; in send_recv_packets() local 252 words = DIV_ROUND_UP(trans->num_bytes, 4); in send_recv_packets() 256 while (words) { in send_recv_packets() 261 if ((words == 1) && last_bytes) { in send_recv_packets() 285 if ((words == 1) && last_bytes) in send_recv_packets() 293 words--; in send_recv_packets()
|
/u-boot/drivers/block/ |
A D | ide.c | 851 __weak void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data() argument 853 ide_input_data(dev, sect_buf, words); in ide_input_swap_data() 865 while (words--) { in ide_input_swap_data() 886 while (words--) { in ide_output_data() 897 ide_write_data(dev, sect_buf, words); in ide_output_data() 899 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, words << 1); in ide_output_data() 905 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data() argument 915 while (words--) { in ide_input_data() 923 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data() argument 926 ide_read_data(dev, sect_buf, words); in ide_input_data() [all …]
|
/u-boot/include/fsl-mc/ |
A D | fsl_qbman_base.h | 69 uint32_t words[8]; member
|
A D | fsl_dpaa_fd.h | 15 u32 words[8]; member
|
/u-boot/drivers/mmc/ |
A D | bcm2835_sdhost.c | 301 int burst_words, words; in bcm2835_transfer_block_pio() local 307 words = edm_fifo_fill(edm); in bcm2835_transfer_block_pio() 309 words = SDDATA_FIFO_WORDS - edm_fifo_fill(edm); in bcm2835_transfer_block_pio() 311 if (words < burst_words) { in bcm2835_transfer_block_pio() 332 } else if (words > copy_words) { in bcm2835_transfer_block_pio() 333 words = copy_words; in bcm2835_transfer_block_pio() 336 copy_words -= words; in bcm2835_transfer_block_pio() 339 while (words) { in bcm2835_transfer_block_pio() 344 words--; in bcm2835_transfer_block_pio()
|
/u-boot/doc/imx/common/ |
A D | imx25.txt | 9 1.1 MAC Address: It is stored in the words 26 to 31 of fuse bank 0, using the
|
A D | imx27.txt | 9 1.1 MAC Address: It is stored in the words 4 to 9 of fuse bank 0, using the
|
A D | imx5.txt | 27 2.1 MAC Address: It is stored in the words 9 to 14 of fuse bank 1, using the
|
/u-boot/arch/arm/mach-mvebu/include/mach/ |
A D | efuse.h | 18 } words; member
|
/u-boot/scripts/ |
A D | mkmakefile | 30 lastword = \$(word \$(words \$(1)),\$(1))
|
/u-boot/lib/ |
A D | string.c | 708 unsigned int words, prefix; in memchr_inv() local 730 words = bytes / 8; in memchr_inv() 732 while (words) { in memchr_inv() 736 words--; in memchr_inv()
|
/u-boot/drivers/spi/ |
A D | ti_qspi.c | 161 uint words = bitlen >> 3; /* fixed 8-bit word length */ in ti_qspi_xfer() local 192 while (words) { in ti_qspi_xfer() 198 if (words >= QSPI_WLEN_MAX_BYTES) { in ti_qspi_xfer() 250 words -= xfer_len; in ti_qspi_xfer()
|
/u-boot/board/gdsys/common/ |
A D | cmd_ioloop.c | 177 const uint words = (size + 1) / 2; in io_send() local 180 for (k = 0; k < words; ++k) in io_send() 183 misc_write(dev, 0, buffer, HEADER_WORDS + words); in io_send()
|
/u-boot/doc/device-tree-bindings/spi/ |
A D | spi-cadence.txt | 9 - cdns,fifo-depth : Size of the data FIFO in words.
|
/u-boot/drivers/ata/ |
A D | sata_sil3114.c | 45 static void output_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in output_data() argument 47 while (words--) { in output_data() 52 static int input_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in input_data() argument 54 while (words--) { in input_data()
|