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:AGPSTAT2_1X
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
generic.c
501
*bridge_agpstat |= (AGPSTAT2_2X |
AGPSTAT2_1X
);
in agp_v2_parse_one()
506
*bridge_agpstat |=
AGPSTAT2_1X
;
in agp_v2_parse_one()
519
*requested_mode |=
AGPSTAT2_1X
;
in agp_v2_parse_one()
525
*requested_mode &= ~(
AGPSTAT2_1X
); /* rate=2 */
in agp_v2_parse_one()
532
*requested_mode &= ~(
AGPSTAT2_1X
|AGPSTAT2_2X); /* rate=4*/
in agp_v2_parse_one()
547
if (!((*bridge_agpstat &
AGPSTAT2_1X
) && (*vga_agpstat &
AGPSTAT2_1X
) && (*requested_mode &
AGPSTAT2_1X
)))
in agp_v2_parse_one()
548
*bridge_agpstat &= ~
AGPSTAT2_1X
;
in agp_v2_parse_one()
552
*bridge_agpstat &= ~(
AGPSTAT2_1X
| AGPSTAT2_2
in agp_v2_parse_one()
[all...]
H
A
D
agp.h
272
#define
AGPSTAT2_1X
(1<<0)
macro
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
generic.c
501
*bridge_agpstat |= (AGPSTAT2_2X |
AGPSTAT2_1X
);
in agp_v2_parse_one()
506
*bridge_agpstat |=
AGPSTAT2_1X
;
in agp_v2_parse_one()
519
*requested_mode |=
AGPSTAT2_1X
;
in agp_v2_parse_one()
525
*requested_mode &= ~(
AGPSTAT2_1X
); /* rate=2 */
in agp_v2_parse_one()
532
*requested_mode &= ~(
AGPSTAT2_1X
|AGPSTAT2_2X); /* rate=4*/
in agp_v2_parse_one()
547
if (!((*bridge_agpstat &
AGPSTAT2_1X
) && (*vga_agpstat &
AGPSTAT2_1X
) && (*requested_mode &
AGPSTAT2_1X
)))
in agp_v2_parse_one()
548
*bridge_agpstat &= ~
AGPSTAT2_1X
;
in agp_v2_parse_one()
552
*bridge_agpstat &= ~(
AGPSTAT2_1X
| AGPSTAT2_2
in agp_v2_parse_one()
[all...]
H
A
D
agp.h
283
#define
AGPSTAT2_1X
(1<<0)
macro
Completed in 5 milliseconds