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:txx9_pci_option
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4927/
H
A
D
setup.c
70
txx9_pci_option
=
in tx4927_pci_setup()
71
(
txx9_pci_option
& ~TXX9_PCI_OPT_CLK_MASK) |
in tx4927_pci_setup()
78
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4927_pci_setup()
89
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4927_pci_setup()
117
txx9_pci_option
=
in tx4937_pci_setup()
118
(
txx9_pci_option
& ~TXX9_PCI_OPT_CLK_MASK) |
in tx4937_pci_setup()
125
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4937_pci_setup()
136
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4937_pci_setup()
/kernel/linux/linux-6.6/arch/mips/txx9/rbtx4927/
H
A
D
setup.c
70
txx9_pci_option
=
in tx4927_pci_setup()
71
(
txx9_pci_option
& ~TXX9_PCI_OPT_CLK_MASK) |
in tx4927_pci_setup()
78
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4927_pci_setup()
89
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4927_pci_setup()
117
txx9_pci_option
=
in tx4937_pci_setup()
118
(
txx9_pci_option
& ~TXX9_PCI_OPT_CLK_MASK) |
in tx4937_pci_setup()
125
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4937_pci_setup()
136
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in tx4937_pci_setup()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
pci.c
234
int
txx9_pci_option
=
variable
404
txx9_pci_option
|= TXX9_PCI_OPT_PICMG;
in txx9_pcibios_setup()
409
txx9_pci_option
&= ~TXX9_PCI_OPT_PICMG;
in txx9_pcibios_setup()
413
txx9_pci_option
&= ~TXX9_PCI_OPT_CLK_MASK;
in txx9_pcibios_setup()
415
txx9_pci_option
|= TXX9_PCI_OPT_CLK_33;
in txx9_pcibios_setup()
417
txx9_pci_option
|= TXX9_PCI_OPT_CLK_66;
in txx9_pcibios_setup()
419
txx9_pci_option
|= TXX9_PCI_OPT_CLK_AUTO;
in txx9_pcibios_setup()
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H
A
D
pci.c
235
int
txx9_pci_option
=
variable
407
txx9_pci_option
|= TXX9_PCI_OPT_PICMG;
in txx9_pcibios_setup()
412
txx9_pci_option
&= ~TXX9_PCI_OPT_PICMG;
in txx9_pcibios_setup()
416
txx9_pci_option
&= ~TXX9_PCI_OPT_CLK_MASK;
in txx9_pcibios_setup()
418
txx9_pci_option
|= TXX9_PCI_OPT_CLK_33;
in txx9_pcibios_setup()
420
txx9_pci_option
|= TXX9_PCI_OPT_CLK_66;
in txx9_pcibios_setup()
422
txx9_pci_option
|= TXX9_PCI_OPT_CLK_AUTO;
in txx9_pcibios_setup()
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H
A
D
setup.c
49
txx9_pci_option
=
in rbtx4938_pci_setup()
50
(
txx9_pci_option
& ~TXX9_PCI_OPT_CLK_MASK) |
in rbtx4938_pci_setup()
57
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in rbtx4938_pci_setup()
68
if ((
txx9_pci_option
& TXX9_PCI_OPT_CLK_MASK) ==
in rbtx4938_pci_setup()
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
fixup-jmr3927.c
52
if (
txx9_pci_option
& TXX9_PCI_OPT_PICMG)
in jmr3927_pci_map_irq()
H
A
D
fixup-rbtx4927.c
51
if (
txx9_pci_option
& TXX9_PCI_OPT_PICMG)
in rbtx4927_pci_map_irq()
H
A
D
fixup-rbtx4938.c
31
if (
txx9_pci_option
& TXX9_PCI_OPT_PICMG)
in rbtx4938_pci_map_irq()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
pci.h
21
extern int
txx9_pci_option
;
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H
A
D
pci.h
21
extern int
txx9_pci_option
;
/kernel/linux/linux-6.6/arch/mips/pci/
H
A
D
fixup-rbtx4927.c
51
if (
txx9_pci_option
& TXX9_PCI_OPT_PICMG)
in rbtx4927_pci_map_irq()
Completed in 5 milliseconds