Home
last modified time | relevance | path

Searched +defs:val +defs:m (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/linux-6.14.4/include/linux/isdn/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
[all …]
/linux-6.14.4/arch/sh/include/asm/
Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
27 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg-irq.h7 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
18 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
29 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
40 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg-xchg.h40 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
45 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
/linux-6.14.4/arch/alpha/include/asm/
Dcmpxchg.h12 ____xchg_u8(volatile char *m, unsigned long val) in ____xchg_u8()
35 ____xchg_u16(volatile short *m, unsigned long val) in ____xchg_u16()
58 ____xchg_u32(volatile int *m, unsigned long val) in ____xchg_u32()
77 ____xchg_u64(volatile long *m, unsigned long val) in ____xchg_u64()
117 ____cmpxchg_u8(volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg_u8()
143 ____cmpxchg_u16(volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg_u16()
169 ____cmpxchg_u32(volatile int *m, int old, int new) in ____cmpxchg_u32()
191 ____cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg_u64()
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_debugfs.c64 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities()
176 i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in i915_debugfs_describe_obj()
270 static int i915_gem_object_info(struct seq_file *m, void *data) in i915_gem_object_info()
287 static int i915_frequency_info(struct seq_file *m, void *unused) in i915_frequency_info()
322 static int i915_swizzle_info(struct seq_file *m, void *data) in i915_swizzle_info()
375 static int i915_rps_boost_info(struct seq_file *m, void *data) in i915_rps_boost_info()
406 static int i915_runtime_pm_status(struct seq_file *m, void *unused) in i915_runtime_pm_status()
439 static int i915_engine_info(struct seq_file *m, void *unused) in i915_engine_info()
467 static int i915_wa_registers(struct seq_file *m, void *unused) in i915_wa_registers()
495 static int i915_wedged_get(void *data, u64 *val) in i915_wedged_get()
[all …]
/linux-6.14.4/arch/x86/kernel/cpu/mce/
Dinject.c101 static int inj_ipid_set(void *data, u64 val) in inj_ipid_set()
103 struct mce *m = (struct mce *)data; in inj_ipid_set() local
115 static void setup_inj_struct(struct mce *m) in setup_inj_struct()
126 static void inject_mce(struct mce *m) in inject_mce()
144 static void raise_poll(struct mce *m) in raise_poll()
156 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception()
180 struct mce *m = this_cpu_ptr(&injectm); in mce_raise_notify() local
194 struct mce *m = this_cpu_ptr(&injectm); in mce_irq_ipi() local
206 struct mce *m = this_cpu_ptr(&injectm); in raise_local() local
240 static void __maybe_unused raise_mce(struct mce *m) in raise_mce()
[all …]
/linux-6.14.4/lib/
Dwin_minmax.c29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update()
30 const struct minmax_sample *val) in minmax_subwin_update()
67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max()
69 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_max() local
85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
87 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_min() local
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_model.h12 int (*val)(struct ixgbe_fdir_filter *input, member
30 u32 val, u32 m) in ixgbe_mat_prgm_sip()
39 u32 val, u32 m) in ixgbe_mat_prgm_dip()
56 u32 val, u32 m) in ixgbe_mat_prgm_ports()
82 u32 m; member
85 u32 val; member
/linux-6.14.4/drivers/media/platform/qcom/camss/
Dcamss-ispif.c48 #define ISPIF_VFE_m_CTRL_0(m) (0x200 + 0x200 * (m)) argument
50 #define ISPIF_VFE_m_IRQ_MASK_0(m) (0x208 + 0x200 * (m)) argument
55 #define ISPIF_VFE_m_IRQ_MASK_1(m) (0x20c + 0x200 * (m)) argument
60 #define ISPIF_VFE_m_IRQ_MASK_2(m) (0x210 + 0x200 * (m)) argument
63 #define ISPIF_VFE_m_IRQ_STATUS_0(m) (0x21c + 0x200 * (m)) argument
66 #define ISPIF_VFE_m_IRQ_STATUS_1(m) (0x220 + 0x200 * (m)) argument
69 #define ISPIF_VFE_m_IRQ_STATUS_2(m) (0x224 + 0x200 * (m)) argument
71 #define ISPIF_VFE_m_IRQ_CLEAR_0(m) (0x230 + 0x200 * (m)) argument
72 #define ISPIF_VFE_m_IRQ_CLEAR_1(m) (0x234 + 0x200 * (m)) argument
73 #define ISPIF_VFE_m_IRQ_CLEAR_2(m) (0x238 + 0x200 * (m)) argument
[all …]
/linux-6.14.4/drivers/i2c/busses/
Di2c-qcom-cci.c25 #define CCI_I2C_Mm_SCL_CTL(m) (0x100 + 0x100 * (m)) argument
26 #define CCI_I2C_Mm_SDA_CTL_0(m) (0x104 + 0x100 * (m)) argument
27 #define CCI_I2C_Mm_SDA_CTL_1(m) (0x108 + 0x100 * (m)) argument
28 #define CCI_I2C_Mm_SDA_CTL_2(m) (0x10c + 0x100 * (m)) argument
29 #define CCI_I2C_Mm_MISC_CTL(m) (0x110 + 0x100 * (m)) argument
31 #define CCI_I2C_Mm_READ_DATA(m) (0x118 + 0x100 * (m)) argument
32 #define CCI_I2C_Mm_READ_BUF_LEVEL(m) (0x11c + 0x100 * (m)) argument
33 #define CCI_I2C_Mm_Qn_EXEC_WORD_CNT(m, n) (0x300 + 0x200 * (m) + 0x100 * (n)) argument
34 #define CCI_I2C_Mm_Qn_CUR_WORD_CNT(m, n) (0x304 + 0x200 * (m) + 0x100 * (n)) argument
35 #define CCI_I2C_Mm_Qn_CUR_CMD(m, n) (0x308 + 0x200 * (m) + 0x100 * (n)) argument
[all …]
/linux-6.14.4/arch/sparc/include/asm/
Dcmpxchg_64.h11 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32()
21 static inline unsigned long xchg32(__volatile__ unsigned int *m, unsigned int val) in xchg32()
38 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64()
70 xchg16(__volatile__ unsigned short *m, unsigned short val) in xchg16()
115 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64()
131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8()
/linux-6.14.4/arch/x86/lib/
Dmsr.c39 static int msr_read(u32 msr, struct msr *m) in msr_read()
42 u64 val; in msr_read() local
59 static int msr_write(u32 msr, struct msr *m) in msr_write()
66 struct msr m, m1; in __flip_bit() local
123 void do_trace_write_msr(unsigned int msr, u64 val, int failed) in do_trace_write_msr()
130 void do_trace_read_msr(unsigned int msr, u64 val, int failed) in do_trace_read_msr()
137 void do_trace_rdpmc(unsigned counter, u64 val, int failed) in do_trace_rdpmc()
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_debugfs.c17 static int guc_info_show(struct seq_file *m, void *data) in guc_info_show()
40 static int guc_registered_contexts_show(struct seq_file *m, void *data) in guc_registered_contexts_show()
54 static int guc_slpc_info_show(struct seq_file *m, void *unused) in guc_slpc_info_show()
74 static int guc_sched_disable_delay_ms_get(void *data, u64 *val) in guc_sched_disable_delay_ms_get()
86 static int guc_sched_disable_delay_ms_set(void *data, u64 val) in guc_sched_disable_delay_ms_set()
102 static int guc_sched_disable_gucid_threshold_get(void *data, u64 *val) in guc_sched_disable_gucid_threshold_get()
113 static int guc_sched_disable_gucid_threshold_set(void *data, u64 val) in guc_sched_disable_gucid_threshold_set()
/linux-6.14.4/drivers/pci/
Dproc.c62 unsigned char val; in proc_bus_pci_read() local
71 unsigned short val; in proc_bus_pci_read() local
80 unsigned int val; in proc_bus_pci_read() local
90 unsigned short val; in proc_bus_pci_read() local
99 unsigned char val; in proc_bus_pci_read() local
138 unsigned char val; in proc_bus_pci_write() local
147 __le16 val; in proc_bus_pci_write() local
156 __le32 val; in proc_bus_pci_write() local
165 __le16 val; in proc_bus_pci_write() local
174 unsigned char val; in proc_bus_pci_write() local
[all …]
/linux-6.14.4/kernel/trace/
Dtrace_branch.c31 probe_likely_condition(struct ftrace_likely_data *f, int val, int expect) in probe_likely_condition()
90 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition()
196 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition()
201 void ftrace_likely_update(struct ftrace_likely_data *f, int val, in ftrace_likely_update()
232 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers()
267 static void branch_stat_show(struct seq_file *m, in branch_stat_show()
285 static int branch_stat_show_normal(struct seq_file *m, in branch_stat_show_normal()
293 static int annotate_branch_stat_show(struct seq_file *m, void *v) in annotate_branch_stat_show()
392 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers()
421 static int all_branch_stat_show(struct seq_file *m, void *v) in all_branch_stat_show()
/linux-6.14.4/drivers/media/platform/rockchip/rkisp1/
Drkisp1-debug.c37 struct seq_file *m, unsigned int offset, in rkisp1_debug_dump_regs()
41 u32 val, shd; in rkisp1_debug_dump_regs() local
65 static int rkisp1_debug_dump_core_regs_show(struct seq_file *m, void *p) in rkisp1_debug_dump_core_regs_show()
87 static int rkisp1_debug_dump_isp_regs_show(struct seq_file *m, void *p) in rkisp1_debug_dump_isp_regs_show()
107 static int rkisp1_debug_dump_rsz_regs_show(struct seq_file *m, void *p) in rkisp1_debug_dump_rsz_regs_show()
128 static int rkisp1_debug_dump_mi_mp_show(struct seq_file *m, void *p) in rkisp1_debug_dump_mi_mp_show()
149 static int rkisp1_debug_input_status_show(struct seq_file *m, void *p) in rkisp1_debug_input_status_show()
157 u32 val; in rkisp1_debug_input_status_show() local
/linux-6.14.4/drivers/clk/
Dclk-fractional-divider.c61 static inline void clk_fd_writel(struct clk_fractional_divider *fd, u32 val) in clk_fd_writel()
73 unsigned long m, n; in clk_fd_get_div() local
75 u32 val; in clk_fd_get_div() local
123 unsigned long *m, unsigned long *n) in clk_fractional_divider_general_approximation()
158 unsigned long m, n; in clk_fd_round_rate() local
180 unsigned long m, n, max_m, max_n; in clk_fd_set_rate() local
182 u32 val; in clk_fd_set_rate() local
220 static int clk_fd_numerator_get(void *hw, u64 *val) in clk_fd_numerator_get()
232 static int clk_fd_denominator_get(void *hw, u64 *val) in clk_fd_denominator_get()
Dclk-axi-clkgen.c63 static uint32_t axi_clkgen_lookup_filter(unsigned int m) in axi_clkgen_lookup_filter()
105 static uint32_t axi_clkgen_lookup_lock(unsigned int m) in axi_clkgen_lookup_lock()
131 unsigned long m, m_min, m_max; in axi_clkgen_calc_params() local
233 unsigned int reg, unsigned int val) in axi_clkgen_write()
239 unsigned int reg, unsigned int *val) in axi_clkgen_read()
247 unsigned int val; in axi_clkgen_wait_non_busy() local
260 unsigned int reg, unsigned int *val) in axi_clkgen_mmcm_read()
284 unsigned int reg, unsigned int val, unsigned int mask) in axi_clkgen_mmcm_write()
308 unsigned int val = AXI_CLKGEN_V2_RESET_ENABLE; in axi_clkgen_mmcm_enable() local
342 unsigned int d, m, dout; in axi_clkgen_set_rate() local
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c572 static int dp_lttpr_status_show(struct seq_file *m, void *unused) in dp_lttpr_status_show()
902 static int dmub_tracebuffer_show(struct seq_file *m, void *data) in dmub_tracebuffer_show()
969 static int dmub_fw_state_show(struct seq_file *m, void *data) in dmub_fw_state_show()
1001 static int replay_capability_show(struct seq_file *m, void *data) in replay_capability_show()
1054 static int psr_capability_show(struct seq_file *m, void *data) in psr_capability_show()
1086 static int amdgpu_current_bpc_show(struct seq_file *m, void *data) in amdgpu_current_bpc_show()
1138 static int amdgpu_current_colorspace_show(struct seq_file *m, void *data) in amdgpu_current_colorspace_show()
1239 static int hdcp_sink_capability_show(struct seq_file *m, void *data) in hdcp_sink_capability_show()
1271 static int internal_display_show(struct seq_file *m, void *data) in internal_display_show()
1286 static int odm_combine_segments_show(struct seq_file *m, void *unused) in odm_combine_segments_show()
[all …]
/linux-6.14.4/drivers/gpu/drm/msm/
Dmsm_debugfs.c32 static int msm_gpu_show(struct seq_file *m, void *arg) in msm_gpu_show()
54 struct seq_file *m = file->private_data; in msm_gpu_release() local
124 static int msm_kms_show(struct seq_file *m, void *arg) in msm_kms_show()
136 struct seq_file *m = file->private_data; in msm_kms_release() local
190 shrink_get(void *data, u64 *val) in shrink_get()
198 shrink_set(void *data, u64 val) in shrink_set()
212 static int msm_gem_show(struct seq_file *m, void *arg) in msm_gem_show()
230 static int msm_mm_show(struct seq_file *m, void *arg) in msm_mm_show()
241 static int msm_fb_show(struct seq_file *m, void *arg) in msm_fb_show()
/linux-6.14.4/kernel/sched/
Dcpuacct.c192 u64 val) in cpuusage_write()
209 static int __cpuacct_percpu_seq_show(struct seq_file *m, in __cpuacct_percpu_seq_show()
224 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show()
229 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show()
234 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show()
239 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show()
264 u64 val[CPUACCT_STAT_NSTATS]; in cpuacct_stats_show() local
350 void cpuacct_account_field(struct task_struct *tsk, int index, u64 val) in cpuacct_account_field()
/linux-6.14.4/drivers/scsi/
Datp870u.c48 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val) in atp_writeb_base()
53 static inline void atp_writew_base(struct atp_unit *atp, u8 reg, u16 val) in atp_writew_base()
58 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_io()
63 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val) in atp_writew_io()
68 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_pci()
73 static inline void atp_writel_pci(struct atp_unit *atp, u8 channel, u8 reg, u32 val) in atp_writel_pci()
624 unsigned int m; in atp870u_queuecommand_lck() local
981 static unsigned char fun_scam(struct atp_unit *dev, unsigned short int *val) in fun_scam()
1019 unsigned short int m, assignid_map, val; in tscam() local
1361 unsigned char k, m, host_id; in atp880_init() local
[all …]
/linux-6.14.4/arch/powerpc/mm/ptdump/
Dptdump.c113 #define pt_dump_seq_printf(m, fmt, args...) \ argument
119 #define pt_dump_seq_putc(m, c) \ argument
125 void pt_dump_size(struct seq_file *m, unsigned long size) in pt_dump_size()
145 u64 val; in dump_flag_info() local
200 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state()
216 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page()
301 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
/linux-6.14.4/drivers/mfd/
Dmcp-sa11x0.c35 #define MCCR0(m) ((m)->base0 + 0x00) argument
36 #define MCDR0(m) ((m)->base0 + 0x08) argument
37 #define MCDR1(m) ((m)->base0 + 0x0c) argument
38 #define MCDR2(m) ((m)->base0 + 0x10) argument
39 #define MCSR(m) ((m)->base0 + 0x18) argument
40 #define MCCR1(m) ((m)->base1 + 0x00) argument
47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local
59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local
75 mcp_sa11x0_write(struct mcp *mcp, unsigned int reg, unsigned int val) in mcp_sa11x0_write()
77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local
[all …]

12345678910>>...33