Searched defs:words (Results 1 – 17 of 17) sorted by relevance
/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() 856 __weak void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data() 879 __weak void ide_output_data(int dev, const ulong *sect_buf, int words) in ide_output_data() 894 __weak void ide_output_data(int dev, const ulong *sect_buf, int words) in ide_output_data() 905 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data() 923 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data()
|
/u-boot/arch/arm/mach-bcm283x/ |
A D | mbox.c | 95 u32 words; in dump_buf() local
|
/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() 168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
|
/u-boot/arch/x86/lib/ |
A D | div64.c | 16 } words; member
|
/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/ata/ |
A D | sata_sil3114.c | 45 static void output_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in output_data() 52 static int input_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in input_data()
|
/u-boot/arch/arm/mach-mvebu/include/mach/ |
A D | efuse.h | 18 } words; member
|
/u-boot/drivers/i2c/ |
A D | tegra_i2c.c | 238 u32 words; in send_recv_packets() local
|
/u-boot/board/gdsys/common/ |
A D | cmd_ioloop.c | 177 const uint words = (size + 1) / 2; in io_send() local
|
/u-boot/lib/ |
A D | string.c | 708 unsigned int words, prefix; in memchr_inv() local
|
A D | bch.c | 1300 unsigned int i, words; in init_bch() local
|
/u-boot/drivers/net/ |
A D | e1000.c | 641 uint16_t words, in e1000_read_eeprom_eerd() 771 uint16_t words, uint16_t *data) in e1000_read_eeprom() 877 uint16_t words, uint16_t *data) in e1000_write_eeprom_srwr()
|
/u-boot/drivers/spi/ |
A D | ti_qspi.c | 161 uint words = bitlen >> 3; /* fixed 8-bit word length */ in ti_qspi_xfer() local
|
/u-boot/drivers/mmc/ |
A D | bcm2835_sdhost.c | 301 int burst_words, words; in bcm2835_transfer_block_pio() local
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 66 uint32_t *words = addr; in dump_ram_words() local
|
/u-boot/drivers/video/meson/ |
A D | meson_registers.h | 245 #define VIU_OSD_WORDS_PER_BURST(words) (((words & 0x4) >> 1) << 22) argument
|
Completed in 70 milliseconds