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:B_SUB_VAL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
341
bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 1);
in hfcpci_clear_fifo_rx()
376
bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 1);
in hfcpci_clear_fifo_tx()
377
bzt->za[MAX_B_FRAMES].z2 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 2);
in hfcpci_clear_fifo_tx()
404
if (new_z2 >= (B_FIFO_SIZE +
B_SUB_VAL
))
in hfcpci_empty_bfifo()
408
(*(bdata + (le16_to_cpu(zp->z1) -
B_SUB_VAL
)))) {
in hfcpci_empty_bfifo()
426
if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE +
B_SUB_VAL
)
in hfcpci_empty_bfifo()
429
maxlen = B_FIFO_SIZE +
B_SUB_VAL
-
in hfcpci_empty_bfifo()
432
ptr1 = bdata + (le16_to_cpu(zp->z2) -
B_SUB_VAL
);
in hfcpci_empty_bfifo()
553
if (new_z2 >= (B_FIFO_SIZE +
B_SUB_VAL
))
in hfcpci_empty_fifo_trans()
573
if (le16_to_cpu(*z2r) + fcnt_rx <= B_FIFO_SIZE +
B_SUB_VAL
)
in hfcpci_empty_fifo_trans()
[all...]
H
A
D
hfc_pci.h
166
#define
B_SUB_VAL
0x200
macro
167
#define B_FIFO_SIZE (0x2000 -
B_SUB_VAL
)
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
341
bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 1);
in hfcpci_clear_fifo_rx()
376
bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 1);
in hfcpci_clear_fifo_tx()
377
bzt->za[MAX_B_FRAMES].z2 = cpu_to_le16(B_FIFO_SIZE +
B_SUB_VAL
- 2);
in hfcpci_clear_fifo_tx()
404
if (new_z2 >= (B_FIFO_SIZE +
B_SUB_VAL
))
in hfcpci_empty_bfifo()
408
(*(bdata + (le16_to_cpu(zp->z1) -
B_SUB_VAL
)))) {
in hfcpci_empty_bfifo()
426
if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE +
B_SUB_VAL
)
in hfcpci_empty_bfifo()
429
maxlen = B_FIFO_SIZE +
B_SUB_VAL
-
in hfcpci_empty_bfifo()
432
ptr1 = bdata + (le16_to_cpu(zp->z2) -
B_SUB_VAL
);
in hfcpci_empty_bfifo()
553
if (new_z2 >= (B_FIFO_SIZE +
B_SUB_VAL
))
in hfcpci_empty_fifo_trans()
573
if (le16_to_cpu(*z2r) + fcnt_rx <= B_FIFO_SIZE +
B_SUB_VAL
)
in hfcpci_empty_fifo_trans()
[all...]
H
A
D
hfc_pci.h
166
#define
B_SUB_VAL
0x200
macro
167
#define B_FIFO_SIZE (0x2000 -
B_SUB_VAL
)
Completed in 5 milliseconds