Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 4678) sorted by relevance

12345678910>>...188

/linux/arch/arm/include/asm/hardware/
H A Dcp14.h12 #define dbg_write(val, reg) WCP14_##reg(val) argument
14 #define etm_write(val, reg) WCP14_##reg(val) argument
24 #define MCR14(val, op1, crn, crm, op2) \ argument
152 #define WCP14_DBGDTRTXint(val) MCR14(val, 0, c0, c5, 0) argument
153 #define WCP14_DBGWFAR(val) MCR14(val, 0, c0, c6, 0) argument
154 #define WCP14_DBGVCR(val) MCR14(val, 0, c0, c7, 0) argument
155 #define WCP14_DBGECR(val) MCR14(val, 0, c0, c9, 0) argument
156 #define WCP14_DBGDSCCR(val) MCR14(val, 0, c0, c10, 0) argument
157 #define WCP14_DBGDSMCR(val) MCR14(val, 0, c0, c11, 0) argument
158 #define WCP14_DBGDTRRXext(val) MCR14(val, 0, c0, c0, 2) argument
[all …]
/linux/arch/loongarch/include/asm/
H A Dkvm_csr.h49 #define write_gcsr_crmd(val) gcsr_write(val, LOONGARCH_CSR_CRMD) argument
51 #define write_gcsr_prmd(val) gcsr_write(val, LOONGARCH_CSR_PRMD) argument
53 #define write_gcsr_euen(val) gcsr_write(val, LOONGARCH_CSR_EUEN) argument
55 #define write_gcsr_misc(val) gcsr_write(val, LOONGARCH_CSR_MISC) argument
57 #define write_gcsr_ecfg(val) gcsr_write(val, LOONGARCH_CSR_ECFG) argument
59 #define write_gcsr_estat(val) gcsr_write(val, LOONGARCH_CSR_ESTAT) argument
61 #define write_gcsr_era(val) gcsr_write(val, LOONGARCH_CSR_ERA) argument
63 #define write_gcsr_badv(val) gcsr_write(val, LOONGARCH_CSR_BADV) argument
65 #define write_gcsr_badi(val) gcsr_write(val, LOONGARCH_CSR_BADI) argument
67 #define write_gcsr_eentry(val) gcsr_write(val, LOONGARCH_CSR_EENTRY) argument
[all …]
H A Dpercpu.h71 static __always_inline unsigned long __percpu_xchg(void *ptr, unsigned long val, int size) in __percpu_xchg()
128 #define _pcp_protect(operation, pcp, val) \ argument
138 #define _percpu_add(pcp, val) \ argument
141 #define _percpu_add_return(pcp, val) _percpu_add(pcp, val) argument
143 #define _percpu_and(pcp, val) \ argument
146 #define _percpu_or(pcp, val) \ argument
149 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ argument
152 #define this_cpu_add_4(pcp, val) _percpu_add(pcp, val) argument
153 #define this_cpu_add_8(pcp, val) _percpu_add(pcp, val) argument
155 #define this_cpu_add_return_4(pcp, val) _percpu_add_return(pcp, val) argument
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dtypes.h133 #define CONF_HAS(config, val) ((config) & (1 << (val))) argument
138 #define CONF_IS(config, val) ((config) == (1 << (val))) argument
139 #define CONF_GE(config, val) ((config) & (0-(1 << (val)))) argument
140 #define CONF_GT(config, val) ((config) & (0-2*(1 << (val)))) argument
141 #define CONF_LT(config, val) ((config) & ((1 << (val))-1)) argument
142 #define CONF_LE(config, val) ((config) & (2*(1 << (val))-1)) argument
146 #define NCONF_HAS(val) CONF_HAS(NCONF, val) argument
148 #define NCONF_IS(val) CONF_IS(NCONF, val) argument
149 #define NCONF_GE(val) CONF_GE(NCONF, val) argument
150 #define NCONF_GT(val) CONF_GT(NCONF, val) argument
[all …]
/linux/arch/s390/include/asm/
H A Dpercpu.h28 #define arch_this_cpu_to_op_simple(pcp, val, op) \ argument
45 #define this_cpu_add_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument
46 #define this_cpu_add_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument
47 #define this_cpu_add_return_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument
48 #define this_cpu_add_return_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument
49 #define this_cpu_and_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument
50 #define this_cpu_and_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument
51 #define this_cpu_or_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument
52 #define this_cpu_or_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument
56 #define this_cpu_add_4(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-abt-y030xx067a.c23 #define REG00_VBRT_CTRL(val) (val) argument
25 #define REG01_COM_DC(val) (val) argument
27 #define REG02_DA_CONTRAST(val) (val) argument
28 #define REG02_VESA_SEL(val) ((val) << 5) argument
31 #define REG03_VPOSITION(val) (val) argument
36 #define REG04_HPOSITION1(val) (val) argument
41 #define REG05_SLBRCHARGE(val) ((val) << 3) argument
42 #define REG05_PRECHARGE_LEVEL(val) ((val) << 6) argument
49 #define REG06_GAMMA_SEL(val) ((val) << 5) argument
58 #define REG07_AMPTST(val) ((val) << 6) argument
[all …]
/linux/sound/synth/emux/
H A Demux_nrpn.c41 int type, int val, int mode) in send_converted_effect()
128 static int fx_delay(int val) in fx_delay()
133 static int fx_attack(int val) in fx_attack()
138 static int fx_hold(int val) in fx_hold()
143 static int fx_decay(int val) in fx_decay()
148 static int fx_the_value(int val) in fx_the_value()
153 static int fx_twice_value(int val) in fx_twice_value()
158 static int fx_conv_pitch(int val) in fx_conv_pitch()
163 static int fx_conv_Q(int val) in fx_conv_Q()
209 static int gs_cutoff(int val) in gs_cutoff()
[all …]
/linux/arch/powerpc/lib/
H A Dqspinlock.c105 static inline int decode_tail_cpu(u32 val) in decode_tail_cpu()
110 static inline int get_owner_cpu(u32 val) in get_owner_cpu()
235 static __always_inline void seen_sleepy_owner(struct qspinlock *lock, u32 val) in seen_sleepy_owner()
284 static __always_inline bool __yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt,… in __yield_to_locked_owner()
337 static __always_inline bool yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt) in yield_to_locked_owner()
343 static __always_inline bool yield_head_to_locked_owner(struct qspinlock *lock, u32 val, bool paravi… in yield_head_to_locked_owner()
353 static __always_inline void propagate_sleepy(struct qnode *node, u32 val, bool paravirt) in propagate_sleepy()
392 u32 val = READ_ONCE(lock->val); in yield_to_prev() local
442 static __always_inline bool steal_break(u32 val, int iters, bool paravirt, bool sleepy) in steal_break()
461 u32 val; in try_to_steal_lock() local
[all …]
/linux/include/sound/
H A Demu8000_reg.h108 #define EMU8000_CPF_WRITE(emu, chan, val) \ argument
110 #define EMU8000_PTRX_WRITE(emu, chan, val) \ argument
112 #define EMU8000_CVCF_WRITE(emu, chan, val) \ argument
114 #define EMU8000_VTFT_WRITE(emu, chan, val) \ argument
116 #define EMU8000_PSST_WRITE(emu, chan, val) \ argument
118 #define EMU8000_CSL_WRITE(emu, chan, val) \ argument
120 #define EMU8000_CCCA_WRITE(emu, chan, val) \ argument
122 #define EMU8000_HWCF4_WRITE(emu, val) \ argument
124 #define EMU8000_HWCF5_WRITE(emu, val) \ argument
126 #define EMU8000_HWCF6_WRITE(emu, val) \ argument
[all …]
/linux/arch/mips/include/asm/
H A Dmipsregs.h1540 #define write_r10k_perf_cntr(counter,val) \ argument
1559 #define write_r10k_perf_cntl(counter,val) \ argument
1666 #define __write_ulong_c0_register(reg, sel, val) \ argument
1725 #define __write_64bit_c0_split(source, sel, val) \ argument
1812 #define write_c0_index(val) __write_32bit_c0_registe argument
1815 write_c0_random(val) global() argument
1818 write_c0_entrylo0(val) global() argument
1821 writex_c0_entrylo0(val) global() argument
1824 write_c0_entrylo1(val) global() argument
1827 writex_c0_entrylo1(val) global() argument
1830 write_c0_conf(val) global() argument
1835 write_c0_context(val) global() argument
1838 write_c0_contextconfig(val) global() argument
1841 write_c0_userlocal(val) global() argument
1844 write_c0_xcontextconfig(val) global() argument
1847 write_c0_memorymapid(val) global() argument
1850 write_c0_pagemask(val) global() argument
1853 write_c0_pagegrain(val) global() argument
1856 write_c0_wired(val) global() argument
1861 write_c0_cache(val) global() argument
1864 write_c0_badvaddr(val) global() argument
1870 write_c0_count(val) global() argument
1873 write_c0_entryhi(val) global() argument
1876 write_c0_guestctl1(val) global() argument
1879 write_c0_guestctl2(val) global() argument
1882 write_c0_guestctl3(val) global() argument
1885 write_c0_compare(val) global() argument
1888 write_c0_guestctl0ext(val) global() argument
1892 write_c0_status(val) global() argument
1895 write_c0_guestctl0(val) global() argument
1898 write_c0_gtoffset(val) global() argument
1901 write_c0_cause(val) global() argument
1904 write_c0_epc(val) global() argument
1918 write_c0_config(val) global() argument
1919 write_c0_config1(val) global() argument
1920 write_c0_config2(val) global() argument
1921 write_c0_config3(val) global() argument
1922 write_c0_config4(val) global() argument
1923 write_c0_config5(val) global() argument
1924 write_c0_config6(val) global() argument
1925 write_c0_config7(val) global() argument
1928 write_c0_lladdr(val) global() argument
1930 write_c0_maar(val) global() argument
1932 writex_c0_maar(val) global() argument
1934 write_c0_maari(val) global() argument
1947 write_c0_watchlo0(val) global() argument
1948 write_c0_watchlo1(val) global() argument
1949 write_c0_watchlo2(val) global() argument
1950 write_c0_watchlo3(val) global() argument
1951 write_c0_watchlo4(val) global() argument
1952 write_c0_watchlo5(val) global() argument
1953 write_c0_watchlo6(val) global() argument
1954 write_c0_watchlo7(val) global() argument
1968 write_c0_watchhi0(val) global() argument
1969 write_c0_watchhi1(val) global() argument
1970 write_c0_watchhi2(val) global() argument
1971 write_c0_watchhi3(val) global() argument
1972 write_c0_watchhi4(val) global() argument
1973 write_c0_watchhi5(val) global() argument
1974 write_c0_watchhi6(val) global() argument
1975 write_c0_watchhi7(val) global() argument
1978 write_c0_xcontext(val) global() argument
1981 write_c0_intcontrol(val) global() argument
1984 write_c0_framemask(val) global() argument
1987 write_c0_diag(val) global() argument
1991 write_c0_r10k_diag(val) global() argument
1994 write_c0_diag1(val) global() argument
1997 write_c0_diag2(val) global() argument
2000 write_c0_diag3(val) global() argument
2003 write_c0_diag4(val) global() argument
2006 write_c0_diag5(val) global() argument
2009 write_c0_debug(val) global() argument
2012 write_c0_depc(val) global() argument
2018 write_c0_perfctrl0(val) global() argument
2020 write_c0_perfcntr0(val) global() argument
2022 write_c0_perfcntr0_64(val) global() argument
2024 write_c0_perfctrl1(val) global() argument
2026 write_c0_perfcntr1(val) global() argument
2028 write_c0_perfcntr1_64(val) global() argument
2030 write_c0_perfctrl2(val) global() argument
2032 write_c0_perfcntr2(val) global() argument
2034 write_c0_perfcntr2_64(val) global() argument
2036 write_c0_perfctrl3(val) global() argument
2038 write_c0_perfcntr3(val) global() argument
2040 write_c0_perfcntr3_64(val) global() argument
2043 write_c0_ecc(val) global() argument
2046 write_c0_derraddr0(val) global() argument
2051 write_c0_derraddr1(val) global() argument
2054 write_c0_taglo(val) global() argument
2057 write_c0_dtaglo(val) global() argument
2060 write_c0_ddatalo(val) global() argument
2063 write_c0_staglo(val) global() argument
2066 write_c0_taghi(val) global() argument
2069 write_c0_errorepc(val) global() argument
2073 write_c0_hwrena(val) global() argument
2076 write_c0_intctl(val) global() argument
2079 write_c0_srsctl(val) global() argument
2082 write_c0_srsmap(val) global() argument
2085 write_c0_ebase(val) global() argument
2088 write_c0_ebase_64(val) global() argument
2091 write_c0_cdmmbase(val) global() argument
2095 write_c0_segctl0(val) global() argument
2098 write_c0_segctl1(val) global() argument
2101 write_c0_segctl2(val) global() argument
2105 write_c0_pwbase(val) global() argument
2108 write_c0_pwfield(val) global() argument
2111 write_c0_pwsize(val) global() argument
2114 write_c0_pwctl(val) global() argument
2117 write_c0_pgd(val) global() argument
2120 write_c0_kpgd(val) global() argument
2124 write_c0_cvmcount(val) global() argument
2127 write_c0_cvmctl(val) global() argument
2130 write_c0_cvmmemctl(val) global() argument
2133 write_c0_cvmmemctl2(val) global() argument
2136 write_c0_cvmvmconfig(val) global() argument
2143 write_octeon_c0_icacheerr(val) global() argument
2146 write_octeon_c0_dcacheerr(val) global() argument
2150 write_c0_brcm_config_0(val) global() argument
2153 write_c0_brcm_bus_pll(val) global() argument
2156 write_c0_brcm_reset(val) global() argument
2160 write_c0_brcm_cmt_intr(val) global() argument
2163 write_c0_brcm_cmt_ctrl(val) global() argument
2166 write_c0_brcm_cmt_local(val) global() argument
2169 write_c0_brcm_config_1(val) global() argument
2172 write_c0_brcm_cbr(val) global() argument
2176 write_c0_brcm_config(val) global() argument
2179 write_c0_brcm_mode(val) global() argument
2182 write_c0_brcm_action(val) global() argument
2185 write_c0_brcm_edsp(val) global() argument
2188 write_c0_brcm_bootvec(val) global() argument
2191 write_c0_brcm_sleepcount(val) global() argument
2194 write_c0_page_ctrl(val) global() argument
2317 __write_ulong_gc0_register(reg,sel,val) global() argument
2326 write_gc0_index(val) global() argument
2329 write_gc0_entrylo0(val) global() argument
2332 write_gc0_entrylo1(val) global() argument
2335 write_gc0_context(val) global() argument
2338 write_gc0_contextconfig(val) global() argument
2341 write_gc0_userlocal(val) global() argument
2344 write_gc0_xcontextconfig(val) global() argument
2347 write_gc0_pagemask(val) global() argument
2350 write_gc0_pagegrain(val) global() argument
2353 write_gc0_segctl0(val) global() argument
2356 write_gc0_segctl1(val) global() argument
2359 write_gc0_segctl2(val) global() argument
2362 write_gc0_pwbase(val) global() argument
2365 write_gc0_pwfield(val) global() argument
2368 write_gc0_pwsize(val) global() argument
2371 write_gc0_wired(val) global() argument
2374 write_gc0_pwctl(val) global() argument
2377 write_gc0_hwrena(val) global() argument
2380 write_gc0_badvaddr(val) global() argument
2383 write_gc0_badinstr(val) global() argument
2386 write_gc0_badinstrp(val) global() argument
2391 write_gc0_entryhi(val) global() argument
2394 write_gc0_compare(val) global() argument
2397 write_gc0_status(val) global() argument
2400 write_gc0_intctl(val) global() argument
2403 write_gc0_cause(val) global() argument
2406 write_gc0_epc(val) global() argument
2411 write_gc0_ebase(val) global() argument
2414 write_gc0_ebase_64(val) global() argument
2424 write_gc0_config(val) global() argument
2425 write_gc0_config1(val) global() argument
2426 write_gc0_config2(val) global() argument
2427 write_gc0_config3(val) global() argument
2428 write_gc0_config4(val) global() argument
2429 write_gc0_config5(val) global() argument
2430 write_gc0_config6(val) global() argument
2431 write_gc0_config7(val) global() argument
2434 write_gc0_lladdr(val) global() argument
2444 write_gc0_watchlo0(val) global() argument
2445 write_gc0_watchlo1(val) global() argument
2446 write_gc0_watchlo2(val) global() argument
2447 write_gc0_watchlo3(val) global() argument
2448 write_gc0_watchlo4(val) global() argument
2449 write_gc0_watchlo5(val) global() argument
2450 write_gc0_watchlo6(val) global() argument
2451 write_gc0_watchlo7(val) global() argument
2461 write_gc0_watchhi0(val) global() argument
2462 write_gc0_watchhi1(val) global() argument
2463 write_gc0_watchhi2(val) global() argument
2464 write_gc0_watchhi3(val) global() argument
2465 write_gc0_watchhi4(val) global() argument
2466 write_gc0_watchhi5(val) global() argument
2467 write_gc0_watchhi6(val) global() argument
2468 write_gc0_watchhi7(val) global() argument
2471 write_gc0_xcontext(val) global() argument
2474 write_gc0_perfctrl0(val) global() argument
2476 write_gc0_perfcntr0(val) global() argument
2478 write_gc0_perfcntr0_64(val) global() argument
2480 write_gc0_perfctrl1(val) global() argument
2482 write_gc0_perfcntr1(val) global() argument
2484 write_gc0_perfcntr1_64(val) global() argument
2486 write_gc0_perfctrl2(val) global() argument
2488 write_gc0_perfcntr2(val) global() argument
2490 write_gc0_perfcntr2_64(val) global() argument
2492 write_gc0_perfctrl3(val) global() argument
2494 write_gc0_perfcntr3(val) global() argument
2496 write_gc0_perfcntr3_64(val) global() argument
2499 write_gc0_errorepc(val) global() argument
2507 write_gc0_kscratch1(val) global() argument
2508 write_gc0_kscratch2(val) global() argument
2509 write_gc0_kscratch3(val) global() argument
2510 write_gc0_kscratch4(val) global() argument
2511 write_gc0_kscratch5(val) global() argument
2512 write_gc0_kscratch6(val) global() argument
2516 write_gc0_cvmcount(val) global() argument
2519 write_gc0_cvmctl(val) global() argument
2522 write_gc0_cvmmemctl(val) global() argument
2525 write_gc0_cvmmemctl2(val) global() argument
2547 write_32bit_cp1_register(dest,val) global() argument
2574 wrdsp(val,mask) global() argument
2806 wrdsp(val,mask) global() argument
2836 _dsp_mtxxx(val,ins) global() argument
2854 _dsp_mtlo(val,reg) global() argument
2855 _dsp_mthi(val,reg) global() argument
2862 _dsp_mtlo(val,reg) global() argument
2863 _dsp_mthi(val,reg) global() argument
[all...]
/linux/arch/arm64/include/asm/
H A Dpercpu.h174 #define this_cpu_write_1(pcp, val) \ argument
176 #define this_cpu_write_2(pcp, val) \ argument
178 #define this_cpu_write_4(pcp, val) \ argument
180 #define this_cpu_write_8(pcp, val) \ argument
183 #define this_cpu_add_1(pcp, val) \ argument
185 #define this_cpu_add_2(pcp, val) \ argument
187 #define this_cpu_add_4(pcp, val) \ argument
189 #define this_cpu_add_8(pcp, val) \ argument
192 #define this_cpu_add_return_1(pcp, val) \ argument
194 #define this_cpu_add_return_2(pcp, val) \ argument
[all …]
H A Darm_pmuv3.h24 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn()
31 static inline void write_pmevtypern(int n, unsigned long val) in write_pmevtypern()
65 static inline void write_pmcr(u64 val) in write_pmcr()
75 static inline void write_pmselr(u32 val) in write_pmselr()
80 static inline void write_pmccntr(u64 val) in write_pmccntr()
90 static inline void write_pmicntr(u64 val) in write_pmicntr()
100 static inline void write_pmcntenset(u64 val) in write_pmcntenset()
105 static inline void write_pmcntenclr(u64 val) in write_pmcntenclr()
110 static inline void write_pmintenset(u64 val) in write_pmintenset()
115 static inline void write_pmintenclr(u64 val) in write_pmintenclr()
[all …]
/linux/arch/alpha/include/uapi/asm/
H A Dcompiler.h14 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift) argument
15 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift) argument
16 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift) argument
17 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) argument
18 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift) argument
19 # define __kernel_extwl(val, shift) __builtin_alpha_extwl(val, shift) argument
22 # define __kernel_insbl(val, shift) \ argument
26 # define __kernel_inswl(val, shift) \ argument
30 # define __kernel_insql(val, shift) \ argument
34 # define __kernel_inslh(val, shift) \ argument
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h41 int (*val)(struct ch_filter_specification *f, __be32 val, __be32 mask); member
46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos()
55 __be32 val, __be32 mask) in cxgb4_fill_ipv4_frag()
77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto()
86 __be32 val, __be32 mask) in cxgb4_fill_ipv4_src_ip()
95 __be32 val, __be32 mask) in cxgb4_fill_ipv4_dst_ip()
114 __be32 val, __be32 mask) in cxgb4_fill_ipv6_tos()
123 __be32 val, __be32 mask) in cxgb4_fill_ipv6_proto()
132 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip0()
141 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip1()
[all …]
/linux/include/asm-generic/
H A Dpercpu.h70 #define raw_cpu_generic_to_op(pcp, val, op) \ argument
75 #define raw_cpu_generic_add_return(pcp, val) \ argument
152 #define this_cpu_generic_to_op(pcp, val, op) \ argument
161 #define this_cpu_generic_add_return(pcp, val) \ argument
215 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
218 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
221 #define raw_cpu_write_4(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
224 #define raw_cpu_write_8(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
228 #define raw_cpu_add_1(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
231 #define raw_cpu_add_2(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c16 unsigned long val; in nr_addr_cmp_show() local
26 { unsigned long val; in nr_cntr_show() local
37 unsigned long val; in nr_ctxid_cmp_show() local
48 unsigned long flags, val; in etmsr_show() local
70 unsigned long val; in reset_store() local
99 unsigned long val; in mode_show() local
112 unsigned long val; in mode_store() local
184 unsigned long val; in trigger_event_show() local
197 unsigned long val; in trigger_event_store() local
214 unsigned long val; in enable_event_show() local
[all …]
H A Dcoresight-etm4x-sysfs.c61 unsigned long val; in nr_pe_cmp_show() local
73 unsigned long val; in nr_addr_cmp_show() local
85 unsigned long val; in nr_cntr_show() local
97 unsigned long val; in nr_ext_inp_show() local
109 unsigned long val; numcidc_show() local
121 unsigned long val; numvmidc_show() local
133 unsigned long val; nrseqstate_show() local
145 unsigned long val; nr_resource_show() local
157 unsigned long val; nr_ss_cmp_show() local
170 unsigned long val; reset_store() local
284 unsigned long val; mode_show() local
296 unsigned long val, mode; mode_store() local
450 unsigned long val; pe_show() local
462 unsigned long val; pe_store() local
485 unsigned long val; event_show() local
497 unsigned long val; event_store() local
534 unsigned long val; event_instren_show() local
546 unsigned long val; event_instren_store() local
590 unsigned long val; event_ts_show() local
602 unsigned long val; event_ts_store() local
620 unsigned long val; syncfreq_show() local
632 unsigned long val; syncfreq_store() local
650 unsigned long val; cyc_threshold_show() local
662 unsigned long val; cyc_threshold_store() local
683 unsigned long val; bb_ctrl_show() local
695 unsigned long val; bb_ctrl_store() local
723 unsigned long val; event_vinst_show() local
735 unsigned long val; event_vinst_store() local
755 unsigned long val; s_exlevel_vinst_show() local
767 unsigned long val; s_exlevel_vinst_store() local
789 unsigned long val; ns_exlevel_vinst_show() local
802 unsigned long val; ns_exlevel_vinst_store() local
824 unsigned long val; addr_idx_show() local
836 unsigned long val; addr_idx_store() local
861 u8 val, idx; addr_instdatatype_show() local
907 unsigned long val; addr_single_show() local
928 unsigned long val; addr_single_store() local
1036 unsigned long val; addr_start_show() local
1059 unsigned long val; addr_start_store() local
1091 unsigned long val; addr_stop_show() local
1114 unsigned long val; addr_stop_store() local
1146 u8 idx, val; addr_ctxtype_show() local
1212 unsigned long val; addr_context_show() local
1229 unsigned long val; addr_context_store() local
1256 unsigned long val; addr_exlevel_s_ns_show() local
1272 unsigned long val; addr_exlevel_s_ns_store() local
1347 unsigned long val; vinst_pe_cmp_start_stop_show() local
1360 unsigned long val; vinst_pe_cmp_start_stop_store() local
1380 unsigned long val; seq_idx_show() local
1392 unsigned long val; seq_idx_store() local
1416 unsigned long val; seq_state_show() local
1428 unsigned long val; seq_state_store() local
1447 unsigned long val; seq_event_show() local
1463 unsigned long val; seq_event_store() local
1483 unsigned long val; seq_reset_event_show() local
1495 unsigned long val; seq_reset_event_store() local
1513 unsigned long val; cntr_idx_show() local
1525 unsigned long val; cntr_idx_store() local
1550 unsigned long val; cntrldvr_show() local
1566 unsigned long val; cntrldvr_store() local
1588 unsigned long val; cntr_val_show() local
1604 unsigned long val; cntr_val_store() local
1626 unsigned long val; cntr_ctrl_show() local
1642 unsigned long val; cntr_ctrl_store() local
1661 unsigned long val; res_idx_show() local
1673 unsigned long val; res_idx_store() local
1702 unsigned long val; res_ctrl_show() local
1718 unsigned long val; res_ctrl_store() local
1743 unsigned long val; sshot_idx_show() local
1755 unsigned long val; sshot_idx_store() local
1775 unsigned long val; sshot_ctrl_show() local
1790 unsigned long val; sshot_ctrl_store() local
1810 unsigned long val; sshot_status_show() local
1825 unsigned long val; sshot_pe_ctrl_show() local
1840 unsigned long val; sshot_pe_ctrl_store() local
1861 unsigned long val; ctxid_idx_show() local
1873 unsigned long val; ctxid_idx_store() local
1898 unsigned long val; ctxid_pid_show() local
2087 unsigned long val; vmid_idx_show() local
2099 unsigned long val; vmid_idx_store() local
2123 unsigned long val; vmid_val_show() local
2144 unsigned long val; vmid_val_store() local
2301 int val; cpu_show() local
2314 int val; ts_source_show() local
2455 u32 val, offset; coresight_etm4x_reg_show() local
[all...]
/linux/arch/arm64/kvm/
H A Dvgic-sys-reg-v3.c14 u64 val) in set_gic_ctlr()
64 u64 val; in get_gic_ctlr() local
88 u64 val) in set_gic_pmr()
100 u64 *val) in get_gic_pmr()
111 u64 val) in set_gic_bpr0()
123 u64 *val) in get_gic_bpr0()
134 u64 val) in set_gic_bpr1()
148 u64 *val) in get_gic_bpr1()
163 u64 val) in set_gic_grpen0()
175 u64 *val) in get_gic_grpen0()
[all …]
/linux/include/linux/
H A Dunaligned.h14 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) argument
31 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
36 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32()
41 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64()
61 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
66 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32()
71 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64()
96 static inline void __put_unaligned_be24(const u32 val, u8 *p) in __put_unaligned_be24()
103 static inline void put_unaligned_be24(const u32 val, void *p) in put_unaligned_be24()
108 static inline void __put_unaligned_le24(const u32 val, u8 *p) in __put_unaligned_le24()
[all …]
/linux/tools/include/linux/
H A Dunaligned.h15 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) argument
32 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
37 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32()
42 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64()
62 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
67 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32()
72 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64()
97 static inline void __put_unaligned_be24(const u32 val, u8 *p) in __put_unaligned_be24()
104 static inline void put_unaligned_be24(const u32 val, void *p) in put_unaligned_be24()
109 static inline void __put_unaligned_le24(const u32 val, u8 *p) in __put_unaligned_le24()
[all …]
/linux/drivers/accel/ivpu/
H A Divpu_hw_reg_io.h21 #define REGB_WR32(reg, val) ivpu_hw_reg_wr32(vdev, vdev->regb, (reg), (val), #reg, __func__) argument
22 #define REGB_WR64(reg, val) ivpu_hw_reg_wr64(vdev, vdev->regb, (reg), (val), #reg, __func__) argument
27 #define REGV_WR32(reg, val) ivpu_hw_reg_wr32(vdev, vdev->regv, (reg), (val), #reg, __func__) argument
28 #define REGV_WR64(reg, val) ivpu_hw_reg_wr64(vdev, vdev->regv, (reg), (val), #reg, __func__) argument
30 #define REGV_WR32I(reg, stride, index, val) \ argument
37 #define REG_GET_FLD(REG, FLD, val) \ argument
39 #define REG_CLR_FLD(REG, FLD, val) \ argument
41 #define REG_SET_FLD(REG, FLD, val) \ argument
43 #define REG_SET_FLD_NUM(REG, FLD, num, val) \ argument
45 #define REG_TEST_FLD(REG, FLD, val) \ argument
[all …]
/linux/arch/arm64/lib/
H A Dcopy_from_user.S23 .macro ldrb1 reg, ptr, val
27 .macro strb1 reg, ptr, val
31 .macro ldrh1 reg, ptr, val
35 .macro strh1 reg, ptr, val
39 .macro ldr1 reg, ptr, val
43 .macro str1 reg, ptr, val
47 .macro ldp1 reg1, reg2, ptr, val
51 .macro stp1 reg1, reg2, ptr, val
H A Dcopy_to_user.S22 .macro ldrb1 reg, ptr, val
26 .macro strb1 reg, ptr, val
30 .macro ldrh1 reg, ptr, val
34 .macro strh1 reg, ptr, val
38 .macro ldr1 reg, ptr, val
42 .macro str1 reg, ptr, val
46 .macro ldp1 reg1, reg2, ptr, val
50 .macro stp1 reg1, reg2, ptr, val
/linux/drivers/dma/ti/
H A Dk3-udma.h41 #define UDMA_CAP2_TCHAN_CNT(val) ((val) & 0x1ff) argument
42 #define UDMA_CAP2_ECHAN_CNT(val) (((val) >> 9) & 0x1ff) argument
43 #define UDMA_CAP2_RCHAN_CNT(val) (((val) >> 18) & 0x1ff) argument
44 #define UDMA_CAP3_RFLOW_CNT(val) ((val) & 0x3fff) argument
45 #define UDMA_CAP3_HCHAN_CNT(val) (((val) >> 14) & 0x1ff) argument
46 #define UDMA_CAP3_UCHAN_CNT(val) (((val) >> 23) & 0x1ff) argument
48 #define BCDMA_CAP2_BCHAN_CNT(val) ((val) & 0x1ff) argument
49 #define BCDMA_CAP2_TCHAN_CNT(val) (((val) >> 9) & 0x1ff) argument
50 #define BCDMA_CAP2_RCHAN_CNT(val) (((val) >> 18) & 0x1ff) argument
51 #define BCDMA_CAP3_HBCHAN_CNT(val) (((val) >> 14) & 0x1ff) argument
[all …]
/linux/arch/mips/boot/tools/
H A Drelocs.c131 #define le16_to_cpu(val) (val) argument
132 #define le32_to_cpu(val) (val) argument
133 #define le64_to_cpu(val) (val) argument
134 #define be16_to_cpu(val) bswap_16(val) argument
135 #define be32_to_cpu(val) bswap_32(val) argument
136 #define be64_to_cpu(val) bswap_64(val) argument
138 #define cpu_to_le16(val) (val) argument
139 #define cpu_to_le32(val) (val) argument
140 #define cpu_to_le64(val) (val) argument
141 #define cpu_to_be16(val) bswap_16(val) argument
[all …]

12345678910>>...188