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:mmio_peer_ctrl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
59
struct ntb_ctrl_regs __iomem *
mmio_peer_ctrl
;
member
223
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_clr_direct()
237
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_clr_lut()
247
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_direct()
264
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_lut()
274
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_trans()
903
sndev->
mmio_peer_ctrl
= &sndev->mmio_ctrl[sndev->peer_partition];
in switchtec_ntb_init_sndev()
1161
rc = crosslink_setup_req_ids(sndev, sndev->
mmio_peer_ctrl
);
in switchtec_ntb_init_crosslink()
1213
sndev->
mmio_peer_ctrl
);
in switchtec_ntb_init_mw()
1216
ioread16(&sndev->
mmio_peer_ctrl
in switchtec_ntb_init_mw()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
59
struct ntb_ctrl_regs __iomem *
mmio_peer_ctrl
;
member
223
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_clr_direct()
237
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_clr_lut()
247
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_direct()
264
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_lut()
274
struct ntb_ctrl_regs __iomem *ctl = sndev->
mmio_peer_ctrl
;
in switchtec_ntb_mw_set_trans()
904
sndev->
mmio_peer_ctrl
= &sndev->mmio_ctrl[sndev->peer_partition];
in switchtec_ntb_init_sndev()
1159
rc = crosslink_setup_req_ids(sndev, sndev->
mmio_peer_ctrl
);
in switchtec_ntb_init_crosslink()
1211
sndev->
mmio_peer_ctrl
);
in switchtec_ntb_init_mw()
1214
ioread16(&sndev->
mmio_peer_ctrl
in switchtec_ntb_init_mw()
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
quirks.c
5688
struct ntb_ctrl_regs __iomem *
mmio_peer_ctrl
;
in quirk_switchtec_ntb_dma_alias()
local
5697
mmio_peer_ctrl
= &mmio_ctrl[pp];
in quirk_switchtec_ntb_dma_alias()
5699
table_sz = ioread16(&
mmio_peer_ctrl
->req_id_table_size);
in quirk_switchtec_ntb_dma_alias()
5716
rid_entry = ioread32(&
mmio_peer_ctrl
->req_id_table[te]);
in quirk_switchtec_ntb_dma_alias()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
quirks.c
5815
struct ntb_ctrl_regs __iomem *
mmio_peer_ctrl
;
in quirk_switchtec_ntb_dma_alias()
local
5824
mmio_peer_ctrl
= &mmio_ctrl[pp];
in quirk_switchtec_ntb_dma_alias()
5826
table_sz = ioread16(&
mmio_peer_ctrl
->req_id_table_size);
in quirk_switchtec_ntb_dma_alias()
5843
rid_entry = ioread32(&
mmio_peer_ctrl
->req_id_table[te]);
in quirk_switchtec_ntb_dma_alias()
Completed in 28 milliseconds