Home
last modified time | relevance | path

Searched refs:rdp (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/ethernet/amd/
H A Da2065.c135 ll->rdp = (leptr & 0xFFFF); in load_csrs()
137 ll->rdp = leptr >> 16; in load_csrs()
139 ll->rdp = lp->busmaster_regval; in load_csrs()
224 ll->rdp = LE_C0_INIT; in init_restart_lance()
227 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
229 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
230 pr_err("unopened after %d ticks, csr0=%04x\n", i, ll->rdp); in init_restart_lance()
235 ll->rdp = LE_C0_IDON; in init_restart_lance()
236 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
265 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx()
[all …]
H A Da2065.h41 unsigned short rdp; /* Register Data Port */ member
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.c38 struct octeon_instr_rdp *rdp; in octeon_alloc_soft_command_resp() local
54 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in octeon_alloc_soft_command_resp()
60 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd2.rdp; in octeon_alloc_soft_command_resp()
68 rdp->pcie_port = oct->pcie_port; in octeon_alloc_soft_command_resp()
69 rdp->rlen = rdatasize; in octeon_alloc_soft_command_resp()
H A Drequest_manager.c590 struct octeon_instr_rdp *rdp; in octeon_prepare_soft_command() local
631 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in octeon_prepare_soft_command()
632 rdp->pcie_port = oct->pcie_port; in octeon_prepare_soft_command()
633 rdp->rlen = sc->rdatasize; in octeon_prepare_soft_command()
668 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd2.rdp; in octeon_prepare_soft_command()
669 rdp->pcie_port = oct->pcie_port; in octeon_prepare_soft_command()
670 rdp->rlen = sc->rdatasize; in octeon_prepare_soft_command()
H A Docteon_iq.h221 u64 rdp; member
248 u64 rdp; member
/linux/tools/rcu/
H A Drcu-cbs.py42 rdp = per_cpu_ptr(rdp0, cpu); variable
43 len = rdp.cblist.len.value_();
/linux/drivers/pnp/isapnp/
H A Dcore.c219 int rdp = isapnp_rdp; in isapnp_next_rdp() local
226 while (rdp <= 0x3ff) { in isapnp_next_rdp()
231 if ((rdp < 0x280 || rdp > 0x380) in isapnp_next_rdp()
232 && request_region(rdp, 1, "ISAPnP")) { in isapnp_next_rdp()
233 isapnp_rdp = rdp; in isapnp_next_rdp()
234 old_rdp = rdp; in isapnp_next_rdp()
237 rdp += RDP_STEP; in isapnp_next_rdp()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c250 int size, off, cont, rdp, wdp; in pdacf_threaded_irq() local
258 rdp = inw(chip->port + PDAUDIOCF_REG_RDP); in pdacf_threaded_irq()
260 size = wdp - rdp; in pdacf_threaded_irq()
/linux/arch/x86/include/asm/
H A Duser_64.h58 __u64 rdp; member
/linux/arch/arm64/boot/dts/qcom/
H A Dipq5332-rdp474.dts10 #include "ipq5332-rdp-common.dtsi"
H A Dipq5332-rdp468.dts10 #include "ipq5332-rdp-common.dtsi"
H A Dipq5332-rdp441.dts10 #include "ipq5332-rdp-common.dtsi"
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst205 4 struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
210 9 if (rcu_rdp_is_offloaded(rdp))
215 14 if (tne != rdp->tick_nohz_enabled_snap) {
216 15 if (!rcu_segcblist_empty(&rdp->cblist))
218 17 rdp->tick_nohz_enabled_snap = tne;
228 27 if (rdp->last_accelerate == jiffies)
230 29 rdp->last_accelerate = jiffies;
231 30 if (rcu_segcblist_pend_cbs(&rdp->cblist)) {
232 31 rnp = rdp->mynode;
234 33 needwake = rcu_accelerate_cbs(rnp, rdp);
/linux/include/soc/fsl/
H A Dcpm.h21 __be32 rdp; /* Internal */ member
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h156 __u64 rdp; member
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h44 u64 rdp; /* Data Pointer */ member
/linux/drivers/i2c/busses/
H A Di2c-cpm.c56 uint rdp; /* Internal */ member
157 out_be32(&i2c_ram->rdp, 0); in cpm_reset_i2c_params()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h197 struct lpfc_rdp_context *rdp; /* Used in get_rdp_info */ member
/linux/drivers/spi/
H A Dspi-fsl-cpm.c377 iowrite32be(0, &mspi->pram->rdp); in fsl_spi_cpm_init()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c656 coresight_simple_reg32(rdp, ETB_RAM_DEPTH_REG),
/linux/drivers/gpu/drm/radeon/
H A Dr100.c2975 uint32_t rdp, wdp; in r100_debugfs_cp_ring_info_show() local
2979 rdp = RREG32(RADEON_CP_RB_RPTR); in r100_debugfs_cp_ring_info_show()
2981 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask; in r100_debugfs_cp_ring_info_show()
2984 seq_printf(m, "CP_RB_RPTR 0x%08x\n", rdp); in r100_debugfs_cp_ring_info_show()
2989 i = (rdp + j) & ring->ptr_mask; in r100_debugfs_cp_ring_info_show()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst305 | 1. All CPUs would immediately see their node's gp_seq from their rdp's|
311 | needs to report quiescent state (no qsmask), update rdp->gp_seq, |
/linux/arch/s390/tools/
H A Dopcodes.txt573 b98b rdp RRF_RURR2
/linux/drivers/net/vxlan/
H A Dvxlan_core.c574 __u32 ifindex, struct vxlan_rdst **rdp) in vxlan_fdb_append() argument
599 *rdp = rd; in vxlan_fdb_append()
/linux/arch/x86/kvm/
H A Dx86.c12717 fpu->last_dp = fxsave->rdp; in kvm_arch_vcpu_ioctl_get_fpu()
12741 fxsave->rdp = fpu->last_dp; in kvm_arch_vcpu_ioctl_set_fpu()

12