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:pcq_rd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
iphase.c
1107
if (iadev->rfL.
pcq_rd
== (readw(iadev->reass_reg+PCQ_WR_PTR)&0xffff))
1113
desc = readw(iadev->reass_ram+iadev->rfL.
pcq_rd
) & 0x1fff;
1114
IF_RX(printk("reass_ram = %p iadev->rfL.
pcq_rd
= 0x%x desc = %d\n",
1115
iadev->reass_ram, iadev->rfL.
pcq_rd
, desc);
1119
if ( iadev->rfL.
pcq_rd
== iadev->rfL.pcq_ed)
1120
iadev->rfL.
pcq_rd
= iadev->rfL.pcq_st;
1122
iadev->rfL.
pcq_rd
+= 2;
1123
writew(iadev->rfL.
pcq_rd
, iadev->reass_reg+PCQ_RD_PTR);
1535
iadev->rfL.
pcq_rd
= readw(iadev->reass_reg+PCQ_RD_PTR) & 0xffff;
1538
IF_INIT(printk("INIT:pcq_st:0x%x pcq_ed:0x%x
pcq_rd
[all...]
H
A
D
iphase.h
867
u32
pcq_rd
; /* Packet Complete queue read pointer */
member
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
iphase.c
1108
if (iadev->rfL.
pcq_rd
== (readw(iadev->reass_reg+PCQ_WR_PTR)&0xffff))
1114
desc = readw(iadev->reass_ram+iadev->rfL.
pcq_rd
) & 0x1fff;
1115
IF_RX(printk("reass_ram = %p iadev->rfL.
pcq_rd
= 0x%x desc = %d\n",
1116
iadev->reass_ram, iadev->rfL.
pcq_rd
, desc);
1120
if ( iadev->rfL.
pcq_rd
== iadev->rfL.pcq_ed)
1121
iadev->rfL.
pcq_rd
= iadev->rfL.pcq_st;
1123
iadev->rfL.
pcq_rd
+= 2;
1124
writew(iadev->rfL.
pcq_rd
, iadev->reass_reg+PCQ_RD_PTR);
1536
iadev->rfL.
pcq_rd
= readw(iadev->reass_reg+PCQ_RD_PTR) & 0xffff;
1539
IF_INIT(printk("INIT:pcq_st:0x%x pcq_ed:0x%x
pcq_rd
[all...]
H
A
D
iphase.h
866
u32
pcq_rd
; /* Packet Complete queue read pointer */
member
Completed in 15 milliseconds