Searched refs:words (Results 1 - 25 of 28) sorted by relevance

12

/u-boot/arch/x86/lib/
H A Ddiv64.c16 } words; member in union:overlay64
25 output.words.higher = output.words.lower << (shift - 32);
26 output.words.lower = 0;
30 output.words.higher = (output.words.higher << shift) |
31 (output.words.lower >> (32 - shift));
32 output.words.lower = output.words.lower << shift;
43 output.words
[all...]
/u-boot/test/py/tests/
H 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/tools/
H A Dmicrocode-tool.py23 words: List of hex words containing the microcode. The first 16 words
28 # Convert data into a list of hex words
29 self.words = []
33 self.words.append(int(hexval, 0))
36 self.model = '%x' % self.words[3]
115 words = line.split(',')[:-1]
116 data += [word + ',' for word in words]
203 words
[all...]
H A Dmicrocode-tool23 words: List of hex words containing the microcode. The first 16 words
28 # Convert data into a list of hex words
29 self.words = []
33 self.words.append(int(hexval, 0))
36 self.model = '%x' % self.words[3]
115 words = line.split(',')[:-1]
116 data += [word + ',' for word in words]
203 words
[all...]
/u-boot/include/fsl-mc/
H A Dfsl_qbman_base.h43 * in host-endianness. "struct qbman_fd" is no exception. The 32-bit words
59 * to treat the 32-bit words as numerical values, in which the offset of a field
69 uint32_t words[8]; member in union:qbman_fd::__anon1182
H A Dfsl_dpaa_fd.h15 u32 words[8]; member in union:dpaa_fd::__anon1176
/u-boot/include/linux/byteorder/
H A Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) argument
162 while (words--) {
168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) argument
170 while (words--) {
/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c95 u32 words; local
99 words = buffer->buf_size / 4;
100 for (i = 0; i < words; i++)
/u-boot/arch/arm/mach-mvebu/include/mach/
H A Defuse.h16 } words; member in union:efuse_val::__anon13
/u-boot/tools/patman/
H A Dsettings.py296 words = line.split(None, 2)
297 if len(words) < 3 or words[0] != 'alias':
302 alias[words[1]] = [s.strip() for s in words[2].split(',')]
/u-boot/drivers/i2c/
H A Dtegra_i2c.c239 u32 words; local
253 words = DIV_ROUND_UP(trans->num_bytes, 4);
257 while (words) {
262 if ((words == 1) && last_bytes) {
286 if ((words == 1) && last_bytes)
294 words--;
/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c302 int burst_words, words; local
308 words = edm_fifo_fill(edm);
310 words = SDDATA_FIFO_WORDS - edm_fifo_fill(edm);
312 if (words < burst_words) {
333 } else if (words > copy_words) {
334 words = copy_words;
337 copy_words -= words;
340 while (words) {
345 words--;
/u-boot/lib/
H A Dstring.c752 unsigned int words, prefix; local
774 words = bytes / 8;
776 while (words) {
780 words--;
H A Dbch.c183 * convert ecc bytes to aligned, zero-padded 32-bit ecc words
199 * convert 32-bit ecc words to ecc bytes
263 /* process 32-bit aligned data words */
1300 unsigned int i, words; local
1345 words = DIV_ROUND_UP(m*t, 32);
1349 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err);
1350 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err);
1351 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err);
/u-boot/drivers/spi/
H A Dspi-synquacer.c286 u32 val, words, busy = 0; local
298 words = bitlen / 8;
302 priv->tx_words = words;
310 priv->rx_words = words;
H A Dti_qspi.c162 uint words = bitlen >> 3; /* fixed 8-bit word length */ local
193 while (words) {
199 if (words >= QSPI_WLEN_MAX_BYTES) {
251 words -= xfer_len;
H A Diproc_qspi.c183 uint words; local
202 /* Transfer is in words */
203 words = CEIL(bytes, 4);
216 writel(words, priv->bspi_raf + BSPI_RAF_NUM_WORDS_REG);
/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c177 const uint words = (size + 1) / 2; local
180 for (k = 0; k < words; ++k)
183 misc_write(dev, 0, buffer, HEADER_WORDS + words);
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S22 @ The resulting words should be inserted into the U-Boot file at
/u-boot/drivers/block/
H A Dide.c85 static void ide_input_swap_data(int dev, ulong *sect_buf, int words) argument
92 while (words--) {
715 static void ide_output_data(int dev, const ulong *sect_buf, int words) argument
721 while (words--) {
729 static void ide_input_data(int dev, ulong *sect_buf, int words) argument
738 while (words--) {
/u-boot/drivers/net/
H A De1000.c154 uint16_t words,
636 * words - number of words to read
641 uint16_t words,
647 for (i = 0; i < words; i++) {
771 uint16_t words, uint16_t *data)
782 /* A check for invalid values: offset too large, too many words,
783 * and not enough words.
786 (words > eeprom->word_size - offset) ||
787 (words
639 e1000_read_eeprom_eerd(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
770 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
876 e1000_write_eeprom_srwr(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
[all...]
/u-boot/scripts/
H A DMakefile.lib97 modname_flags = $(if $(filter 1,$(words $(modname))),\
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-fpa.c611 static void __memset_u64(u64 *ptr, u64 pattern, unsigned int words) argument
613 while (words--)
/u-boot/drivers/net/fsl-mc/
H A Dmc.c80 uint32_t *words = addr; local
84 printf("%#x ", words[i]);
/u-boot/drivers/video/meson/
H A Dmeson_registers.h245 #define VIU_OSD_WORDS_PER_BURST(words) (((words & 0x4) >> 1) << 22)

Completed in 188 milliseconds

12