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:shadow_regs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
max8660.c
70
u8
shadow_regs
[MAX8660_N_REGS]; /* as chip is write only */
member
80
u8 reg_val = (max8660->
shadow_regs
[reg] & mask) | val;
in max8660_write()
88
max8660->
shadow_regs
[reg] = reg_val;
in max8660_write()
101
u8 val = max8660->
shadow_regs
[MAX8660_OVER1];
in max8660_dcdc_is_enabled()
127
u8 selector = max8660->
shadow_regs
[reg];
in max8660_dcdc_get_voltage_sel()
166
u8 selector = max8660->
shadow_regs
[MAX8660_MDTV2];
in max8660_ldo5_get_voltage_sel()
199
u8 val = max8660->
shadow_regs
[MAX8660_OVER2];
in max8660_ldo67_is_enabled()
225
u8 selector = (max8660->
shadow_regs
[MAX8660_L12VCR] >> shift) & 0xf;
in max8660_ldo67_get_voltage_sel()
412
max8660->
shadow_regs
[MAX8660_OVER1] = 5;
in max8660_probe()
424
max8660->
shadow_regs
[MAX8660_ADTV
in max8660_probe()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
max8660.c
70
u8
shadow_regs
[MAX8660_N_REGS]; /* as chip is write only */
member
80
u8 reg_val = (max8660->
shadow_regs
[reg] & mask) | val;
in max8660_write()
88
max8660->
shadow_regs
[reg] = reg_val;
in max8660_write()
101
u8 val = max8660->
shadow_regs
[MAX8660_OVER1];
in max8660_dcdc_is_enabled()
127
u8 selector = max8660->
shadow_regs
[reg];
in max8660_dcdc_get_voltage_sel()
166
u8 selector = max8660->
shadow_regs
[MAX8660_MDTV2];
in max8660_ldo5_get_voltage_sel()
199
u8 val = max8660->
shadow_regs
[MAX8660_OVER2];
in max8660_ldo67_is_enabled()
225
u8 selector = (max8660->
shadow_regs
[MAX8660_L12VCR] >> shift) & 0xf;
in max8660_ldo67_get_voltage_sel()
412
max8660->
shadow_regs
[MAX8660_OVER1] = 5;
in max8660_probe()
424
max8660->
shadow_regs
[MAX8660_ADTV
in max8660_probe()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
pmu.c
35
struct cbe_pmd_shadow_regs *
shadow_regs
; \
37
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu); \
39
shadow_regs
->reg = _x; \
44
struct cbe_pmd_shadow_regs *
shadow_regs
; \
45
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu); \
46
(val) =
shadow_regs
->reg; \
82
struct cbe_pmd_shadow_regs *
shadow_regs
;
in cbe_write_phys_ctr()
local
100
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu);
in cbe_write_phys_ctr()
101
shadow_regs
->counter_value_in_latch |= (1 << phys_ctr);
in cbe_write_phys_ctr()
298
struct cbe_pmd_shadow_regs *
shadow_regs
;
in cbe_enable_pm()
local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
pmu.c
36
struct cbe_pmd_shadow_regs *
shadow_regs
; \
38
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu); \
40
shadow_regs
->reg = _x; \
45
struct cbe_pmd_shadow_regs *
shadow_regs
; \
46
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu); \
47
(val) =
shadow_regs
->reg; \
83
struct cbe_pmd_shadow_regs *
shadow_regs
;
in cbe_write_phys_ctr()
local
101
shadow_regs
= cbe_get_cpu_pmd_shadow_regs(cpu);
in cbe_write_phys_ctr()
102
shadow_regs
->counter_value_in_latch |= (1 << phys_ctr);
in cbe_write_phys_ctr()
299
struct cbe_pmd_shadow_regs *
shadow_regs
;
in cbe_enable_pm()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
693
struct
shadow_regs
*
shadow_regs
;
member
H
A
D
ql4_init.c
122
ha->
shadow_regs
->req_q_out = __constant_cpu_to_le32(0);
in qla4xxx_init_rings()
123
ha->
shadow_regs
->rsp_q_in = __constant_cpu_to_le32(0);
in qla4xxx_init_rings()
H
A
D
ql4_fw.h
249
struct
shadow_regs
{
struct
H
A
D
ql4_os.c
4199
ha->
shadow_regs
= NULL;
in qla4xxx_mem_free()
4249
sizeof(struct
shadow_regs
) +
in qla4xxx_mem_alloc()
4281
ha->
shadow_regs
= (struct
shadow_regs
*) (ha->queues + align +
in qla4xxx_mem_alloc()
5729
return (uint16_t)le32_to_cpu(ha->
shadow_regs
->req_q_out);
in qla4xxx_rd_shdw_req_q_out()
5739
return (uint16_t)le32_to_cpu(ha->
shadow_regs
->rsp_q_in);
in qla4xxx_rd_shdw_rsp_q_in()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
702
struct
shadow_regs
*
shadow_regs
;
member
H
A
D
ql4_init.c
122
ha->
shadow_regs
->req_q_out = cpu_to_le32(0);
in qla4xxx_init_rings()
123
ha->
shadow_regs
->rsp_q_in = cpu_to_le32(0);
in qla4xxx_init_rings()
H
A
D
ql4_fw.h
249
struct
shadow_regs
{
struct
H
A
D
ql4_os.c
4192
ha->
shadow_regs
= NULL;
in qla4xxx_mem_free()
4240
sizeof(struct
shadow_regs
) +
in qla4xxx_mem_alloc()
4272
ha->
shadow_regs
= (struct
shadow_regs
*) (ha->queues + align +
in qla4xxx_mem_alloc()
5720
return (uint16_t)le32_to_cpu(ha->
shadow_regs
->req_q_out);
in qla4xxx_rd_shdw_req_q_out()
5730
return (uint16_t)le32_to_cpu(ha->
shadow_regs
->rsp_q_in);
in qla4xxx_rd_shdw_rsp_q_in()
Completed in 38 milliseconds