| /linux/drivers/net/ethernet/amd/ |
| H A D | a2065.c | 135 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 D | a2065.h | 41 unsigned short rdp; /* Register Data Port */ member
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_nic.c | 38 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 D | request_manager.c | 590 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 D | octeon_iq.h | 221 u64 rdp; member 248 u64 rdp; member
|
| /linux/tools/rcu/ |
| H A D | rcu-cbs.py | 42 rdp = per_cpu_ptr(rdp0, cpu); variable 43 len = rdp.cblist.len.value_();
|
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 219 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 D | pdaudiocf_irq.c | 250 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 D | user_64.h | 58 __u64 rdp; member
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | ipq5332-rdp474.dts | 10 #include "ipq5332-rdp-common.dtsi"
|
| H A D | ipq5332-rdp468.dts | 10 #include "ipq5332-rdp-common.dtsi"
|
| H A D | ipq5332-rdp441.dts | 10 #include "ipq5332-rdp-common.dtsi"
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 205 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 D | cpm.h | 21 __be32 rdp; /* Internal */ member
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 156 __u64 rdp; member
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 44 u64 rdp; /* Data Pointer */ member
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cpm.c | 56 uint rdp; /* Internal */ member 157 out_be32(&i2c_ram->rdp, 0); in cpm_reset_i2c_params()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.h | 197 struct lpfc_rdp_context *rdp; /* Used in get_rdp_info */ member
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-cpm.c | 377 iowrite32be(0, &mspi->pram->rdp); in fsl_spi_cpm_init()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etb10.c | 656 coresight_simple_reg32(rdp, ETB_RAM_DEPTH_REG),
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 2975 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 D | Data-Structures.rst | 305 | 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 D | opcodes.txt | 573 b98b rdp RRF_RURR2
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 574 __u32 ifindex, struct vxlan_rdst **rdp) in vxlan_fdb_append() argument 599 *rdp = rd; in vxlan_fdb_append()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 12717 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()
|