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:cmd_req_reg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
1294
bp->
cmd_req_reg
.lword = 0;
in dfx_adap_init()
1588
bp->
cmd_req_reg
.lword = 0;
in dfx_close()
2659
bp->descr_block_virt->cmd_req[bp->
cmd_req_reg
.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2661
bp->descr_block_virt->cmd_req[bp->
cmd_req_reg
.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
2665
bp->
cmd_req_reg
.index.prod += 1;
in dfx_hw_dma_cmd_req()
2666
bp->
cmd_req_reg
.index.prod &= PI_CMD_REQ_K_NUM_ENTRIES-1;
in dfx_hw_dma_cmd_req()
2667
dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->
cmd_req_reg
.lword);
in dfx_hw_dma_cmd_req()
2676
if (bp->
cmd_req_reg
.index.prod == (u8)(bp->cons_block_virt->cmd_req))
in dfx_hw_dma_cmd_req()
2685
bp->
cmd_req_reg
.index.comp += 1;
in dfx_hw_dma_cmd_req()
2686
bp->
cmd_req_reg
in dfx_hw_dma_cmd_req()
[all...]
H
A
D
defxx.h
1735
PI_TYPE_1_PROD_REG
cmd_req_reg
; /* Command Request register */
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
1283
bp->
cmd_req_reg
.lword = 0;
in dfx_adap_init()
1577
bp->
cmd_req_reg
.lword = 0;
in dfx_close()
2648
bp->descr_block_virt->cmd_req[bp->
cmd_req_reg
.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2650
bp->descr_block_virt->cmd_req[bp->
cmd_req_reg
.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
2654
bp->
cmd_req_reg
.index.prod += 1;
in dfx_hw_dma_cmd_req()
2655
bp->
cmd_req_reg
.index.prod &= PI_CMD_REQ_K_NUM_ENTRIES-1;
in dfx_hw_dma_cmd_req()
2656
dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->
cmd_req_reg
.lword);
in dfx_hw_dma_cmd_req()
2665
if (bp->
cmd_req_reg
.index.prod == (u8)(bp->cons_block_virt->cmd_req))
in dfx_hw_dma_cmd_req()
2674
bp->
cmd_req_reg
.index.comp += 1;
in dfx_hw_dma_cmd_req()
2675
bp->
cmd_req_reg
in dfx_hw_dma_cmd_req()
[all...]
H
A
D
defxx.h
1736
PI_TYPE_1_PROD_REG
cmd_req_reg
; /* Command Request register */
member
Completed in 16 milliseconds