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:tx3927_pcicptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
ops-tx3927.c
53
tx3927_pcicptr
->ica =
in mkaddr()
59
tx3927_pcicptr
->pcistat |= PCI_STATUS_REC_MASTER_ABORT;
in mkaddr()
60
tx3927_pcicptr
->pcistatim &= ~PCI_STATUS_REC_MASTER_ABORT;
in mkaddr()
66
if (
tx3927_pcicptr
->pcistat & PCI_STATUS_REC_MASTER_ABORT) {
in check_abort()
67
tx3927_pcicptr
->pcistat |= PCI_STATUS_REC_MASTER_ABORT;
in check_abort()
68
tx3927_pcicptr
->pcistatim |= PCI_STATUS_REC_MASTER_ABORT;
in check_abort()
86
*val = *(volatile u8 *) ((unsigned long) &
tx3927_pcicptr
->icd | (where & 3));
in tx3927_pci_read_config()
90
*val = le16_to_cpu(*(volatile u16 *) ((unsigned long) &
tx3927_pcicptr
->icd | (where & 3)));
in tx3927_pci_read_config()
94
*val = le32_to_cpu(
tx3927_pcicptr
->icd);
in tx3927_pci_read_config()
109
*(volatile u8 *) ((unsigned long) &
tx3927_pcicptr
in tx3927_pci_write_config()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx3927.h
319
#define
tx3927_pcicptr
((struct tx3927_pcic_reg *)TX3927_PCIC_REG)
macro
Completed in 2 milliseconds