Searched refs:rd (Results 1 - 20 of 20) sorted by relevance

/u-boot/arch/arm/include/debug/
H A D8250.S15 .macro store, rd, rx:vararg
16 str \rd, \rx
19 .macro load, rd, rx:vararg
20 ldr \rd, \rx
23 .macro store, rd, rx:vararg
24 strb \rd, \rx
27 .macro load, rd, rx:vararg
28 ldrb \rd, \rx
34 .macro senduart,rd,rx
35 store \rd, [\r
[all...]
/u-boot/post/lib_powerpc/
H A Dcpu_asm.h113 #define ASM_1(opcode, rd) ((opcode) + \
114 ((rd) << 21))
117 #define ASM_11(opcode, rd, rs) ((opcode) + \
118 ((rd) << 21) + \
123 #define ASM_11X(opcode, rd, rs) ((opcode) + \
125 ((rd) << 16))
126 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \
127 ((rd) << 21) + \
130 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \
131 ((rd) << 2
[all...]
/u-boot/board/Marvell/octeontx/
H A Dsoc-utils.c33 asm ("mrs %[rd],MIDR_EL1" : [rd] "=r" (result));
/u-boot/board/Marvell/octeontx2/
H A Dsoc-utils.c36 asm ("mrs %[rd],MIDR_EL1" : [rd] "=r" (result));
/u-boot/arch/arm/mach-uniphier/arm32/
H A Ddebug_ll.S24 .macro sg_set_pinsel, pin, muxval, mux_bits, reg_stride, ra, rd
26 ldr \rd, [\ra]
27 and \rd, \rd, #~(((1 << \mux_bits) - 1) << (\pin * \mux_bits % 32))
28 orr \rd, \rd, #(\muxval << (\pin * \mux_bits % 32))
29 str \rd, [\ra]
/u-boot/drivers/ram/
H A Dimxrt_sdram.c208 u32 ipcmd, u32 wd, u32 *rd)
226 if (!rd)
229 *rd = readl(&regs->iprxdat);
243 u32 rd; local
301 0, &rd);
303 0, &rd);
305 0, &rd);
308 &rd);
207 imxrt_sdram_ipcmd(struct imxrt_semc_regs *regs, u32 mem_addr, u32 ipcmd, u32 wd, u32 *rd) argument
/u-boot/arch/microblaze/lib/
H A Dbootm.c42 void (*thekernel)(char *cmdline, ulong rd, ulong dt);
/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c845 struct nand_bbt_descr *rd, *rd2; local
856 rd = NULL;
867 rd = md;
870 rd = td;
873 rd = td;
877 rd = td;
880 rd = md;
888 rd = td;
907 if (rd) {
908 res = read_abs_bbt(mtd, buf, rd, chipse
[all...]
/u-boot/drivers/i2c/
H A Docores_i2c.c439 u32 rd; local
444 rd = in_be32(i2c->base + (rreg << i2c->reg_shift));
446 return (u8)(rd >> 8);
448 return (u8)rd;
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c602 struct qbman_release_desc rd; local
626 qbman_release_desc_clear(&rd);
627 qbman_release_desc_set_bpid(&rd, bpid);
628 } while (qbman_swp_release(dflt_dpio->sw_portal, &rd, buf_array, i));
/u-boot/board/CZ.NIC/turris_omnia/
H A Dturris_omnia.c618 char rd[3] = {' ', ' ', 0}; local
621 memcpy(rd, &oep.region, 2);
625 printf("Regdomain set to %s\n", rd);
626 return env_set("regdomain", rd);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-regs.h79 asm("pop %[rd],%[rs]" : [rd] "=d"(result) : [rs] "d"(input))
/u-boot/drivers/net/
H A De1000.c5106 struct e1000_rx_desc *rd; local
5110 rd = rx_base + rx_tail;
5112 memset(rd, 0, 16);
5113 rd->buffer_addr = cpu_to_le64(virt_to_phys(packet));
5123 flush_start = ((unsigned long)rd) & ~(ARCH_DMA_MINALIGN - 1);
5124 flush_end = flush_start + roundup(sizeof(*rd), ARCH_DMA_MINALIGN);
5314 struct e1000_rx_desc *rd; local
5319 rd = rx_base + rx_last;
5322 inval_start = ((unsigned long)rd) & ~(ARCH_DMA_MINALIGN - 1);
5323 inval_end = inval_start + roundup(sizeof(*rd), ARCH_DMA_MINALIG
[all...]
/u-boot/tools/
H A Dkwboot.c1714 ssize_t rd = read(fd, img + tot, len - tot); local
1716 if (rd < 0)
1719 tot += rd;
1721 if (!rd && tot < len) {
/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c2365 const struct sfdp_bfpt_read *rd = &sfdp_bfpt_reads[i]; local
2368 if (!(bfpt.dwords[rd->supported_dword] & rd->supported_bit)) {
2369 params->hwcaps.mask &= ~rd->hwcaps;
2373 params->hwcaps.mask |= rd->hwcaps;
2374 cmd = spi_nor_hwcaps_read2cmd(rd->hwcaps);
2376 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift;
2377 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto);
/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1504 _ASM_MACRO_2R_1S(mthc0, rt, rd, sel,
1945 _ASM_MACRO_2R_1S(mtgc0, rt, rd, sel,
1948 _ASM_MACRO_2R_1S(dmtgc0, rt, rd, sel,
/u-boot/fs/ubifs/
H A Dlpt.c1726 * @rd: whether to initialize lpt for reading
1729 * For mounting 'rw', @rd and @wr are both true. For mounting 'ro', @rd is true
1730 * and @wr is false. For mounting from 'ro' to 'rw', @rd is false and @wr is
1735 int ubifs_lpt_init(struct ubifs_info *c, int rd, int wr) argument
1739 if (rd) {
1760 if (rd)
H A Dubifs.h2291 int ubifs_lpt_init(struct ubifs_info *c, int rd, int wr);
/u-boot/common/
H A Dcli_hush_upstream.c560 * possibly empty one: word"", wo''rd etc. */
8323 xmove_fd(pair.rd, redir->rd_fd);
10212 pipefds.rd = 0;
10254 if (pipefds.rd > 1)
10255 close(pipefds.rd);
10312 next_infd = pipefds.rd;
/u-boot/arch/arm/dts/
H A DMakefile199 ac5-98dx35xx-rd.dtb \

Completed in 403 milliseconds