Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 43) sorted by relevance

12

/u-boot/arch/x86/lib/
A Ddiv64.c16 } 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 Dmicrocode-tool29 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 Dmicrocode-tool.py29 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 Dide.h47 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 Dtest_md.py31 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 Dgeneric.h160 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 Dmbox.c95 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 Dsettings.py285 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 DREADME.fuse16 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 DREADME.fec_mxc17 Swaps the bytes order of all words(4 byte units) in the packet.
/u-boot/drivers/i2c/
A Dtegra_i2c.c238 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 Dide.c851 __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 Dfsl_qbman_base.h69 uint32_t words[8]; member
A Dfsl_dpaa_fd.h15 u32 words[8]; member
/u-boot/drivers/mmc/
A Dbcm2835_sdhost.c301 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 Dimx25.txt9 1.1 MAC Address: It is stored in the words 26 to 31 of fuse bank 0, using the
A Dimx27.txt9 1.1 MAC Address: It is stored in the words 4 to 9 of fuse bank 0, using the
A Dimx5.txt27 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 Defuse.h18 } words; member
/u-boot/scripts/
A Dmkmakefile30 lastword = \$(word \$(words \$(1)),\$(1))
/u-boot/lib/
A Dstring.c708 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 Dti_qspi.c161 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 Dcmd_ioloop.c177 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 Dspi-cadence.txt9 - cdns,fifo-depth : Size of the data FIFO in words.
/u-boot/drivers/ata/
A Dsata_sil3114.c45 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()

Completed in 24 milliseconds

12