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:MAX_B_FRAMES
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
339
bzr->f1 =
MAX_B_FRAMES
;
in hfcpci_clear_fifo_rx()
341
bzr->za[
MAX_B_FRAMES
].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1);
in hfcpci_clear_fifo_rx()
342
bzr->za[
MAX_B_FRAMES
].z2 = cpu_to_le16(
in hfcpci_clear_fifo_rx()
343
le16_to_cpu(bzr->za[
MAX_B_FRAMES
].z1));
in hfcpci_clear_fifo_rx()
371
le16_to_cpu(bzt->za[
MAX_B_FRAMES
].z1),
in hfcpci_clear_fifo_tx()
372
le16_to_cpu(bzt->za[
MAX_B_FRAMES
].z2),
in hfcpci_clear_fifo_tx()
374
bzt->f2 =
MAX_B_FRAMES
;
in hfcpci_clear_fifo_tx()
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()
385
le16_to_cpu(bzt->za[
MAX_B_FRAMES
]
in hfcpci_clear_fifo_tx()
[all...]
H
A
D
hfc_pci.h
165
#define
MAX_B_FRAMES
31
macro
187
struct zt za[
MAX_B_FRAMES
+ 1]; /* only range 0x0..0x1F allowed */
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfcpci.c
339
bzr->f1 =
MAX_B_FRAMES
;
in hfcpci_clear_fifo_rx()
341
bzr->za[
MAX_B_FRAMES
].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1);
in hfcpci_clear_fifo_rx()
342
bzr->za[
MAX_B_FRAMES
].z2 = cpu_to_le16(
in hfcpci_clear_fifo_rx()
343
le16_to_cpu(bzr->za[
MAX_B_FRAMES
].z1));
in hfcpci_clear_fifo_rx()
371
le16_to_cpu(bzt->za[
MAX_B_FRAMES
].z1),
in hfcpci_clear_fifo_tx()
372
le16_to_cpu(bzt->za[
MAX_B_FRAMES
].z2),
in hfcpci_clear_fifo_tx()
374
bzt->f2 =
MAX_B_FRAMES
;
in hfcpci_clear_fifo_tx()
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()
385
le16_to_cpu(bzt->za[
MAX_B_FRAMES
]
in hfcpci_clear_fifo_tx()
[all...]
H
A
D
hfc_pci.h
165
#define
MAX_B_FRAMES
31
macro
187
struct zt za[
MAX_B_FRAMES
+ 1]; /* only range 0x0..0x1F allowed */
Completed in 5 milliseconds