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:plx_membase
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfcmulti.c
944
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
966
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
997
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
1058
if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->
plx_membase
) {
in release_io_hfcmulti()
1063
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in release_io_hfcmulti()
1087
if (hc->
plx_membase
)
in release_io_hfcmulti()
1088
iounmap(hc->
plx_membase
);
in release_io_hfcmulti()
1196
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in init_chip()
1232
plx_acc_32 = plx_last_hc->
plx_membase
+ PLX_GPIOC;
in init_chip()
1294
plx_acc_32 = hc->
plx_membase
in init_chip()
[all...]
H
A
D
hfc_multi.h
185
void __iomem *
plx_membase
; /* PLX memory */
member
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfcmulti.c
913
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
935
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
966
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in hfcmulti_resync()
1027
if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->
plx_membase
) {
in release_io_hfcmulti()
1032
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in release_io_hfcmulti()
1056
if (hc->
plx_membase
)
in release_io_hfcmulti()
1057
iounmap(hc->
plx_membase
);
in release_io_hfcmulti()
1165
plx_acc_32 = hc->
plx_membase
+ PLX_GPIOC;
in init_chip()
1201
plx_acc_32 = plx_last_hc->
plx_membase
+ PLX_GPIOC;
in init_chip()
1263
plx_acc_32 = hc->
plx_membase
in init_chip()
[all...]
H
A
D
hfc_multi.h
185
void __iomem *
plx_membase
; /* PLX memory */
member
Completed in 12 milliseconds