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:info_regs
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H
A
D
dev.c
58
if (!pdsc->
info_regs
)
in pdsc_is_fw_running()
61
pdsc->fw_status = ioread8(&pdsc->
info_regs
->fw_status);
in pdsc_is_fw_running()
63
pdsc->last_hb = ioread32(&pdsc->
info_regs
->fw_heartbeat);
in pdsc_is_fw_running()
241
pdsc->dev_info.asic_type = ioread8(&pdsc->
info_regs
->asic_type);
in pdsc_init_devinfo()
242
pdsc->dev_info.asic_rev = ioread8(&pdsc->
info_regs
->asic_rev);
in pdsc_init_devinfo()
244
ioread8(&pdsc->
info_regs
->fw_status);
in pdsc_init_devinfo()
247
pdsc->
info_regs
->fw_version,
in pdsc_init_devinfo()
252
pdsc->
info_regs
->serial_num,
in pdsc_init_devinfo()
H
A
D
adminq.c
194
if (pdsc->
info_regs
) {
in __pdsc_adminq_post()
196
ioread8(&pdsc->
info_regs
->fw_status);
in __pdsc_adminq_post()
275
if (pdsc->
info_regs
) {
in pdsc_adminq_post()
277
ioread8(&pdsc->
info_regs
->fw_status);
in pdsc_adminq_post()
H
A
D
main.c
40
pdsc->
info_regs
= NULL;
in pdsc_unmap_bars()
104
pdsc->
info_regs
= bar->vaddr + PDS_CORE_BAR0_DEV_INFO_REGS_OFFSET;
in pdsc_map_bars()
109
sig = ioread32(&pdsc->
info_regs
->signature);
in pdsc_map_bars()
H
A
D
debugfs.c
42
ioread32(&pdsc->
info_regs
->fw_heartbeat));
in identity_show()
H
A
D
core.h
188
struct pds_core_dev_info_regs __iomem *
info_regs
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_debug.c
3558
const struct dbg_idle_chk_info_reg *
info_regs
;
in qed_idle_chk_dump_failure()
local
3569
info_regs
= ®s[rule->num_cond_regs].info_reg;
in qed_idle_chk_dump_failure()
3614
const struct dbg_idle_chk_info_reg *reg = &
info_regs
[reg_id];
in qed_idle_chk_dump_failure()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_debug.c
3725
const struct dbg_idle_chk_info_reg *
info_regs
;
in qed_idle_chk_dump_failure()
local
3736
info_regs
= ®s[rule->num_cond_regs].info_reg;
in qed_idle_chk_dump_failure()
3781
const struct dbg_idle_chk_info_reg *reg = &
info_regs
[reg_id];
in qed_idle_chk_dump_failure()
Completed in 31 milliseconds