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:io_tlb_ps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
hp-agp.c
70
int
io_tlb_ps
; // IOC ps config
member
86
hp->
io_tlb_ps
= readq(hp->ioc_regs+HP_ZX1_TCNFG);
in hp_zx1_ioc_shared()
87
switch (hp->
io_tlb_ps
) {
in hp_zx1_ioc_shared()
94
"configuration 0x%x\n", hp->
io_tlb_ps
);
in hp_zx1_ioc_shared()
135
hp->
io_tlb_ps
= 3;
in hp_zx1_ioc_owner()
138
hp->
io_tlb_ps
= 2;
in hp_zx1_ioc_owner()
141
hp->
io_tlb_ps
= 1;
in hp_zx1_ioc_owner()
144
hp->
io_tlb_ps
= 0;
in hp_zx1_ioc_owner()
249
writel(hp->
io_tlb_ps
, hp->ioc_regs+HP_ZX1_TCNFG);
in hp_zx1_configure()
H
A
D
parisc-agp.c
254
u64 iova_base, *io_pdir,
io_tlb_ps
;
in agp_ioc_init()
local
261
io_tlb_ps
= readq(info->ioc_regs+IOC_TCNFG);
in agp_ioc_init()
262
switch (
io_tlb_ps
) {
in agp_ioc_init()
269
"configuration 0x%llx\n",
io_tlb_ps
);
in agp_ioc_init()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
hp-agp.c
70
int
io_tlb_ps
; // IOC ps config
member
86
hp->
io_tlb_ps
= readq(hp->ioc_regs+HP_ZX1_TCNFG);
in hp_zx1_ioc_shared()
87
switch (hp->
io_tlb_ps
) {
in hp_zx1_ioc_shared()
94
"configuration 0x%x\n", hp->
io_tlb_ps
);
in hp_zx1_ioc_shared()
135
hp->
io_tlb_ps
= 3;
in hp_zx1_ioc_owner()
138
hp->
io_tlb_ps
= 2;
in hp_zx1_ioc_owner()
141
hp->
io_tlb_ps
= 1;
in hp_zx1_ioc_owner()
144
hp->
io_tlb_ps
= 0;
in hp_zx1_ioc_owner()
249
writel(hp->
io_tlb_ps
, hp->ioc_regs+HP_ZX1_TCNFG);
in hp_zx1_configure()
H
A
D
parisc-agp.c
255
u64 iova_base,
io_tlb_ps
;
in agp_ioc_init()
local
263
io_tlb_ps
= readq(info->ioc_regs+IOC_TCNFG);
in agp_ioc_init()
264
switch (
io_tlb_ps
) {
in agp_ioc_init()
271
"configuration 0x%llx\n",
io_tlb_ps
);
in agp_ioc_init()
Completed in 4 milliseconds