Home
last modified time | relevance | path

Searched refs:num_words (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/mailbox/
A Dk3-sec-proxy.c208 int num_words, trail_bytes, ret; in k3_sec_proxy_send() local
232 for (num_words = msg->len / sizeof(u32), word_data = (u32 *)msg->buf; in k3_sec_proxy_send()
233 num_words; in k3_sec_proxy_send()
234 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_send()
273 int num_words, ret; in k3_sec_proxy_recv() local
286 for (num_words = spm->desc->max_msg_size / sizeof(u32); in k3_sec_proxy_recv()
287 num_words; in k3_sec_proxy_recv()
288 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_recv()
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.h115 u64 num_words = num_commands * sizeof(union bch_cmd) / sizeof(uint64_t); in octeontx_bch_write_doorbell() local
117 writeq(num_words, vf->reg_base + BCH_VQX_DOORBELL(0)); in octeontx_bch_write_doorbell()
/u-boot/arch/mips/mach-octeon/
A Dbootoctlinux.c160 unsigned int num_words) in octeon_set_moveable_region() argument
168 data, num_words); in octeon_set_moveable_region()
170 if (num_words > 32) { in octeon_set_moveable_region()
172 num_words, region_num); in octeon_set_moveable_region()
188 if (!data && num_words > 0) { in octeon_set_moveable_region()
205 for (i = 0; i < num_words; i++) { in octeon_set_moveable_region()
/u-boot/cmd/
A Dmem.c724 vu_long num_words; in mem_test_alt() local
736 num_words = (end_addr - start_addr) / sizeof(vu_long); in mem_test_alt()
821 debug("%s:%d: length = 0x%.8lx\n", __func__, __LINE__, num_words); in mem_test_alt()
826 for (offset = 1; offset < num_words; offset <<= 1) in mem_test_alt()
835 for (offset = 1; offset < num_words; offset <<= 1) { in mem_test_alt()
853 for (test_offset = 1; test_offset < num_words; test_offset <<= 1) { in mem_test_alt()
856 for (offset = 1; offset < num_words; offset <<= 1) { in mem_test_alt()
884 num_words++; in mem_test_alt()
889 for (pattern = 1, offset = 0; offset < num_words; pattern++, offset++) { in mem_test_alt()
897 for (pattern = 1, offset = 0; offset < num_words; pattern++, offset++) { in mem_test_alt()
[all …]
/u-boot/drivers/video/
A Dmx3fb.c516 uint32_t num_words) in ipu_write_param_mem() argument
518 for (; num_words > 0; num_words--) { in ipu_write_param_mem()
/u-boot/drivers/net/octeontx2/
A Dnix.c475 int num_words) in nix_write_lmt() argument
483 for (i = 0; i < num_words; i++) { in nix_write_lmt()

Completed in 14 milliseconds