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_FIFO_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfc_pci.h
168
#define
D_FIFO_SIZE
512
macro
177
u_char data[
D_FIFO_SIZE
]; /* FIFO data space */
178
u_char fill1[0x20A0 -
D_FIFO_SIZE
]; /* reserved, do not use */
204
u_char fill2[
D_FIFO_SIZE
];
H
A
D
hfcpci.c
467
rcnt +=
D_FIFO_SIZE
;
in receive_dmsg()
492
(
D_FIFO_SIZE
- 1));
in receive_dmsg()
504
if (le16_to_cpu(zp->z2) + rcnt <=
D_FIFO_SIZE
)
in receive_dmsg()
507
maxlen =
D_FIFO_SIZE
- le16_to_cpu(zp->z2);
in receive_dmsg()
523
le16_to_cpu(zp->z2) + total) & (
D_FIFO_SIZE
- 1));
in receive_dmsg()
700
maxlen +=
D_FIFO_SIZE
; /* count now contains available bytes */
in hfcpci_fill_dfifo()
711
(
D_FIFO_SIZE
- 1);
in hfcpci_fill_dfifo()
715
maxlen =
D_FIFO_SIZE
- le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1);
in hfcpci_fill_dfifo()
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfc_pci.h
168
#define
D_FIFO_SIZE
512
macro
177
u_char data[
D_FIFO_SIZE
]; /* FIFO data space */
178
u_char fill1[0x20A0 -
D_FIFO_SIZE
]; /* reserved, do not use */
204
u_char fill2[
D_FIFO_SIZE
];
H
A
D
hfcpci.c
467
rcnt +=
D_FIFO_SIZE
;
in receive_dmsg()
492
(
D_FIFO_SIZE
- 1));
in receive_dmsg()
504
if (le16_to_cpu(zp->z2) + rcnt <=
D_FIFO_SIZE
)
in receive_dmsg()
507
maxlen =
D_FIFO_SIZE
- le16_to_cpu(zp->z2);
in receive_dmsg()
523
le16_to_cpu(zp->z2) + total) & (
D_FIFO_SIZE
- 1));
in receive_dmsg()
700
maxlen +=
D_FIFO_SIZE
; /* count now contains available bytes */
in hfcpci_fill_dfifo()
711
(
D_FIFO_SIZE
- 1);
in hfcpci_fill_dfifo()
715
maxlen =
D_FIFO_SIZE
- le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1);
in hfcpci_fill_dfifo()
Completed in 7 milliseconds