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:gcw
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-atapi.c
40
u8
gcw
[2], protocol, device_type, removable, drq_type, packet_size;
in ide_check_atapi_device()
local
42
*((u16 *)&
gcw
) = id[ATA_ID_CONFIG];
in ide_check_atapi_device()
44
protocol = (
gcw
[1] & 0xC0) >> 6;
in ide_check_atapi_device()
45
device_type =
gcw
[1] & 0x1F;
in ide_check_atapi_device()
46
removable = (
gcw
[0] & 0x80) >> 7;
in ide_check_atapi_device()
47
drq_type = (
gcw
[0] & 0x60) >> 5;
in ide_check_atapi_device()
48
packet_size =
gcw
[0] & 0x03;
in ide_check_atapi_device()
Completed in 1 milliseconds