| /u-boot/drivers/spi/ |
| A D | fsl_qspi.c | 281 static inline int needs_swap_endian(struct fsl_qspi *q) in needs_swap_endian() 286 static inline int needs_4x_clock(struct fsl_qspi *q) in needs_4x_clock() 291 static inline int needs_fill_txfifo(struct fsl_qspi *q) in needs_fill_txfifo() 311 static inline int needs_single_bus(struct fsl_qspi *q) in needs_single_bus() 408 static void fsl_qspi_prepare_lut(struct fsl_qspi *q, in fsl_qspi_prepare_lut() 491 static void fsl_qspi_invalidate(struct fsl_qspi *q) in fsl_qspi_invalidate() 521 static u32 fsl_qspi_memsize_per_cs(struct fsl_qspi *q) in fsl_qspi_memsize_per_cs() 547 static void fsl_qspi_fill_txfifo(struct fsl_qspi *q, in fsl_qspi_fill_txfifo() 572 static void fsl_qspi_read_rxfifo(struct fsl_qspi *q, in fsl_qspi_read_rxfifo() 706 static int fsl_qspi_default_setup(struct fsl_qspi *q) 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() 29 void qmem_free(struct qmem *q) in qmem_free()
|
| /u-boot/drivers/net/ |
| A D | mvneta.c | 54 #define MVNETA_RXQ_CONFIG_REG(q) (0x1400 + ((q) << 2)) argument 58 #define MVNETA_RXQ_THRESHOLD_REG(q) (0x14c0 + ((q) << 2)) argument 60 #define MVNETA_RXQ_BASE_ADDR_REG(q) (0x1480 + ((q) << 2)) argument 61 #define MVNETA_RXQ_SIZE_REG(q) (0x14a0 + ((q) << 2)) argument 64 #define MVNETA_RXQ_STATUS_REG(q) (0x14e0 + ((q) << 2)) argument 100 #define MVNETA_DEF_RXQ(q) ((q) << 1) argument 101 #define MVNETA_DEF_RXQ_ARP(q) ((q) << 4) argument 103 #define MVNETA_DEF_RXQ_TCP(q) ((q) << 16) argument 104 #define MVNETA_DEF_RXQ_UDP(q) ((q) << 19) argument 105 #define MVNETA_DEF_RXQ_BPDU(q) ((q) << 22) argument [all …]
|
| /u-boot/fs/jffs2/ |
| A D | mergesort.c | 15 struct b_node *p, *q, *e, **tail; in sort_list() local
|
| A D | compr_rubin.c | 54 register unsigned long q; in rubin_do_decompress() local
|
| /u-boot/arch/nios2/lib/ |
| A D | longlong.h | 158 #define __udiv_qrnnd_c(q, r, n1, n0, d) \ argument 198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
|
| /u-boot/lib/rsa/ |
| A D | rsa-keyprop.c | 75 uint32_t q; in EQ() local 86 uint32_t q; in NEQ() local 400 uint32_t q; in br_divrem() local 466 uint32_t a0, a1, b0, hi, g, q, tb; in br_i32_muladd_small() local
|
| /u-boot/drivers/mmc/ |
| A D | sh_sdhi.c | 280 u64 *q = (u64 *)data->dest; in sh_sdhi_single_read() local 321 u64 *q = (u64 *)data->dest; in sh_sdhi_multi_read() local 361 const u64 *q = (const u64 *)data->src; in sh_sdhi_single_write() local 406 const u64 *q = (const u64 *)data->src; in sh_sdhi_multi_write() local
|
| /u-boot/lib/crypto/ |
| A D | x509_public_key.c | 206 const char *q; in x509_key_preparse() local
|
| /u-boot/include/crypto/internal/ |
| A D | rsa.h | 36 const u8 *q; member
|
| /u-boot/post/lib_powerpc/fpu/ |
| A D | darwin-ldouble.c | 52 double z, q, zz, xh; in __gcc_qadd() local
|
| /u-boot/tools/ |
| A D | termios_linux.h | 87 static inline int tcflush(int fd, int q) in tcflush()
|
| /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()
|
| /u-boot/test/lib/ |
| A D | string.c | 204 char *p, *q; in lib_memdup() local
|
| /u-boot/arch/arc/lib/ |
| A D | libgcc2.c | 165 UDWtype q = 0, r = n, y = d; in __udivmoddi4() local
|
| /u-boot/arch/arm/mach-omap2/omap5/ |
| A D | dra7xx_iodelay.c | 88 u32 reg, q, r; in calculate_delay() local
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_bch_regs.h | 107 struct bch_q *q = &octeontx_bch_q[qid]; in qphys() local 117 struct bch_q *q = &octeontx_bch_q[qid]; in qvirt() local
|
| A D | octeontx_bch.c | 308 struct bch_q *q = &octeontx_bch_q[queue_id]; in octeontx_cmd_queue_initialize() local
|
| /u-boot/lib/zlib/ |
| A D | inflate.c | 243 #define REVERSE(q) \ argument
|
| /u-boot/scripts/basic/ |
| A D | fixdep.c | 241 const char *q, *r; in parse_config_file() local
|
| /u-boot/scripts/dtc/ |
| A D | data.c | 75 char *q; in data_copy_escape_string() local
|
| /u-boot/drivers/dma/ |
| A D | apbh_dma.c | 462 struct list_head *p, *q; in mxs_dma_finish() local
|
| /u-boot/cmd/ |
| A D | printf.c | 171 const char *q; in process_escape_sequence() local
|
| /u-boot/lib/ |
| A D | vsprintf.c | 52 static char *put_dec_trunc(char *buf, unsigned q) in put_dec_trunc() 88 static char *put_dec_full(char *buf, unsigned q) in put_dec_full()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-cmd-queue.h | 218 unsigned int q = (queue_id >> 4) & 0xf; in __cvmx_cmd_queue_get_index() local
|