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:mrpcim_reg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-config.c
614
hldev->
mrpcim_reg
= hldev->bar0 + val64;
in __vxge_hw_device_reg_addr_get()
1005
struct vxge_hw_mrpcim_reg __iomem *
mrpcim_reg
;
in vxge_hw_device_hw_info_get()
local
1049
mrpcim_reg
= bar0 + val64;
in vxge_hw_device_hw_info_get()
1051
writeq(0, &
mrpcim_reg
->xgmac_gen_fw_memo_mask);
in vxge_hw_device_hw_info_get()
1712
&hldev->
mrpcim_reg
->xmac_stats_sys_cmd,
in vxge_hw_mrpcim_stats_access()
1717
*stat = readq(&hldev->
mrpcim_reg
->xmac_stats_sys_data);
in vxge_hw_mrpcim_stats_access()
1926
val64 = readq(&hldev->
mrpcim_reg
->rxmac_pause_cfg_port[port]);
in vxge_hw_device_getpause_data()
1961
val64 = readq(&hldev->
mrpcim_reg
->rxmac_pause_cfg_port[port]);
in vxge_hw_device_setpause_data()
1971
writeq(val64, &hldev->
mrpcim_reg
->rxmac_pause_cfg_port[port]);
in vxge_hw_device_setpause_data()
3144
*value = readq((void __iomem *)hldev->
mrpcim_reg
in vxge_hw_mgmt_reg_read()
[all...]
H
A
D
vxge-config.h
754
struct vxge_hw_mrpcim_reg __iomem *
mrpcim_reg
;
member
Completed in 8 milliseconds