Lines Matching refs:this
59 my %this;
201 my $this = $_[0];
202 my $size = $this->{elsize};
203 my $h = $this->{argparams};
205 foreach my $arg (@{$this->{args}}) {
215 my ($this, $postfix, $is_same_reg) = @_;
217 ($this->{args}, $this->{argparams}, $this->{name});
220 my @sorted_args = @{$this->{sorted_args}};
222 my $size = arr_size($this);
246 ", \"$name" . (defined $this->{discontig} ? " $lim_arg" : "") . "\" },\n"
247 if is_limit_reg $this->{base_addr};
260 …$hdr_data .= sprintf "#define %-62s %s", "CCS_" . (uc ${this{name}}) ."_$bit", bit_def($addr) . "\…
266 …> (1 << ($msb + 1)) - 1 - ((1 << $lsb) - 1), "fmt" => "0x%" . join(".", ($this{"elsize"} >> 2) x 2…
267 $this{"field"} = $this_field;
270 …$hdr_data .= sprintf "#define %-62s " . $ar->{"fmt"} . "\n", "CCS_" . (uc $this{"name"}) . (define…
276 …ta .= sprintf "#define %-62s %s", "CCS_" . (uc ${this{name}}) . (defined $this{"field"} ? "_" . uc…
285 …$hdr_data .= sprintf "#define %-62s %s", "CCS_LIM_" . (uc ${this{name}} . "_MIN_$arg"), $min . ($m…
286 …$hdr_data .= sprintf "#define %-62s %s", "CCS_LIM_" . (uc ${this{name}} . "_MAX_$arg"), $max . ($m…
288 my $h = $this{argparams};
295 $this{discontig} = $arg if @discontig;
297 next if $#{$this{args}} + 1 != scalar keys %{$this{argparams}};
299 my $reg_formula = "($this{addr}";
302 foreach my $arg (@{$this{args}}) {
321 print $H tabconv sprintf("#define %-62s %s", "CCS_R_" . (uc $this{name}) .
322 $this{arglist}, $reg_formula);
328 @{$this{sorted_args}} = sort {
330 } @{$this{args}};
332 if (defined $this{discontig}) {
333 my $da = $this{argparams}->{$this{discontig}};
338 print_args(\%this, "", 0);
342 print_args(\%this, $first_discontig, 1);
344 print_args(\%this, "", 0);
347 next unless is_limit_reg $this{base_addr};
350 "CCS_L_" . (uc $this{name}) . "_OFFSET(" .
351 (join ", ", @{$this{args}}) . ")", "($lim_formula)";
354 if (! @{$this{args}}) {
389 %this = ( name => $name,
404 $this{elsize} . ", 0, \"$name\" },\n"
405 if is_limit_reg $this{base_addr};
409 "CCS_L_" . (uc $this{name}), $limitcount++
410 if is_limit_reg $this{base_addr};