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_rsp_reg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
1295
bp->
cmd_rsp_reg
.lword = 0;
in dfx_adap_init()
1589
bp->
cmd_rsp_reg
.lword = 0;
in dfx_close()
2647
bp->descr_block_virt->cmd_rsp[bp->
cmd_rsp_reg
.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2649
bp->descr_block_virt->cmd_rsp[bp->
cmd_rsp_reg
.index.prod].long_1 = bp->cmd_rsp_phys;
in dfx_hw_dma_cmd_req()
2653
bp->
cmd_rsp_reg
.index.prod += 1;
in dfx_hw_dma_cmd_req()
2654
bp->
cmd_rsp_reg
.index.prod &= PI_CMD_RSP_K_NUM_ENTRIES-1;
in dfx_hw_dma_cmd_req()
2655
dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->
cmd_rsp_reg
.lword);
in dfx_hw_dma_cmd_req()
2696
if (bp->
cmd_rsp_reg
.index.prod == (u8)(bp->cons_block_virt->cmd_rsp))
in dfx_hw_dma_cmd_req()
2705
bp->
cmd_rsp_reg
.index.comp += 1;
in dfx_hw_dma_cmd_req()
2706
bp->
cmd_rsp_reg
in dfx_hw_dma_cmd_req()
[all...]
H
A
D
defxx.h
1736
PI_TYPE_1_PROD_REG
cmd_rsp_reg
; /* Command Response register */
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
1284
bp->
cmd_rsp_reg
.lword = 0;
in dfx_adap_init()
1578
bp->
cmd_rsp_reg
.lword = 0;
in dfx_close()
2636
bp->descr_block_virt->cmd_rsp[bp->
cmd_rsp_reg
.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2638
bp->descr_block_virt->cmd_rsp[bp->
cmd_rsp_reg
.index.prod].long_1 = bp->cmd_rsp_phys;
in dfx_hw_dma_cmd_req()
2642
bp->
cmd_rsp_reg
.index.prod += 1;
in dfx_hw_dma_cmd_req()
2643
bp->
cmd_rsp_reg
.index.prod &= PI_CMD_RSP_K_NUM_ENTRIES-1;
in dfx_hw_dma_cmd_req()
2644
dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->
cmd_rsp_reg
.lword);
in dfx_hw_dma_cmd_req()
2685
if (bp->
cmd_rsp_reg
.index.prod == (u8)(bp->cons_block_virt->cmd_rsp))
in dfx_hw_dma_cmd_req()
2694
bp->
cmd_rsp_reg
.index.comp += 1;
in dfx_hw_dma_cmd_req()
2695
bp->
cmd_rsp_reg
in dfx_hw_dma_cmd_req()
[all...]
H
A
D
defxx.h
1737
PI_TYPE_1_PROD_REG
cmd_rsp_reg
; /* Command Response register */
member
Completed in 16 milliseconds