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:D_FREG_MASK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
463
while (((df->f1 &
D_FREG_MASK
) != (df->f2 &
D_FREG_MASK
)) && count--) {
in receive_dmsg()
464
zp = &df->za[df->f2 &
D_FREG_MASK
];
in receive_dmsg()
490
df->za[df->f2 &
D_FREG_MASK
].z2 =
in receive_dmsg()
522
df->za[df->f2 &
D_FREG_MASK
].z2 = cpu_to_le16((
in receive_dmsg()
683
le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1));
in hfcpci_fill_dfifo()
697
maxlen = le16_to_cpu(df->za[df->f2 &
D_FREG_MASK
].z2) -
in hfcpci_fill_dfifo()
698
le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1) - 1;
in hfcpci_fill_dfifo()
710
new_z1 = (le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1) + count) &
in hfcpci_fill_dfifo()
712
new_f1 = ((df->f1 + 1) &
D_FREG_MASK
) | (D_FREG_MAS
in hfcpci_fill_dfifo()
[all...]
H
A
D
hfc_pci.h
169
#define
D_FREG_MASK
0xF
macro
181
/* mask index with
D_FREG_MASK
for access */
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
463
while (((df->f1 &
D_FREG_MASK
) != (df->f2 &
D_FREG_MASK
)) && count--) {
in receive_dmsg()
464
zp = &df->za[df->f2 &
D_FREG_MASK
];
in receive_dmsg()
490
df->za[df->f2 &
D_FREG_MASK
].z2 =
in receive_dmsg()
522
df->za[df->f2 &
D_FREG_MASK
].z2 = cpu_to_le16((
in receive_dmsg()
683
le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1));
in hfcpci_fill_dfifo()
697
maxlen = le16_to_cpu(df->za[df->f2 &
D_FREG_MASK
].z2) -
in hfcpci_fill_dfifo()
698
le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1) - 1;
in hfcpci_fill_dfifo()
710
new_z1 = (le16_to_cpu(df->za[df->f1 &
D_FREG_MASK
].z1) + count) &
in hfcpci_fill_dfifo()
712
new_f1 = ((df->f1 + 1) &
D_FREG_MASK
) | (D_FREG_MAS
in hfcpci_fill_dfifo()
[all...]
H
A
D
hfc_pci.h
169
#define
D_FREG_MASK
0xF
macro
181
/* mask index with
D_FREG_MASK
for access */
Completed in 5 milliseconds