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:iolimit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-bridge-emul.h
24
u8
iolimit
;
member
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci-bridge-emul.h
24
u8
iolimit
;
member
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-mvebu.c
372
/* Are the new iobase/
iolimit
values invalid? */
in mvebu_pcie_handle_iobase_change()
373
if (conf->
iolimit
< conf->iobase ||
in mvebu_pcie_handle_iobase_change()
397
desired.size = ((0xFFF | ((conf->
iolimit
& 0xF0) << 8) |
in mvebu_pcie_handle_iobase_change()
506
conf->
iolimit
|= PCI_IO_RANGE_TYPE_32;
in mvebu_pci_bridge_emul_base_conf_write()
587
bridge->conf.
iolimit
= PCI_IO_RANGE_TYPE_32;
in mvebu_pci_bridge_emul_init()
H
A
D
pci-aardvark.c
957
bridge->conf.
iolimit
= PCI_IO_RANGE_TYPE_32;
in advk_sw_pci_bridge_init()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-mvebu.c
524
/* Are the new iobase/
iolimit
values invalid? */
in mvebu_pcie_handle_iobase_change()
525
if (conf->
iolimit
< conf->iobase ||
in mvebu_pcie_handle_iobase_change()
540
desired.size = ((0xFFF | ((conf->
iolimit
& 0xF0) << 8) |
in mvebu_pcie_handle_iobase_change()
744
conf->
iolimit
&= ~0xf0;
in mvebu_pci_bridge_emul_base_conf_write()
765
conf->
iolimit
&= ~0xf0;
in mvebu_pci_bridge_emul_base_conf_write()
917
bridge->conf.
iolimit
= PCI_IO_RANGE_TYPE_32;
in mvebu_pci_bridge_emul_init()
H
A
D
pci-aardvark.c
1049
bridge->conf.
iolimit
= PCI_IO_RANGE_TYPE_32;
in advk_sw_pci_bridge_init()
Completed in 11 milliseconds