| /u-boot/drivers/spi/ |
| A D | fsl_qspi.c | 462 qspi_writel(q, QUADSPI_LCKER_UNLOCK, q->iobase + QUADSPI_LCKCR); in fsl_qspi_prepare_lut() 481 qspi_writel(q, QUADSPI_LCKER_LOCK, q->iobase + QUADSPI_LCKCR); in fsl_qspi_prepare_lut() 495 reg = qspi_readl(q, q->iobase + QUADSPI_MCR); in fsl_qspi_invalidate() 497 qspi_writel(q, reg, q->iobase + QUADSPI_MCR); in fsl_qspi_invalidate() 506 qspi_writel(q, reg, q->iobase + QUADSPI_MCR); in fsl_qspi_invalidate() 543 ahb_read_addr + q->selected * fsl_qspi_memsize_per_cs(q), in fsl_qspi_read_ahb() 651 qspi_writel(q, in fsl_qspi_exec_op() 652 q->selected * fsl_qspi_memsize_per_cs(q) + addr_offset, in fsl_qspi_exec_op() 655 qspi_writel(q, qspi_readl(q, base + QUADSPI_MCR) | in fsl_qspi_exec_op() 726 qspi_writel(q, qspi_readl(q, base + QUADSPI_FLSHCR) & in fsl_qspi_default_setup() [all …]
|
| /u-boot/drivers/net/octeontx2/ |
| A D | rvu_common.c | 15 int qmem_alloc(struct qmem *q, u32 qsize, size_t entry_sz) in qmem_alloc() argument 18 if (!q->base) in qmem_alloc() 20 q->entry_sz = entry_sz; in qmem_alloc() 21 q->qsize = qsize; in qmem_alloc() 22 q->alloc_sz = (size_t)qsize * entry_sz; in qmem_alloc() 23 q->iova = (dma_addr_t)(q->base); in qmem_alloc() 25 q->qsize, q->entry_sz, q->alloc_sz, q->base); in qmem_alloc() 29 void qmem_free(struct qmem *q) in qmem_free() argument 31 if (q->base) in qmem_free() 32 free(q->base); in qmem_free() [all …]
|
| A D | rvu.h | 93 void qmem_free(struct qmem *q); 94 int qmem_alloc(struct qmem *q, u32 qsize, size_t entry_sz);
|
| /u-boot/fs/jffs2/ |
| A D | mergesort.c | 15 struct b_node *p, *q, *e, **tail; in sort_list() local 23 for (p = q = list->listHead; p; p = q) { in sort_list() 25 for (psize = 0; q && psize < k; psize++) in sort_list() 26 q = q->next; in sort_list() 30 while (psize || (qsize && q)) { in sort_list() 33 ((qsize && q) && in sort_list() 34 list->listCompare(p, q))) { in sort_list() 36 e = q; in sort_list() 37 q = q->next; in sort_list()
|
| A D | compr_rubin.c | 54 register unsigned long q; in rubin_do_decompress() local 65 q = 0; in rubin_do_decompress() 78 while ((q & UPPER_BIT_RUBIN) || ((p + q) <= UPPER_BIT_RUBIN)) { in rubin_do_decompress() 79 q &= ~UPPER_BIT_RUBIN; in rubin_do_decompress() 80 q <<= 1; in rubin_do_decompress() 99 if (rec_q < q + i0) { in rubin_do_decompress() 105 q += i0; in rubin_do_decompress()
|
| /u-boot/scripts/basic/ |
| A D | fixdep.c | 250 q = p; in parse_config_file() 251 while (isalnum(*q) || *q == '_') in parse_config_file() 252 q++; in parse_config_file() 254 r = q - 7; in parse_config_file() 256 r = q; in parse_config_file() 268 p = q + 1; in parse_config_file() 269 q = p; in parse_config_file() 270 while (isalnum(*q) || *q == '_') in parse_config_file() 271 q++; in parse_config_file() 272 r = q; in parse_config_file() [all …]
|
| /u-boot/lib/ |
| A D | vsprintf.c | 57 d3 = (q>>12); in put_dec_trunc() 61 d0 = d0 - 10*q; in put_dec_trunc() 66 d1 = d1 - 10*q; in put_dec_trunc() 69 d2 = q + 2*d2; in put_dec_trunc() 72 d2 = d2 - 10*q; in put_dec_trunc() 75 d3 = q + 4*d3; in put_dec_trunc() 80 if (q != 0) in put_dec_trunc() 95 d3 = (q>>12); in put_dec_full() 109 d0 = d0 - 10*q; in put_dec_full() 113 d1 = d1 - 10*q; in put_dec_full() [all …]
|
| A D | tiny-printf.c | 91 d1 = (q >> 4) & 0xf; in put_dec_trunc() 92 d2 = (q >> 8) & 0xf; in put_dec_trunc() 93 d3 = (q >> 12); in put_dec_trunc() 96 q = (d0 * 0xcd) >> 11; in put_dec_trunc() 97 d0 = d0 - 10 * q; in put_dec_trunc() 102 d1 = d1 - 10 * q; in put_dec_trunc() 105 d2 = q + 2 * d2; in put_dec_trunc() 108 d2 = d2 - 10 * q; in put_dec_trunc() 111 d3 = q + 4 * d3; in put_dec_trunc() 114 d3 = d3 - 10 * q; in put_dec_trunc() [all …]
|
| A D | string.c | 466 char *p, *q; in strswab() local 472 for (p=(char *)s, q=p+1; (*p != '\0') && (*q != '\0'); p+=2, q+=2) { in strswab() 476 *p = *q; in strswab() 477 *q = tmp; in strswab()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_bch_regs.h | 107 struct bch_q *q = &octeontx_bch_q[qid]; in qphys() local 108 int off = (u8 *)v - (u8 *)q->base_vaddr; in qphys() 110 return q->base_paddr + off; in qphys() 117 struct bch_q *q = &octeontx_bch_q[qid]; in qvirt() local 118 int off = p - q->base_paddr; in qvirt() 120 return q->base_vaddr + off; in qvirt()
|
| A D | octeontx_bch.c | 312 struct bch_q *q = &octeontx_bch_q[queue_id]; in octeontx_cmd_queue_initialize() local 328 q->base_paddr = paddr; in octeontx_cmd_queue_initialize() 329 q->dev = dev; in octeontx_cmd_queue_initialize() 330 q->index = 0; in octeontx_cmd_queue_initialize() 331 q->max_depth = max_depth; in octeontx_cmd_queue_initialize() 332 q->pool_size_m1 = pool_size; in octeontx_cmd_queue_initialize() 333 q->base_vaddr = chunk_buffer; in octeontx_cmd_queue_initialize() 340 dma_addr_t jbase = q->base_paddr + jnext * sizeof(u64); in octeontx_cmd_queue_initialize()
|
| /u-boot/drivers/net/ |
| A D | mvneta.c | 58 #define MVNETA_RXQ_CONFIG_REG(q) (0x1400 + ((q) << 2)) argument 62 #define MVNETA_RXQ_THRESHOLD_REG(q) (0x14c0 + ((q) << 2)) argument 64 #define MVNETA_RXQ_BASE_ADDR_REG(q) (0x1480 + ((q) << 2)) argument 65 #define MVNETA_RXQ_SIZE_REG(q) (0x14a0 + ((q) << 2)) argument 68 #define MVNETA_RXQ_STATUS_REG(q) (0x14e0 + ((q) << 2)) argument 70 #define MVNETA_RXQ_STATUS_UPDATE_REG(q) (0x1500 + ((q) << 2)) argument 102 #define MVNETA_DEF_RXQ(q) ((q) << 1) argument 103 #define MVNETA_DEF_RXQ_ARP(q) ((q) << 4) argument 105 #define MVNETA_DEF_RXQ_TCP(q) ((q) << 16) argument 106 #define MVNETA_DEF_RXQ_UDP(q) ((q) << 19) argument [all …]
|
| /u-boot/arch/arc/lib/ |
| A D | libgcc2.c | 165 UDWtype q = 0, r = n, y = d; in __udivmoddi4() local 196 q = (1ULL << k); in __udivmoddi4() 219 q = q + r; in __udivmoddi4() 221 q = q - (r << k); in __udivmoddi4() 228 return q; in __udivmoddi4()
|
| /u-boot/post/lib_powerpc/fpu/ |
| A D | darwin-ldouble.c | 52 double z, q, zz, xh; in __gcc_qadd() local 67 q = a - z; in __gcc_qadd() 68 zz = q + c + (a - (q + z)) + aa + cc; in __gcc_qadd()
|
| /u-boot/lib/rsa/ |
| A D | rsa-keyprop.c | 75 uint32_t q; in EQ() local 77 q = x ^ y; in EQ() 78 return NOT((q | -q) >> 31); in EQ() 86 uint32_t q; in NEQ() local 88 q = x ^ y; in NEQ() 89 return (q | -q) >> 31; in NEQ() 400 uint32_t q; in br_divrem() local 404 q = 0; in br_divrem() 418 q |= ctl << k; in br_divrem() 421 q |= cf; in br_divrem() [all …]
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_host.h | 55 static inline struct musb_qh *first_qh(struct list_head *q) in first_qh() argument 57 if (list_empty(q)) in first_qh() 59 return list_entry(q->next, struct musb_qh, ring); in first_qh()
|
| /u-boot/scripts/kconfig/ |
| A D | preprocess.c | 453 const char *q; in expand_dollar_with_args() local 467 q = p; in expand_dollar_with_args() 468 while (*q) { in expand_dollar_with_args() 469 if (*q == '(') { in expand_dollar_with_args() 471 } else if (*q == ')') { in expand_dollar_with_args() 475 q++; in expand_dollar_with_args() 478 if (!*q) in expand_dollar_with_args() 482 *str = q + 1; in expand_dollar_with_args() 484 return eval_clause(p, q - p, argc, argv); in expand_dollar_with_args()
|
| /u-boot/arch/mips/include/asm/ |
| A D | io.h | 338 BUILDIO_MEM(q, u64) in BUILDIO_MEM() 352 BUILDIO_IOPORT(q, u64) in BUILDIO_MEM() 359 __BUILDIO(q, u64) in BUILDIO_MEM() 452 BUILDSTRING(q, u64) 554 #define out_le64(a, v) out_arch(q, le64, a, v) 558 #define in_le64(a) in_arch(q, le64, a) 562 #define out_be64(a, v) out_arch(q, be64, a, v) 566 #define in_be64(a) in_arch(q, be64, a) 580 BUILD_CLRSETBITS(q, le64, le64, u64) 581 BUILD_CLRSETBITS(q, be64, be64, u64) [all …]
|
| /u-boot/doc/chromium/devkeys/ |
| A D | kernel.keyblock | 1 …@�@A-�mS�̧���"��:r�!�x�e��=[^����gZF�,�*e��Y�p�N}�C.mr��q��:�D�у��ld��ۊ��փ��ꩁ… 3 …�l���4��D�z�a��d�I����9����X�6���Lq�x���/�� M���?��Y��`���f�{�I�o{$�H��a��哇 :�T��)��ܯ�…
|
| /u-boot/tools/ |
| A D | asn1_compiler.c | 381 q = p + 2; in tokenise() 382 while ((q = memchr(q, '-', nl - q))) { in tokenise() 385 q += 2; in tokenise() 386 memmove(p, q, nl - q); in tokenise() 389 q++; in tokenise() 418 while (q < nl && (isalnum(*q) || *q == '-' || *q == '_')) in tokenise() 419 q++; in tokenise() 421 p = q; in tokenise() 459 while (q < nl && (isdigit(*q))) in tokenise() 460 q++; in tokenise() [all …]
|
| A D | genboardscfg.py | 215 for q in queues: 216 while not q.empty(): 217 params_list.append(q.get()) 240 q = multiprocessing.Queue(maxsize=-1) 242 args=(q, defconfigs)) 245 queues.append(q)
|
| /u-boot/arch/nios2/lib/ |
| A D | longlong.h | 158 #define __udiv_qrnnd_c(q, r, n1, n0, d) \ argument 191 (q) = (UWtype) __q1 * __ll_B | __q0; \ 198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 201 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
|
| /u-boot/board/cobra5272/bdm/ |
| A D | gdbinit.reset | 2 q
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local 262 if (!q) in fdt_path_offset_namelen() 263 q = end; in fdt_path_offset_namelen() 265 p = fdt_get_alias_namelen(fdt, p, q - p); in fdt_path_offset_namelen() 270 p = q; in fdt_path_offset_namelen() 274 const char *q; in fdt_path_offset_namelen() local 281 q = memchr(p, '/', end - p); in fdt_path_offset_namelen() 282 if (! q) in fdt_path_offset_namelen() 283 q = end; in fdt_path_offset_namelen() 285 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen() [all …]
|
| /u-boot/common/ |
| A D | dlmalloc.c | 1317 q = bin_at(idx); 1318 victim = last(q); 1321 if (victim == q) 1323 q = next_bin(q); 1326 if (victim != q) 1473 q = prev_bin(q); 1474 } while (first(q) == q); 2302 mchunkptr q; in malloc_update_mallinfo() local 2316 q < top && inuse(q) && (long)(chunksize(q)) >= (long)MINSIZE; in malloc_update_mallinfo() 2317 q = next_chunk(q)) in malloc_update_mallinfo() [all …]
|