Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:voltage_shift
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
aat2870-regulator.c
28
u8
voltage_shift
;
member
39
selector << ri->
voltage_shift
);
in aat2870_ldo_set_voltage_sel()
53
return (val & ri->voltage_mask) >> ri->
voltage_shift
;
in aat2870_ldo_get_voltage_sel()
144
ri->
voltage_shift
= (id - AAT2870_ID_LDOA) % 2 ? 0 : 4;
in aat2870_get_regulator()
145
ri->voltage_mask = 0xF << ri->
voltage_shift
;
in aat2870_get_regulator()
H
A
D
ab8500.c
422
int ret,
voltage_shift
;
in ab8500_regulator_get_voltage_sel()
local
431
voltage_shift
= ffs(info->voltage_mask) - 1;
in ab8500_regulator_get_voltage_sel()
446
voltage_shift
, regval);
in ab8500_regulator_get_voltage_sel()
local
448
return (regval & info->voltage_mask) >>
voltage_shift
;
in ab8500_regulator_get_voltage_sel()
454
int ret,
voltage_shift
;
in ab8500_regulator_set_voltage_sel()
local
463
voltage_shift
= ffs(info->voltage_mask) - 1;
in ab8500_regulator_set_voltage_sel()
466
regval = (u8)selector <<
voltage_shift
;
in ab8500_regulator_set_voltage_sel()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
aat2870-regulator.c
28
u8
voltage_shift
;
member
39
selector << ri->
voltage_shift
);
in aat2870_ldo_set_voltage_sel()
53
return (val & ri->voltage_mask) >> ri->
voltage_shift
;
in aat2870_ldo_get_voltage_sel()
144
ri->
voltage_shift
= (id - AAT2870_ID_LDOA) % 2 ? 0 : 4;
in aat2870_get_regulator()
145
ri->voltage_mask = 0xF << ri->
voltage_shift
;
in aat2870_get_regulator()
H
A
D
ab8500.c
536
int ret,
voltage_shift
;
in ab8500_regulator_get_voltage_sel()
local
545
voltage_shift
= ffs(info->voltage_mask) - 1;
in ab8500_regulator_get_voltage_sel()
560
voltage_shift
, regval);
in ab8500_regulator_get_voltage_sel()
local
562
return (regval & info->voltage_mask) >>
voltage_shift
;
in ab8500_regulator_get_voltage_sel()
568
int ret,
voltage_shift
;
in ab8500_regulator_set_voltage_sel()
local
577
voltage_shift
= ffs(info->voltage_mask) - 1;
in ab8500_regulator_set_voltage_sel()
580
regval = (u8)selector <<
voltage_shift
;
in ab8500_regulator_set_voltage_sel()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
sram242x.S
43
bl
voltage_shift
@ go drop voltage
63
bl
voltage_shift
@ go raise voltage
96
voltage_shift
:
label
H
A
D
sram243x.S
43
bl
voltage_shift
@ go drop voltage
63
bl
voltage_shift
@ go raise voltage
96
voltage_shift
:
label
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
sram242x.S
43
bl
voltage_shift
@ go drop voltage
63
bl
voltage_shift
@ go raise voltage
96
voltage_shift
:
label
H
A
D
sram243x.S
43
bl
voltage_shift
@ go drop voltage
63
bl
voltage_shift
@ go raise voltage
96
voltage_shift
:
label
Completed in 6 milliseconds