Searched refs:rd (Results 26 - 50 of 373) sorted by last modified time

1234567891011>>

/linux-master/include/linux/
H A Dnetdevice.h2968 netdev_offload_xstats_report_delta(struct netdev_notifier_offload_xstats_rd *rd,
H A Dof.h1591 extern int of_reconfig_notify(unsigned long, struct of_reconfig_data *rd);
/linux-master/fs/ubifs/
H A Dubifs.h1972 int ubifs_lpt_init(struct ubifs_info *c, int rd, int wr);
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c101 ret = fbtft_request_one_gpio(par, "rd", 0, &par->gpio.rd);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c634 if (insn.reg3_format.rd != 0)
641 if (insn.reg3_format.rd != 0)
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c592 struct qbman_release_desc rd; local
598 qbman_release_desc_clear(&rd);
599 qbman_release_desc_set_bpid(&rd, bpid);
601 return qbman_swp_release(d->swp, &rd, buffers, num_buffers);
/linux-master/drivers/s390/net/
H A Dctcm_fsms.c1065 int rd = CHANNEL_DIRECTION(ch->flags); local
1070 CTCM_FUNTAIL, ch->id, rd == CTCM_READ ? "RX" : "TX");
1076 if (rd == CTCM_READ) {
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S122 .macro store, rd, rx:vararg
123 ARM_BE8( rev \rd, \rd )
124 str \rd, \rx
127 .macro load, rd, rx:vararg
128 ldr \rd, \rx
129 ARM_BE8( rev \rd, \rd )
132 .macro senduart,rd,rx
133 store \rd, [\r
[all...]
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1689 union reply_descriptor rd; local
1714 rd.word = le64_to_cpu(rpf->Words);
1715 if (rd.u.low == UINT_MAX || rd.u.high == UINT_MAX)
/linux-master/drivers/sbus/char/
H A Denvctrl.c312 unsigned char rd; local
317 rd = envctrl_i2c_read_data();
319 return rd;
/linux-master/drivers/of/
H A Dplatform.c732 struct of_reconfig_data *rd = arg; local
736 switch (of_reconfig_get_state_change(action, rd)) {
739 if (!of_node_check_flag(rd->dn->parent, OF_POPULATED_BUS))
743 if (of_node_check_flag(rd->dn, OF_POPULATED))
750 rd->dn->fwnode.flags &= ~FWNODE_FLAG_NOT_DEVICE;
752 pdev_parent = of_find_device_by_node(rd->dn->parent);
753 pdev = of_platform_device_create(rd->dn, NULL,
759 __func__, rd->dn);
768 if (!of_node_check_flag(rd->dn, OF_POPULATED))
772 pdev = of_find_device_by_node(rd
[all...]
H A Dof_reserved_mem.c520 struct rmem_assigned_device *rd; local
543 rd = kmalloc(sizeof(struct rmem_assigned_device), GFP_KERNEL);
544 if (!rd)
549 rd->dev = dev;
550 rd->rmem = rmem;
553 list_add(&rd->list, &of_rmem_assigned_device_list);
558 kfree(rd);
593 struct rmem_assigned_device *rd, *tmp; local
597 list_for_each_entry_safe(rd, tmp, &of_rmem_assigned_device_list, list) {
598 if (rd
[all...]
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c435 volatile struct dbdma_regs __iomem *rd = mp->rx_dma; local
475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
476 out_le32(&rd->cmdptr, virt_to_bus(mp->rx_cmds));
477 out_le32(&rd->control, (RUN << 16) | RUN);
505 volatile struct dbdma_regs __iomem *rd = mp->rx_dma; local
513 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
812 volatile struct dbdma_regs __iomem *rd = mp->rx_dma; local
834 cp = bus_to_virt(le32_to_cpu(rd->cmdptr));
835 dbdma_reset(rd);
837 out_le32(&rd
881 volatile struct dbdma_regs __iomem *rd = mp->rx_dma; local
[all...]
H A Dbmac.c225 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
228 if (rd)
229 dbdma_reset(rd);
402 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
406 dbdma_continue(rd);
473 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
604 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
628 dbdma_reset(rd);
629 out_le32(&rd
674 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
1389 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
1473 volatile struct dbdma_regs __iomem *rd = bp->rx_dma; local
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Dsfdp.c501 const struct sfdp_bfpt_read *rd = &sfdp_bfpt_reads[i]; local
504 if (!(bfpt.dwords[rd->supported_dword] & rd->supported_bit)) {
505 params->hwcaps.mask &= ~rd->hwcaps;
509 params->hwcaps.mask |= rd->hwcaps;
510 cmd = spi_nor_hwcaps_read2cmd(rd->hwcaps);
512 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift;
513 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_bbt.c955 struct nand_bbt_descr *rd, *rd2; local
966 rd = NULL;
977 rd = md;
980 rd = td;
983 rd = td;
987 rd = td;
990 rd = md;
998 rd = td;
1017 if (rd) {
1018 res = read_abs_bbt(this, buf, rd, chipse
[all...]
/linux-master/drivers/clk/samsung/
H A Dclk.h421 struct samsung_clk_reg_dump *rd,
424 const struct samsung_clk_reg_dump *rd,
/linux-master/arch/sparc/kernel/
H A Dkprobes.c248 unsigned long rd = ((insn >> 25) & 0x1f); local
250 if (rd <= 15) {
251 slot = &regs->u_regs[rd];
256 rd -= 16;
259 slot += rd;
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c282 struct of_reconfig_data *rd = data; local
283 struct device_node *parent, *np = rd->dn;
/linux-master/arch/powerpc/lib/
H A Dsstep.c33 #define VSX_REGISTER_XTP(rd) ((((rd) & 1) << 5) | ((rd) & 0xfe))
1168 struct instruction_op *op, int rd,
1177 op->reg = rd;
1361 unsigned int opcode, ra, rb, rc, rd, spr, u; local
1412 rd = 7 - ((word >> 23) & 0x7);
1414 rd *= 4;
1417 op->ccval = (regs->ccr & ~(0xfUL << rd)) | (val << rd);
1167 add_with_carry(const struct pt_regs *regs, struct instruction_op *op, int rd, unsigned long val1, unsigned long val2, unsigned long carry_in) argument
3327 int i, rd, nb; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1211 * provide the PVR to user applications using the mfspr rd, PVR.
1351 u32 rd; local
1362 rd = (instword >> 21) & 0x1f;
1363 regs->gpr[rd] = mfspr(SPRN_PVR);
1420 rd = (instword >> 21) & 0x1f;
1421 regs->gpr[rd] = mfspr(SPRN_DSCR);
1431 rd = (instword >> 21) & 0x1f;
1432 current->thread.dscr = regs->gpr[rd];
1758 u32 instword, rd; local
1808 rd
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h540 #define toreal(rd)
541 #define fromreal(rd)
545 * these macros, which use rs = 0 to get the tophys offset in rd, rather than
547 * (i.e. set register rd to 0 when rs == 0).
549 #define tophys(rd,rs) \
550 addis rd,rs,0
552 #define tovirt(rd,rs) \
553 addis rd,rs,0
556 #define toreal(rd) /* we can access c000... in real mode */
557 #define fromreal(rd)
[all...]
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h540 #define toreal(rd)
541 #define fromreal(rd)
545 * these macros, which use rs = 0 to get the tophys offset in rd, rather than
547 * (i.e. set register rd to 0 when rs == 0).
549 #define tophys(rd,rs) \
550 addis rd,rs,0
552 #define tovirt(rd,rs) \
553 addis rd,rs,0
556 #define toreal(rd) /* we can access c000... in real mode */
557 #define fromreal(rd)
[all...]
/linux-master/arch/mips/kernel/
H A Dtraps.c636 static int simulate_rdhwr(struct pt_regs *regs, int rd, int rt) argument
642 switch (rd) {
674 int rd = (opcode & RD) >> 11; local
677 simulate_rdhwr(regs, rd, rt);
688 int rd = (opcode & MM_RS) >> 16; local
690 simulate_rdhwr(regs, rd, rt);
730 int rd = (opcode & RD) >> 11; local
742 regs->regs[rd] = loongson3_cpucfg_read_synthesized(
/linux-master/arch/mips/include/asm/
H A Dmipsregs.h1771 _ASM_MACRO_2R_1S(mthc0, rt, rd, sel, \
2212 _ASM_MACRO_2R_1S(mtgc0, rt, rd, sel, \
2217 _ASM_MACRO_2R_1S(dmtgc0, rt, rd, sel, \

Completed in 404 milliseconds

1234567891011>>