/linux-6.14.4/drivers/phy/ |
D | phy-xgene.c | 95 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument 97 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument 100 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument 103 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument 110 #define CFG_IND_ADDR_SET(dst, src) \ argument 115 #define I_RESET_B_SET(dst, src) \ argument 117 #define I_PLL_FBDIV_SET(dst, src) \ argument 119 #define I_CUSTOMEROV_SET(dst, src) \ argument 127 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument 130 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument [all …]
|
/linux-6.14.4/arch/sh/kernel/ |
D | iomap.c | 41 void iowrite8(u8 val, void __iomem *addr) in iowrite8() 47 void iowrite16(u16 val, void __iomem *addr) in iowrite16() 53 void iowrite16be(u16 val, void __iomem *addr) in iowrite16be() 59 void iowrite32(u32 val, void __iomem *addr) in iowrite32() 65 void iowrite32be(u32 val, void __iomem *addr) in iowrite32be() 77 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) in mmio_insb() 86 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() 95 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) in mmio_insl() 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 134 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() [all …]
|
/linux-6.14.4/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_hw.h | 20 static inline void xgene_set_bits(u32 *dst, u32 val, u32 start, u32 len) in xgene_set_bits() 29 static inline u32 xgene_get_bits(u32 val, u32 start, u32 end) in xgene_get_bits() 139 #define PHY_CONTROL_SET(dst, val) xgene_set_bits(dst, val, 0, 16) argument 157 #define CFG_TXCLK_MUXSEL0_SET(dst, val) xgene_set_bits(dst, val, 29, 3) argument 158 #define CFG_RXCLK_MUXSEL0_SET(dst, val) xgene_set_bits(dst, val, 26, 3) argument 160 #define CFG_CLE_IP_PROTOCOL0_SET(dst, val) xgene_set_bits(dst, val, 16, 2) argument 161 #define CFG_CLE_IP_HDR_LEN_SET(dst, val) xgene_set_bits(dst, val, 8, 5) argument 162 #define CFG_CLE_DSTQID0_SET(dst, val) xgene_set_bits(dst, val, 0, 12) argument 163 #define CFG_CLE_FPSEL0_SET(dst, val) xgene_set_bits(dst, val, 16, 4) argument 164 #define CFG_CLE_NXTFPSEL0_SET(dst, val) xgene_set_bits(dst, val, 20, 4) argument [all …]
|
/linux-6.14.4/lib/ |
D | iomap.c | 193 #define pio_write16be(val,port) outw(swab16(val),port) argument 194 #define pio_write32be(val,port) outl(swab32(val),port) argument 198 #define mmio_write16be(val,port) writew(swab16(val),port) argument 199 #define mmio_write32be(val,port) writel(swab32(val),port) argument 200 #define mmio_write64be(val,port) writeq(swab64(val),port) argument 203 void iowrite8(u8 val, void __iomem *addr) in iowrite8() 209 void iowrite16(u16 val, void __iomem *addr) in iowrite16() 215 void iowrite16be(u16 val, void __iomem *addr) in iowrite16be() 221 void iowrite32(u32 val, void __iomem *addr) in iowrite32() 227 void iowrite32be(u32 val, void __iomem *addr) in iowrite32be() [all …]
|
D | iomem_copy.c | 21 void memset_io(volatile void __iomem *addr, int val, size_t count) in memset_io() 62 void memcpy_fromio(void *dst, const volatile void __iomem *src, size_t count) in memcpy_fromio() 73 long val = __raw_readq(src); in memcpy_fromio() local 104 void memcpy_toio(volatile void __iomem *dst, const void *src, size_t count) in memcpy_toio() 114 long val = get_unaligned((long *)src); in memcpy_toio() local
|
/linux-6.14.4/net/ethtool/ |
D | netlink.h | 74 static inline void ethnl_update_u32(u32 *dst, const struct nlattr *attr, in ethnl_update_u32() 77 u32 val; in ethnl_update_u32() local 100 static inline void ethnl_update_u8(u8 *dst, const struct nlattr *attr, in ethnl_update_u8() 103 u8 val; in ethnl_update_u8() local 126 static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr, in ethnl_update_bool32() 129 u8 val; in ethnl_update_bool32() local 152 static inline void ethnl_update_bool(bool *dst, const struct nlattr *attr, in ethnl_update_bool() 155 u8 val; in ethnl_update_bool() local 179 static inline void ethnl_update_binary(void *dst, unsigned int len, in ethnl_update_binary() 203 static inline void ethnl_update_bitfield32(u32 *dst, const struct nlattr *attr, in ethnl_update_bitfield32()
|
/linux-6.14.4/drivers/char/hw_random/ |
D | xgene-rng.c | 53 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument 55 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument 57 #define ALARM_THRESHOLD_SET(dst, src) \ argument 59 #define ENABLE_RNG_SET(dst, src) \ argument 61 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument 63 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument 65 #define POKER_FAIL_MASK_SET(dst, src) \ argument 67 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument 69 #define RUN_FAIL_MASK_SET(dst, src) \ argument 71 #define NOISE_FAIL_MASK_SET(dst, src) \ argument [all …]
|
/linux-6.14.4/include/linux/ |
D | rpmsg.h | 37 u32 dst; member 58 u32 dst; member 123 static inline u16 rpmsg16_to_cpu(struct rpmsg_device *rpdev, __rpmsg16 val) in rpmsg16_to_cpu() 131 static inline __rpmsg16 cpu_to_rpmsg16(struct rpmsg_device *rpdev, u16 val) in cpu_to_rpmsg16() 139 static inline u32 rpmsg32_to_cpu(struct rpmsg_device *rpdev, __rpmsg32 val) in rpmsg32_to_cpu() 147 static inline __rpmsg32 cpu_to_rpmsg32(struct rpmsg_device *rpdev, u32 val) in cpu_to_rpmsg32() 155 static inline u64 rpmsg64_to_cpu(struct rpmsg_device *rpdev, __rpmsg64 val) in rpmsg64_to_cpu() 163 static inline __rpmsg64 cpu_to_rpmsg64(struct rpmsg_device *rpdev, u64 val) in cpu_to_rpmsg64() 265 u32 dst) in rpmsg_sendto() 275 u32 dst, void *data, int len) in rpmsg_send_offchannel() [all …]
|
D | bpfptr.h | 41 static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) in bpfptr_add() 49 static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, in copy_from_bpfptr_offset() 57 static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) in copy_from_bpfptr() 62 static inline int copy_to_bpfptr_offset(bpfptr_t dst, size_t offset, in copy_to_bpfptr_offset() 82 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) in strncpy_from_bpfptr()
|
/linux-6.14.4/drivers/vhost/ |
D | vringh.c | 40 u16 *val, const __virtio16 *p), in __vringh_get_head() 256 static int slow_copy(struct vringh *vrh, void *dst, const void *src, in slow_copy() 303 void *dst, const void *src, size_t len)) in __vringh_iov() 451 __virtio16 *p, u16 val), in __vringh_complete() 453 struct vring_used_elem *dst, in __vringh_complete() 499 u16 *val, in __vringh_need_notify() 546 u16 *val, const __virtio16 *p), in __vringh_notify_enable() 548 __virtio16 *p, u16 val)) in __vringh_notify_enable() 586 __virtio16 *p, u16 val)) in __vringh_notify_disable() 599 static inline int getu16_user(const struct vringh *vrh, u16 *val, const __virtio16 *p) in getu16_user() [all …]
|
/linux-6.14.4/arch/x86/net/ |
D | bpf_jit_comp32.c | 206 static inline void emit_ia32_mov_i(const u8 dst, const u32 val, bool dstk, in emit_ia32_mov_i() 234 static inline void emit_ia32_mov_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mov_r() 255 static inline void emit_ia32_mov_r64(const bool is64, const u8 dst[], in emit_ia32_mov_r64() 270 static inline void emit_ia32_mov_i64(const bool is64, const u8 dst[], in emit_ia32_mov_i64() 271 const u32 val, bool dstk, u8 **pprog) in emit_ia32_mov_i64() 285 static inline void emit_ia32_mul_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mul_r() 317 static inline void emit_ia32_to_le_r64(const u8 dst[], s32 val, in emit_ia32_to_le_r64() 365 static inline void emit_ia32_to_be_r64(const u8 dst[], s32 val, in emit_ia32_to_be_r64() 435 static inline void emit_ia32_div_mod_r(const u8 op, const u8 dst, const u8 src, in emit_ia32_div_mod_r() 482 static inline void emit_ia32_shift_r(const u8 op, const u8 dst, const u8 src, in emit_ia32_shift_r() [all …]
|
/linux-6.14.4/arch/arm/net/ |
D | bpf_jit_32.c | 469 static inline void emit_mov_i_no8m(const u8 rd, u32 val, struct jit_ctx *ctx) in emit_mov_i_no8m() 480 static inline void emit_mov_i(const u8 rd, u32 val, struct jit_ctx *ctx) in emit_mov_i() 524 u32 dst; in emit_udivmod() local 591 u32 dst; in emit_udivmod64() local 732 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() 745 static void emit_a32_mov_i64(const s8 dst[], u64 val, struct jit_ctx *ctx) in emit_a32_mov_i64() 757 static inline void emit_a32_mov_se_i64(const bool is64, const s8 dst[], in emit_a32_mov_se_i64() 758 const u32 val, struct jit_ctx *ctx) { in emit_a32_mov_se_i64() 766 static inline void emit_a32_add_r(const u8 dst, const u8 src, in emit_a32_add_r() 783 static inline void emit_a32_sub_r(const u8 dst, const u8 src, in emit_a32_sub_r() [all …]
|
/linux-6.14.4/arch/s390/include/asm/ |
D | pci_io.h | 74 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single() 77 u64 val; in zpci_write_single() local 99 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single() 130 static inline int zpci_get_max_io_size(u64 src, u64 dst, int len, int max) in zpci_get_max_io_size() 144 static inline int zpci_memcpy_fromio(void *dst, in zpci_memcpy_fromio() 164 static inline int zpci_memcpy_toio(volatile void __iomem *dst, in zpci_memcpy_toio() 189 static inline int zpci_memset_io(volatile void __iomem *dst, in zpci_memset_io() 190 int val, size_t count) in zpci_memset_io()
|
/linux-6.14.4/drivers/interconnect/ |
D | debugfs-client.c | 34 const char *dst; member 39 static struct icc_path *get_path(const char *src, const char *dst) in get_path() 51 static int icc_get_set(void *data, u64 val) in icc_get_set() 54 char *src, *dst; in icc_get_set() local 114 static int icc_commit_set(void *data, u64 val) in icc_commit_set()
|
/linux-6.14.4/arch/arc/include/asm/ |
D | uaccess.h | 46 #define __arc_get_user_one(dst, src, op, ret) \ argument 66 #define __arc_get_user_one_64(dst, src, ret) \ argument 101 #define __arc_put_user_one(src, dst, op, ret) \ argument 118 #define __arc_put_user_one_64(src, dst, ret) \ argument 142 char val; in raw_copy_from_user() local 370 char val; in raw_copy_to_user() local
|
/linux-6.14.4/arch/x86/include/asm/ |
D | special_insns.h | 28 unsigned long val; in native_read_cr0() local 35 unsigned long val; in native_read_cr2() local 40 static __always_inline void native_write_cr2(unsigned long val) in native_write_cr2() 47 unsigned long val; in __native_read_cr3() local 52 static inline void native_write_cr3(unsigned long val) in native_write_cr3() 59 unsigned long val; in native_read_cr4() local 200 static inline int write_user_shstk_64(u64 __user *addr, u64 val) in write_user_shstk_64() 221 static inline void movdir64b(void *dst, const void *src) in movdir64b() 242 static inline void movdir64b_io(void __iomem *dst, const void *src) in movdir64b_io() 266 static inline int enqcmds(void __iomem *dst, const void *src) in enqcmds()
|
D | percpu.h | 126 #define __pcpu_cast_1(val) ((u8)(((unsigned long) val) & 0xff)) argument 127 #define __pcpu_cast_2(val) ((u16)(((unsigned long) val) & 0xffff)) argument 128 #define __pcpu_cast_4(val) ((u32)(((unsigned long) val) & 0xffffffff)) argument 129 #define __pcpu_cast_8(val) ((u64)(val)) argument 131 #define __pcpu_op1_1(op, dst) op "b " dst argument 132 #define __pcpu_op1_2(op, dst) op "w " dst argument 133 #define __pcpu_op1_4(op, dst) op "l " dst argument 134 #define __pcpu_op1_8(op, dst) op "q " dst argument 136 #define __pcpu_op2_1(op, src, dst) op "b " src ", " dst argument 137 #define __pcpu_op2_2(op, src, dst) op "w " src ", " dst argument [all …]
|
/linux-6.14.4/net/ipv4/ |
D | tcp_metrics.c | 76 u32 val) in tcp_metric_set() 99 const struct dst_entry *dst, in tcpm_suck_dst() 103 u32 val; in tcpm_suck_dst() local 146 const struct dst_entry *dst) in tcpm_check_stamp() 163 static struct tcp_metrics_block *tcpm_new(struct dst_entry *dst, in tcpm_new() 250 struct dst_entry *dst) in __tcp_get_metrics_req() 292 struct dst_entry *dst, in tcp_get_metrics() 343 struct dst_entry *dst = __sk_dst_get(sk); in tcp_update_metrics() local 348 u32 val; in tcp_update_metrics() local 466 struct dst_entry *dst = __sk_dst_get(sk); in tcp_init_metrics() local [all …]
|
/linux-6.14.4/include/net/ |
D | dst.h | 112 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 119 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 121 unsigned long val = dst->_metrics; in dst_destroy_metrics_generic() local 126 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 140 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 159 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 165 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 173 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 182 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() [all …]
|
D | dst_ops.h | 46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() 51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() 57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 68 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 185 uint32_t idx, val = 0xCDCDCDCD, align, arg; in atom_get_src_int() local 415 uint32_t val = 0xCDCDCDCD; in atom_get_src_direct() local 456 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 602 uint32_t dst, src, saved; in atom_op_add() local 616 uint32_t dst, src, saved; in atom_op_and() local 663 uint32_t dst, src; in atom_op_compare() local 689 uint32_t dst, src; in atom_op_div() local 707 uint32_t dst, src; in atom_op_div32() local 786 uint32_t dst, mask, src, saved; in atom_op_mask() local 820 uint32_t dst, src; in atom_op_mul() local [all …]
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | uaccess.h | 23 #define LDD_USER(sr, val, ptr) __get_user_asm64(sr, val, ptr) argument 26 #define LDD_USER(sr, val, ptr) __get_user_asm(sr, val, "ldd", ptr) argument 30 #define __get_user_internal(sr, val, ptr) \ argument 45 #define __get_user(val, ptr) \ argument 50 #define __get_user_asm(sr, val, ldx, ptr) \ argument 63 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 77 #define __get_user_asm64(sr, val, ptr) \ argument 121 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
|
/linux-6.14.4/drivers/ata/ |
D | ahci_xgene.c | 42 #define PORTADDR_SET(dst, src) \ argument 45 #define PORTPHY1CFG_FRCPHYRDY_SET(dst, src) \ argument 52 #define PORTPHY5CFG_RTCHG_SET(dst, src) \ argument 54 #define PORTAXICFG_EN_CONTEXT_SET(dst, src) \ argument 57 #define PORTAXICFG_OUTTRANS_SET(dst, src) \ argument 60 #define PORTRANSCFG_RXWM_SET(dst, src) \ argument 111 void __iomem *reg, unsigned int val, in xgene_ahci_poll_reg_val() 267 u32 val; in xgene_ahci_set_phy_cfg() local 360 u32 val, sstatus; in xgene_ahci_do_hardreset() local 649 u32 val; in xgene_ahci_hw_init() local [all …]
|
/linux-6.14.4/sound/pci/emu10k1/ |
D | emufx.c | 364 int nval, val; in snd_emu10k1_gpr_ctl_put() local 540 u32 val; in snd_emu10k1_gpr_poke() local 558 u32 val; in snd_emu10k1_gpr_peek() local 574 u32 addr, val; in snd_emu10k1_tram_poke() local 602 u32 val, addr; in snd_emu10k1_tram_peek() local 709 struct snd_emu10k1_fx8010_control_gpr *dst, in copy_gctl() 737 struct snd_emu10k1_fx8010_control_gpr *dst, in copy_gctl_to_user() 868 struct snd_ctl_elem_value *val; in snd_emu10k1_add_controls() local 1551 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument 1553 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument [all …]
|
/linux-6.14.4/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is-param.c | 33 static void __hw_param_copy(void *dst, void *src) in __hw_param_copy() 40 struct param_global_shotmode *dst, *src; in __fimc_is_hw_update_param_global_shotmode() local 49 struct param_sensor_framerate *dst, *src; in __fimc_is_hw_update_param_sensor_framerate() local 311 void __is_set_isp_awb(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_awb() 338 void __is_set_isp_iso(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_iso() 352 void __is_set_isp_adjust(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_adjust() 399 void __is_set_isp_metering(struct fimc_is *is, u32 id, u32 val) in __is_set_isp_metering() 434 void __is_set_isp_afc(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_afc() 448 void __is_set_drc_control(struct fimc_is *is, u32 val) in __is_set_drc_control() 460 void __is_set_fd_control(struct fimc_is *is, u32 val) in __is_set_fd_control() [all …]
|