Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 200 of 405) sorted by relevance

123

/linux-4.4.14/drivers/pinctrl/qcom/
Dpinctrl-msm8660.c755 PINGROUP(0, lcdc, dsub, _, _, _, _, _),
756 PINGROUP(1, lcdc, dsub, _, _, _, _, _),
757 PINGROUP(2, lcdc, dsub, _, _, _, _, _),
758 PINGROUP(3, lcdc, dsub, _, _, _, _, _),
759 PINGROUP(4, lcdc, dsub, _, _, _, _, _),
760 PINGROUP(5, lcdc, dsub, _, _, _, _, _),
761 PINGROUP(6, lcdc, dsub, _, _, _, _, _),
762 PINGROUP(7, lcdc, dsub, _, _, _, _, _),
763 PINGROUP(8, lcdc, dsub, _, _, _, _, _),
764 PINGROUP(9, lcdc, dsub, _, _, _, _, _),
[all …]
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv7-neon.S335 W4, W5, W6, W7, W0, _, _, _ );
338 W4, W5, W6, W7, W0, _, _, _ );
341 W4, W5, W6, W7, W0, _, _, _ );
344 W4, W5, W6, W7, W0, _, _, _ );
350 W3, W4, W5, W6, W7, _, _, _ );
353 W3, W4, W5, W6, W7, _, _, _ );
356 W3, W4, W5, W6, W7, _, _, _ );
359 W3, W4, W5, W6, W7, _, _, _ );
363 W2, W3, W4, W5, W6, _, _, _ );
366 W2, W3, W4, W5, W6, _, _, _ );
[all …]
Dbsaes-armv7.pl65 my @b=@_[0..7];
66 my @t=@_[8..11];
67 my @s=@_[12..15];
76 my @b=@_[0..7];
99 my @b=@_[0..7];
120 my @b=@_[0..7];
121 my @t=@_[8..11];
122 my @s=@_[12..15];
129 my @b=@_[5,1,2,6,3,7,0,4];
149 my @b=@_[2,5,7,3,6,1,0,4];
[all …]
/linux-4.4.14/drivers/crypto/vmx/
Dppc-xlate.pl67 my $line = join(",",@_);
77 for (@_) {
83 { $hi=undef; $lo=$_; }
98 my $cr = 0; $cr = shift if ($#_>1);
101 " .long ".sprintf "0x%x",31<<26|$cr<<23|$_[0]<<16|$_[1]<<11|64 :
102 " cmplw ".join(',',$cr,@_);
133 my ($f,$ra,$rs,$n,$b) = @_;
138 my ($f,$vx,$vy) = @_;
144 my ($f, $vrt, $ra, $rb, $op) = @_;
148 my $lvx_u = sub { vsxmem_op(@_, 844); }; # lxvd2x
[all …]
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/
Dsv_addr_ag.h28 #define IO_MASK(reg, field) IO_MASK_ (reg##_, field##_)
30 ( ( ( 1 << reg_##_##field_##_WIDTH ) - 1 ) << reg_##_##field_##_BITNR )
34 #define IO_STATE(reg, field, state) IO_STATE_ (reg##_, field##_, _##state)
36 ( reg_##_##field_##_state << reg_##_##field_##_BITNR )
40 #define IO_EXTRACT(reg, field, val) IO_EXTRACT_ (reg##_, field##_, val)
41 #define IO_EXTRACT_(reg_, field_, val) ( (( ( ( 1 << reg_##_##field_##_WIDTH ) \
42 - 1 ) << reg_##_##field_##_BITNR ) & (val)) >> reg_##_##field_##_BITNR )
47 IO_STATE_VALUE_ (reg##_, field##_, _##state)
48 #define IO_STATE_VALUE_(reg_, field_, _state) ( reg_##_##field_##_state )
52 #define IO_FIELD(reg, field, val) IO_FIELD_ (reg##_, field##_, val)
[all …]
/linux-4.4.14/tools/power/cpupower/utils/
Dcpuidle-info.c28 printf(_ ("Analyzing CPU %d:\n"), cpu); in cpuidle_cpu_output()
32 printf(_("CPU %u: No idle states\n"), cpu); in cpuidle_cpu_output()
36 printf(_("Number of idle states: %d\n"), idlestates); in cpuidle_cpu_output()
37 printf(_("Available idle states:")); in cpuidle_cpu_output()
64 printf(_("Flags/Description: %s\n"), tmp); in cpuidle_cpu_output()
67 printf(_("Latency: %lu\n"), in cpuidle_cpu_output()
69 printf(_("Usage: %lu\n"), in cpuidle_cpu_output()
71 printf(_("Duration: %llu\n"), in cpuidle_cpu_output()
83 printf(_("Could not determine cpuidle driver\n")); in cpuidle_general_output()
87 printf(_("CPUidle driver: %s\n"), tmp); in cpuidle_general_output()
[all …]
Dcpuidle-set.c69 printf(_("Bad latency value: %s\n"), optarg); in cmd_idle_set()
89 printf(_("You can't specify more than one " in cmd_idle_set()
93 printf(_("invalid or unknown argument\n")); in cmd_idle_set()
118 printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu); in cmd_idle_set()
120 printf(_("Idlestate %u not available on CPU %u\n"), in cmd_idle_set()
123 printf(_("Idlestate disabling not supported by kernel\n")); in cmd_idle_set()
125 printf(_("Idlestate %u not disabled on CPU %u\n"), in cmd_idle_set()
131 printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu); in cmd_idle_set()
133 printf(_("Idlestate %u not available on CPU %u\n"), in cmd_idle_set()
136 printf(_("Idlestate enabling not supported by kernel\n")); in cmd_idle_set()
[all …]
Dcpufreq-info.c31 …printf(_("Couldn't count the number of CPUs (%s: %s), assuming 1\n"), "/proc/stat", strerror(errno… in count_cpus()
63 printf(_(" minimum CPU frequency - maximum CPU frequency - governor\n")); in proc_cpufreq_output()
178 printf(_("Error while evaluating Boost Capabilities" in get_boost_mode()
188 printf(_(" boost state support:\n")); in get_boost_mode()
190 printf(_(" Supported: %s\n"), support ? _("yes") : _("no")); in get_boost_mode()
191 printf(_(" Active: %s\n"), active ? _("yes") : _("no")); in get_boost_mode()
200 printf(_(" Boost States: %d\n"), b_states); in get_boost_mode()
201 printf(_(" Total States: %d\n"), pstate_no); in get_boost_mode()
204 printf(_(" Pstate-Pb%d: %luMHz (boost state)" in get_boost_mode()
207 printf(_(" Pstate-P%d: %luMHz\n"), in get_boost_mode()
[all …]
Dcpupower-info.c26 printf(_("invalid or unknown argument\n")); in print_wrong_arg_exit()
74 printf(_("Intel's performance bias setting needs root privileges\n")); in cmd_info()
76 printf(_("System does not support Intel's performance" in cmd_info()
90 printf(_("analyzing CPU %d:\n"), cpu); in cmd_info()
96 _("Could not read perf-bias value[%d]\n"), ret); in cmd_info()
99 printf(_("perf-bias: %d\n"), ret); in cmd_info()
Dcpupower.c66 printf(_("Usage:\tcpupower [-d|--debug] [-c|--cpu cpulist ] <command> [<args>]\n")); in print_help()
68 printf(_("Usage:\tcpupower [-c|--cpu cpulist ] <command> [<args>]\n")); in print_help()
70 printf(_("Supported commands are:\n")); in print_help()
73 printf(_("\nNot all commands can make use of the -c cpulist option.\n")); in print_help()
74 printf(_("\nUse 'cpupower help <command>' for getting help for above commands.\n")); in print_help()
116 printf(_("Report errors and bugs to %s, please.\n"), PACKAGE_BUGREPORT); in print_version()
142 fprintf(stderr, _("Error parsing cpu " in handle_options()
208 fprintf(stderr, _("MSR access not available.\n")); in main()
218 fprintf(stderr, _("Subcommand %s needs root " in main()
Dcpufreq-set.c35 printf(_("Error setting new values. Common errors:\n" in print_error()
60 printf(_("invalid or unknown argument\n")); in print_unknown_arg()
147 printf(_("wrong, unknown or unhandled CPU?\n")); in do_new_policy()
277 printf(_("the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" in cmd_freq_set()
283 printf(_("At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n" in cmd_freq_set()
325 printf(_("Setting cpu: %d\n"), cpu); in cmd_freq_set()
Dcpupower-set.c27 printf(_("invalid or unknown argument\n")); in print_wrong_arg_exit()
59 printf(_("--perf-bias param out " in cmd_set()
88 fprintf(stderr, _("Error setting perf-bias " in cmd_set()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dmarb_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dirq_nmi_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dstrcop_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dconfig_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Drt_trace_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Data_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_slave_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dmarb_bp_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dser_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_core_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Deth_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dsser_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Ddma_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dextmem_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_dma_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dmarb_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dstrmux_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dconfig_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dtimer_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dintr_vect_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_slave_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dgio_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dmarb_bp_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_core_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dpinmux_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dbif_dma_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dmarb_bar_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dstrmux_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dl2cache_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dclkgen_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dmarb_foo_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dtimer_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dddr2_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dpinmux_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dpio_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dintr_vect_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Dgio_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
Diop_version_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sap_in_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sap_out_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_spu_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_cpu_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_mpu_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_cfg_defs.h16 REG_READ( reg_##scope##_##reg, \
17 (inst) + REG_RD_ADDR_##scope##_##reg )
22 REG_WRITE( reg_##scope##_##reg, \
23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
28 REG_READ( reg_##scope##_##reg, \
29 (inst) + REG_RD_ADDR_##scope##_##reg + \
30 (index) * STRIDE_##scope##_##reg )
35 REG_WRITE( reg_##scope##_##reg, \
36 (inst) + REG_WR_ADDR_##scope##_##reg + \
37 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_version_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_scrc_in_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_scrc_out_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_trigger_grp_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_fifo_in_extra_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_fifo_out_extra_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sap_in_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_mpu_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_crc_par_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_fifo_in_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_timer_grp_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_fifo_out_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sap_out_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_dmc_out_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_dmc_in_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_spu_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_spu_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_cpu_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_mpu_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
Diop_sw_cfg_defs.h19 REG_READ( reg_##scope##_##reg, \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
25 REG_WRITE( reg_##scope##_##reg, \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
31 REG_READ( reg_##scope##_##reg, \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
33 (index) * STRIDE_##scope##_##reg )
38 REG_WRITE( reg_##scope##_##reg, \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
40 (index) * STRIDE_##scope##_##reg, (val) )
[all …]
/linux-4.4.14/scripts/
Dkernel-doc-xml-ref83 sub trim($_)
85 my $str = $_[0];
90 sub has_key_defined($_)
99 sub convert_function($_)
101 my $arg = $_[0];
102 my $key = $_[0];
104 my $line = $_[1];
126 sub convert_struct($_)
128 my $arg = $_[0];
129 my $key = $_[0];
[all …]
Dkernel-doc467 my $contents = join "\n", @_;
500 my $contents = join "\n", @_;
530 my $contents = join "\n",@_;
577 my %args = %{$_[0]};
590 my %args = %{$_[0]};
615 output_section_html(@_);
621 my %args = %{$_[0]};
627 output_section_html(@_);
633 my %args = %{$_[0]};
674 output_section_html(@_);
[all …]
Dasn1_compiler.c210 #define _(X) [DIRECTIVE_##X] = #X macro
211 _(ABSENT),
212 _(ALL),
213 _(ANY),
214 _(APPLICATION),
215 _(AUTOMATIC),
216 _(BEGIN),
217 _(BIT),
218 _(BMPString),
219 _(BOOLEAN),
[all …]
Dget_maintainer.pl171 my $line = $_;
196 my $line = $_;
306 my $line = $_;
465 my $patch_line = $_;
539 my ($address) = @_;
549 my ($start, $end) = @_;
567 my ($start, $end) = @_;
718 @email_to = grep($_->[0] !~ /${email_address}/, @email_to);
750 my ($file, $pattern) = @_;
855 my ($lk_path) = @_;
[all …]
Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
88 my @queue = @_;
142 my @queue = map { [[0, $_]] } @_;
152 if(grep { $_->[1] eq $dep->[1] } @$top) {
164 $_ = shift;
168 $_;
Dnamespace.pl160 my $basename = $_;
161 $_ = $File::Find::name;
213 do_nm($basename, $_);
215 $_ = $basename; # File::Find expects $_ untouched (undocumented)
220 my ($basename, $fullname) = @_;
250 $comment .= substr($_, 43);
265 ($type, $name) = (split(/ +/, $_, 3))[1..2];
344 my ($object, $name) = @_;
461 if (exists($export{$_})) {
Dexport_report.pl26 my ($href) = @_;
42 print "Usage: @_ -h -k Module.symvers [ -o outputfile ] \n",
55 open my $fh, '<', $_ or die "cannot open $_: $!\n";
119 $state = 1 if ($_ =~ /static const struct modversion_info/);
123 $state = 2 if ($_ =~ /__attribute__\(\(section\("__versions"\)\)\)/);
127 if ( $_ !~ /0x[0-9a-f]+,/ ) {
Dstackdelta51 my @common = sort grep {exists $new->{$_}} keys %$old;
53 my $x = $old->{$_}{size};
54 my $y = $new->{$_}{size};
57 printf "%s\t%d\t%d\t%+d\n", $_, $x, $y, $delta;
Dmarkup_oops.pl51 my ($line) = @_;
91 my ($reg) = @_;
100 my ($line, $cntr) = @_;
160 my $line = $_;
207 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
222 my ($address, $target) = @_;
241 my $line = $_;
Dcheckincludes.pl51 push(@file_lines, $_);
77 print {$f} $_;
82 print {$f} $_;
Dcheckpatch.pl57 my ($exitcode) = @_;
116 my $line = $_;
187 my ($hashRef, $arrayRef) = @_;
204 my ($hashRef, $prefix) = @_;
486 my $line = $_;
506 my $line = $_;
590 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(|
596 my ($string) = @_;
610 my ($file) = @_;
666 $camelcase{$_} = 1;
[all …]
Dprofile2linkerlist.pl13 my $line = $_;
15 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
Dcheckversion.pl44 if (($_ =~ /LINUX_VERSION_CODE/) || ($_ =~ /\WKERNEL_VERSION/)) {
/linux-4.4.14/scripts/kconfig/
Dmconf.c403 str_printf( &title, _("Enter (sub)string or regexp to search for " in search_conf()
408 dres = dialog_inputbox(_("Search Configuration Parameter"), in search_conf()
415 show_helptext(_("Search Configuration"), search_help); in search_conf()
446 dres = show_textbox_ext(_("Search Results"), (char *) in search_conf()
494 prompt = _(prompt); in build_conf()
511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
566 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
[all …]
Dnconf.c389 _("Global help"), _(nconf_global_help)); in handle_f1()
404 _("Short help"), in handle_f3()
405 _(current_instructions)); in handle_f3()
413 _("Show all symbols?"), in handle_f4()
654 _("Do you wish to save your new configuration?\n" in do_exit()
671 _("Error during writing of configuration.\n" in do_exit()
679 _("Your configuration changes were NOT saved."), in do_exit()
698 str_printf( &title, _("Enter (sub)string or regexp to search for " in search_conf()
703 _("Search Configuration Parameter"), in search_conf()
711 _("Search Configuration"), search_help); in search_conf()
[all …]
Dstreamline_config.pl55 print STDERR @_;
155 my ($kconfig) = @_;
179 $_ = $line . " " . $_;
184 $line = $_;
273 my ($line, %vars) = @_;
309 $line .= $_;
310 $_ = $line;
316 $_ = convert_vars($_, %make_vars);
426 $_ = $line;
447 my ($p) = @_;
[all …]
Dconf.c77 printf(_("aborted!\n\n")); in check_stdin()
78 printf(_("Console input/output is redirected. ")); in check_stdin()
79 printf(_("Run 'make oldconfig' to update configuration.\n\n")); in check_stdin()
89 printf(_("(NEW) ")); in conf_askvalue()
139 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
172 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
259 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
269 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
277 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
286 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
[all …]
Dqconf.cc37 #ifdef _
38 # undef _
39 # define _ qgettext macro
122 prompt = _(menu_get_prompt(menu)); in updateMenu()
211 prompt += _(" (NEW)"); in updateMenu()
322 setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value")); in ConfigList()
878 action = new QAction(_("Show Name"), this); in contextMenuEvent()
886 action = new QAction(_("Show Range"), this); in contextMenuEvent()
894 action = new QAction(_("Show Data"), this); in contextMenuEvent()
1081 head += print_filter(_(_menu->prompt->text)); in menuInfo()
[all …]
Dgconf.c140 g_error(_("GUI loading failed !\n")); in init_main_window()
236 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree()
279 gtk_tree_view_column_set_title(column, _("Options")); in init_right_tree()
308 _("Name"), renderer, in init_right_tree()
332 _("Value"), renderer, in init_right_tree()
371 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
425 dialog = gtk_dialog_new_with_buttons(_("Warning !"), in on_window1_delete_event()
439 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
499 text_insert_msg(_("Error"), _("Unable to load configuration !")); in load_filename()
508 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h243 mlxsw_##_type##_##_cname##_##_iname##_item
257 static inline u16 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
261 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val)\
278 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \
284 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
298 static inline u32 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
302 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val)\
319 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \
325 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
339 static inline u64 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
[all …]
/linux-4.4.14/Documentation/sound/oss/
Dmwave177 _/ _/_/_/_/
178 _/_/ _/_/ _/
179 _/ _/_/ _/_/_/_/ Martin John Bartlett
180 _/ _/ _/ _/ (martin@nitram.demon.co.uk)
181 _/ _/_/_/_/
182 _/
183 _/ _/
184 _/_/
/linux-4.4.14/lib/
Dvsprintf.c153 #define _(x) (__force u16) cpu_to_le16(((x % 10) | ((x / 10) << 8)) + 0x3030) macro
154 _( 0), _( 1), _( 2), _( 3), _( 4), _( 5), _( 6), _( 7), _( 8), _( 9),
155 _(10), _(11), _(12), _(13), _(14), _(15), _(16), _(17), _(18), _(19),
156 _(20), _(21), _(22), _(23), _(24), _(25), _(26), _(27), _(28), _(29),
157 _(30), _(31), _(32), _(33), _(34), _(35), _(36), _(37), _(38), _(39),
158 _(40), _(41), _(42), _(43), _(44), _(45), _(46), _(47), _(48), _(49),
159 _(50), _(51), _(52), _(53), _(54), _(55), _(56), _(57), _(58), _(59),
160 _(60), _(61), _(62), _(63), _(64), _(65), _(66), _(67), _(68), _(69),
161 _(70), _(71), _(72), _(73), _(74), _(75), _(76), _(77), _(78), _(79),
162 _(80), _(81), _(82), _(83), _(84), _(85), _(86), _(87), _(88), _(89),
[all …]
Dbuild_OID_registry126 $hash += $_ * 33;
142 print C_FILE $_, ", " foreach (@octets);
187 printf C_FILE "%02x", $_ foreach (@octets);
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/
Diop_version_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sap_in_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sap_out_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sw_spu_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sw_cfg_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sw_cpu_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Diop_sw_mpu_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/
Diop_version_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_scrc_in_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_scrc_out_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_trigger_grp_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_fifo_out_extra_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_crc_par_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_fifo_in_extra_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_mpu_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_sap_in_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_timer_grp_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_fifo_out_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_fifo_in_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_dmc_in_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_dmc_out_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_sap_out_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_spu_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_sw_spu_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Diop_sw_cfg_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/
Dirq_nmi_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dstrcop_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dcris_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dstrmux_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dconfig_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Drt_trace_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dmarb_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
326 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
332 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
[all …]
Dtimer_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dmmu_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Data_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dbif_slave_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dgio_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Ddma_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dbif_core_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dser_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dintr_vect_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dsser_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Deth_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dbif_dma_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_help.h15 _F_NORMALIZE((x), reg ## _ ## field) \
20 (x & ~_F_MASK(reg ## _ ## field)) \
21 | _F_DENORMALIZE(reg ## _ ## field ## _ ## value, reg ## _ ## field) \
26 (x & ~_F_MASK(reg ## _ ## field)) \
27 | _F_DENORMALIZE(value, reg ## _ ## field) \
32 ~_F_MASK(reg ## _ ## field) \
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/
Dconfig_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dtimer_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dgio_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dbif_core_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
Dpinmux_defs_asm.h19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
51 STRIDE_##scope##_##reg )
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-common.h1096 _prefix##_##_field##_INDEX, \
1097 _prefix##_##_field##_WIDTH)
1101 _prefix##_##_field##_INDEX, \
1102 _prefix##_##_field##_WIDTH, (_val))
1106 _prefix##_##_field##_INDEX, \
1107 _prefix##_##_field##_WIDTH)
1111 _prefix##_##_field##_INDEX, \
1112 _prefix##_##_field##_WIDTH, (_val))
1126 _reg##_##_field##_INDEX, \
1127 _reg##_##_field##_WIDTH)
[all …]
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/
Dclkgen_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Dtimer_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Dddr2_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Dpio_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Dpinmux_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
Dgio_defs_asm.h16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb
37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit
41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
48 STRIDE_##scope##_##reg )
/linux-4.4.14/tools/testing/ktest/
Dktest.pl465 print OUT @_;
472 _logit @_;
474 print @_;
479 print @_;
480 _logit @_;
484 my ($cancel, $prompt) = @_;
521 my ($prompt) = @_;
527 my ($prompt) = @_;
533 my ($config) = @_;
564 my ($time) = @_;
[all …]
/linux-4.4.14/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h33 #define PNX833X_BIT(val, reg, field) ((val) & PNX833X_##reg##_##field)
38 (((val) & PNX##cpu##_##reg##_##field##_MASK) >> \
39 PNX##cpu##_##reg##_##field##_SHIFT)
51 (PNX##cpu##_##reg = (PNX##cpu##_##reg & ~(PNX##cpu##_##reg##_##field##_MASK)) | \
52 ((val) << PNX##cpu##_##reg##_##field##_SHIFT))
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DUtil.pm25 my ($total, $n) = @_;
34 my ($secs, $nsecs) = @_;
40 my ($nsecs) = @_;
46 my ($nsecs) = @_;
52 my ($nsecs) = @_;
DCore.pm33 my ($value) = @_;
63 my ($event_name, $field_name, $value) = @_;
90 my ($event_name, $field_name, $delim) = @_;
97 my ($event_name, $field_name, $value, $field_str) = @_;
118 my ($event_name, $field_name, $value) = @_;
137 my ($event_name, $field_name) = @_;
144 my ($event_name, $field_name, $value, $field_str) = @_;
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.h66 wl, &prefix## _## name## _ops); \
72 static ssize_t sub## _ ##name## _read(struct file *file, \
85 static const struct file_operations sub## _ ##name## _ops = { \
86 .read = sub## _ ##name## _read, \
92 static ssize_t sub## _ ##name## _read(struct file *file, \
110 static const struct file_operations sub## _ ##name## _ops = { \
111 .read = sub## _ ##name## _read, \
117 DEBUGFS_ADD(sub## _ ##name, stats)
/linux-4.4.14/crypto/asymmetric_keys/
Drsa.c76 #define _(X) { RSA_digest_info_##X, sizeof(RSA_digest_info_##X) } macro
77 [HASH_ALGO_MD5] = _(MD5),
78 [HASH_ALGO_SHA1] = _(SHA1),
79 [HASH_ALGO_RIPE_MD_160] = _(RIPE_MD_160),
80 [HASH_ALGO_SHA256] = _(SHA256),
81 [HASH_ALGO_SHA384] = _(SHA384),
82 [HASH_ALGO_SHA512] = _(SHA512),
83 [HASH_ALGO_SHA224] = _(SHA224),
84 #undef _
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2074 #define _(n,p,m) case NVKM_SUBDEV_##n: if (p) return (m); break in nvkm_device_subdev() macro
2075 _(BAR , device->bar , &device->bar->subdev); in nvkm_device_subdev()
2076 _(VBIOS , device->bios , &device->bios->subdev); in nvkm_device_subdev()
2077 _(BUS , device->bus , &device->bus->subdev); in nvkm_device_subdev()
2078 _(CLK , device->clk , &device->clk->subdev); in nvkm_device_subdev()
2079 _(DEVINIT, device->devinit, &device->devinit->subdev); in nvkm_device_subdev()
2080 _(FB , device->fb , &device->fb->subdev); in nvkm_device_subdev()
2081 _(FUSE , device->fuse , &device->fuse->subdev); in nvkm_device_subdev()
2082 _(GPIO , device->gpio , &device->gpio->subdev); in nvkm_device_subdev()
2083 _(I2C , device->i2c , &device->i2c->subdev); in nvkm_device_subdev()
[all …]
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dhvcall.S28 _GLOBAL(_##API_NAME) \
50 _GLOBAL(_##API_NAME) \
69 _GLOBAL(_##API_NAME) \
91 _GLOBAL(_##API_NAME) \
116 _GLOBAL(_##API_NAME) \
153 _GLOBAL(_##API_NAME) \
172 _GLOBAL(_##API_NAME) \
194 _GLOBAL(_##API_NAME) \
219 _GLOBAL(_##API_NAME) \
247 _GLOBAL(_##API_NAME) \
[all …]
/linux-4.4.14/drivers/usb/gadget/
Du_f.h24 size_t groupname##_##name##__offset = ({ \
33 size_t groupname##_##name##__sz = (n) * sizeof(type); \
34 size_t groupname##_##name##__offset = ({ \
37 size_t size = groupname##_##name##__sz; \
43 ((void *) ((char *)ptr + groupname##_##name##__offset))
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_debugfs.c45 static const struct seq_operations _##name##_seq_ops = { \
46 .start = _##name##_seq_start, \
47 .next = _##name##_seq_next, \
48 .stop = _##name##_seq_stop, \
49 .show = _##name##_seq_show \
51 static int _##name##_open(struct inode *inode, struct file *s) \
55 ret = seq_open(s, &_##name##_seq_ops); \
62 static const struct file_operations _##name##_file_ops = { \
64 .open = _##name##_open, \
74 ibd, &_##name##_file_ops); \
/linux-4.4.14/arch/frv/include/asm/
Dbitops.h200 } _; in fls64() local
203 _.ll = n; in fls64()
220 : "0r"(_.h), "r"(_.l) in fls64()
295 } _; in __ilog2_u64() local
298 _.ll = n; in __ilog2_u64()
309 : "0r"(_.h), "r"(_.l) in __ilog2_u64()
/linux-4.4.14/tools/perf/scripts/perl/
Dcheck-perf-trace.pl32 $vec) = @_;
48 $gfp_flags) = @_;
65 my ($context) = @_;
95 $common_pid, $common_comm) = @_;
102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;
Drwtop.pl39 $nr, $ret) = @_;
57 $nr, $fd, $buf, $count) = @_;
70 $nr, $ret) = @_;
83 $nr, $fd, $buf, $count) = @_;
200 $common_pid, $common_comm) = @_;
Drw-by-pid.pl28 $nr, $ret) = @_;
44 $nr, $fd, $buf, $count) = @_;
55 $nr, $ret) = @_;
66 $nr, $fd, $buf, $count) = @_;
181 $common_pid, $common_comm) = @_;
Dwakeup-latency.pl33 $next_prio) = @_;
55 $comm, $pid, $prio, $success, $target_cpu) = @_;
104 $common_pid, $common_comm) = @_;
Drw-by-file.pl31 $common_pid, $common_comm, $nr, $fd, $buf, $count) = @_;
42 $common_pid, $common_comm, $nr, $fd, $buf, $count) = @_;
101 $common_pid, $common_comm) = @_;
Dfailed-syscalls.pl22 $id, $ret) = @_;
31 raw_syscalls::sys_exit(@_)
/linux-4.4.14/tools/testing/selftests/seccomp/
Dtest_harness.h53 #define TEST_API(x) _##x
220 static struct __test_metadata _##test_name##_object = \
225 __register_test(&_##test_name##_object); \
265 static void fixture_name##_##test_name( \
268 static inline void wrapper_##fixture_name##_##test_name( \
278 fixture_name##_##test_name(_metadata, &self); \
282 _##fixture_name##_##test_name##_object = { \
284 fn: &wrapper_##fixture_name##_##test_name, \
288 _register_##fixture_name##_##test_name(void) \
290 __register_test(&_##fixture_name##_##test_name##_object); \
[all …]
/linux-4.4.14/arch/tile/kernel/
Dhvglue.S4 .global _\sym
5 .type _\sym,function
6 _\sym:
7 .size _\sym,\size
10 .set \sym,_\sym
/linux-4.4.14/Documentation/DocBook/media/
DMakefile252 entity=`echo $$ident | tr _ -` ; \
258 perl -ne "$$r print $$_;") >> $@
268 entity=`echo $$ident | tr _ -` ; \
274 perl -ne "$$r print $$_;") >> $@
308 entity=`echo $$ident | tr _ -` ; \
317 entity=`echo $$ident | tr _ -` ; \
329 entity=`echo $$ident | tr _ -` ; \
338 entity=`echo $$ident | tr _ -` ; \
346 …`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -` ; \
354 entity=`echo $$ident | tr _ -` ; \
[all …]
/linux-4.4.14/drivers/regulator/
Dmc13xxx.h71 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
73 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\
74 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\
89 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
104 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
Daxp20x-regulator.c41 [_family##_##_id] = { \
47 .id = _family##_##_id, \
63 [_family##_##_id] = { \
69 .id = _family##_##_id, \
83 [_family##_##_id] = { \
89 .id = _family##_##_id, \
102 [_family##_##_id] = { \
108 .id = _family##_##_id, \
117 [_family##_##_id] = { \
123 .id = _family##_##_id, \
Dpfuze100-regulator.c163 [_chip ## _ ## _name] = { \
169 .id = _chip ## _ ## _name, \
178 [_chip ## _ ## _name] = { \
184 .id = _chip ## _ ## _name, \
196 [_chip ## _ ## _name] = { \
202 .id = _chip ## _ ## _name, \
213 [_chip ## _ ## _name] = { \
219 .id = _chip ## _ ## _name, \
238 .id = _chip ## _ ## _name, \
258 .id = _chip ## _ ## _name, \
[all …]
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c49 printf(_("invalid or unknown argument\n")); in print_wrong_arg_exit()
184 printf(_("Monitor %s, Counter %s has no count " in print_results()
199 printf(_(" *is offline\n")); in print_results()
228 printf(_("%s: max monitor name length" in parse_monitor_param()
242 printf(_("No matching monitor found in %s, " in parse_monitor_param()
259 printf(_("Monitor \"%s\" (%d states) - Might overflow after %u " in list_monitors()
313 printf(_("%s took %.5f seconds and exited with status %d\n"), in fork_it()
391 printf(_("Cannot read number of available processors\n")); in cmd_monitor()
409 fprintf(stderr, _("Available monitor %s needs " in cmd_monitor()
420 printf(_("No HW Cstate monitors found\n")); in cmd_monitor()
/linux-4.4.14/samples/bpf/
Dtracex1_kern.c13 #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;}) macro
34 dev = _(skb->dev); in bpf_prog1()
36 len = _(skb->len); in bpf_prog1()
/linux-4.4.14/arch/arm/mach-imx/
Dhardware.h118 .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \
119 .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \
120 .length = soc ## _ ## name ## _SIZE, \
/linux-4.4.14/arch/arm/mach-davinci/
Dmux.h19 [soc##_##desc] = { \
30 [soc##_##desc] = { \
41 [soc##_##desc] = { \
/linux-4.4.14/Documentation/
Ddigsig.txt83 603976250 --alswrv 0 -1 \_ keyring: _uid.0
84 817777377 --alswrv 0 0 \_ user: kmk
85 891974900 --alswrv 0 0 \_ encrypted: evm-key
86 170323636 --alswrv 0 0 \_ keyring: _module
87 548221616 --alswrv 0 0 \_ keyring: _ima
88 128198054 --alswrv 0 0 \_ keyring: _evm
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.h91 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
92 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
93 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)
100 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
107 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
/linux-4.4.14/drivers/video/fbdev/riva/
Dnvreg.h40 #define DEVICE_BASE(device) (0?NV##_##device)
41 #define DEVICE_SIZE(device) ((1?NV##_##device) - DEVICE_BASE(device)+1)
45 nvCONTROL[(NV_##device##_##reg)/4]
52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value)
53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value)
54 #define DEVICE_MASK(device,mask) MASKEXPAND(NV_##device##_##mask)
/linux-4.4.14/scripts/package/
Dbuilddeb427 mv ${sourcename}.tar.gz ../${sourcename}_${version}.orig.tar.gz
428 tar caf ../${sourcename}_${packageversion}.debian.tar.gz debian/{copyright,rules,changelog,control}
430 -b / ../${sourcename}_${version}.orig.tar.gz ../${sourcename}_${packageversion}.debian.tar.gz
431 mv ${sourcename}_${packageversion}*dsc ..
432 dpkg-genchanges > ../${sourcename}_${packageversion}_${debarch}.changes
434 dpkg-genchanges -b > ../${sourcename}_${packageversion}_${debarch}.changes
/linux-4.4.14/arch/powerpc/perf/req-gen/
Dperf.h35 #define REQUEST_VALUE__(name_upper, r_name) name_upper ## _ ## r_name
53 #define STRUCT_NAME__(name_lower, r_name) name_lower ## _ ## r_name
102 name ## _event_attr_ ## r_name ## _ ## c_name
113 CAT3(r_name, _, c_name), \
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Diohelper.h99 dest.read_reg = &Read##name##_##typ; \
100 dest.write_reg = &Write##name##_##typ; \
101 dest.read_fifo = &ReadFiFo##name##_##typ; \
102 dest.write_fifo = &WriteFiFo##name##_##typ; \
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-coex.h285 BT_MBOX##n_dw##_##_msg##_POS = (_pos), \
286 BT_MBOX##n_dw##_##_msg = BITS(_nbits) << BT_MBOX##n_dw##_##_msg##_POS
341 ((le32_to_cpu((_notif)->mbox_msg[(_num)]) & BT_MBOX##_num##_##_field)\
342 >> BT_MBOX##_num##_##_field##_POS)
/linux-4.4.14/Documentation/trace/
Dftrace.txt567 # _-----=> irqs-off
568 # / _----=> need-resched
569 # | / _---=> hardirq/softirq
570 # || / _--=> preempt-depth
619 # _------=> CPU#
620 # / _-----=> irqs-off
621 # | / _----=> need-resched
622 # || / _---=> hardirq/softirq
623 # ||| / _--=> preempt-depth
950 # _------=> CPU#
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dswitch_to.h19 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() member
26 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() member
/linux-4.4.14/include/linux/usb/
Dgadget_configfs.h10 static ssize_t __struct##_##__name##_store(struct config_item *item, \
23 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \
32 CONFIGFS_ATTR(struct_name##_, _name)
/linux-4.4.14/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl137 my $pid = $_[0];
153 my $pid = $_[0];
154 my $statline = $_[1];
167 my $pid = $_[0];
168 my $statline = $_[1];
/linux-4.4.14/Documentation/arm/sunxi/
Dclocks.txt21 \_ CPU Mux
32 CPU Mux _/
42 CPU Mux _/
/linux-4.4.14/sound/pci/lola/
Dlola.h391 readl((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
393 readw((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
395 readb((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
397 writel((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
399 writew((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
401 writeb((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
/linux-4.4.14/arch/cris/arch-v10/kernel/
Ddma.c14 #define SETS(var, reg, field, val) var = (var & ~IO_MASK_(reg##_, field##_)) | \
15 IO_STATE_(reg##_, field##_, _##val)
/linux-4.4.14/Documentation/filesystems/
Dnilfs2.txt188 |_|__|_|____0____|____1____|____2____|_____|____N____|_|
208 _|_____________|_______________|_____________|_______________|_
220 |_blocks__|___A___|_(A,1)_|_____|(A,Na)_|___B___|_(B,1)_|_____|(B,Nb)_|___
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h652 static int name##_##type##_seq_show(struct seq_file *m, void *v)\
656 LPROC_SEQ_FOPS_RO(name##_##type)
659 static int name##_##type##_seq_show(struct seq_file *m, void *v)\
663 static ssize_t name##_##type##_seq_write(struct file *file, \
671 LPROC_SEQ_FOPS(name##_##type)
674 static ssize_t name##_##type##_write(struct file *file, \
680 static int name##_##type##_open(struct inode *inode, struct file *file) \
684 static struct file_operations name##_##type##_fops = { \
685 .open = name##_##type##_open, \
686 .write = name##_##type##_write, \
/linux-4.4.14/Documentation/dvb/
Dget_dvb_firmware432 $currlen = length($_);
841 my ($sourcefile, $url) = @_;
849 my ($sourcefile, $todir) = @_;
858 my ($sourcefile, $todir) = @_;
864 my ($filename, $hash) = @_;
876 my ($from, $to) = @_;
882 my ($infile, $offset, $length, $outfile) = @_;
903 my ($FH, $infile) = @_;
916 my ($infile,$outfile) =@_;

123