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_32bit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-io-std.c
172
u8
io_32bit
= drive->
io_32bit
;
in ide_input_data()
local
175
if (
io_32bit
) {
in ide_input_data()
178
if ((
io_32bit
& 2) && !mmio) {
in ide_input_data()
189
if ((
io_32bit
& 2) && !mmio)
in ide_input_data()
216
u8
io_32bit
= drive->
io_32bit
;
in ide_output_data()
local
219
if (
io_32bit
) {
in ide_output_data()
222
if ((
io_32bit
& 2) && !mmio) {
in ide_output_data()
233
if ((
io_32bit
in ide_output_data()
[all...]
H
A
D
ide-devsets.c
9
ide_devset_get(
io_32bit
,
io_32bit
);
19
drive->
io_32bit
= arg;
in set_io_32bit()
153
ide_ext_devset_rw_sync(
io_32bit
,
io_32bit
);
H
A
D
ide-taskfile.c
279
u8 saved_io_32bit = drive->
io_32bit
;
in ide_pio_datablock()
285
drive->
io_32bit
= 0;
in ide_pio_datablock()
296
drive->
io_32bit
= saved_io_32bit;
in ide_pio_datablock()
H
A
D
cmd640.c
88
* Version 0.96 prevent use of
io_32bit
when prefetch is off
391
drive->
io_32bit
= 0;
in __set_prefetch_mode()
H
A
D
ide-eh.c
307
drive->
io_32bit
= 0;
in pre_reset()
H
A
D
ide-proc.c
214
IDE_PROC_DEVSET(
io_32bit
, 0, 1 + (SUPPORT_VLB_SYNC << 1)),
H
A
D
ide-probe.c
1065
drive->
io_32bit
= 1;
in ide_port_init_devices()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
571
u8
io_32bit
; /* 0=16-bit, 1=32-bit, 2/3=32bit+sync */
member
930
ide_decl_devset(
io_32bit
);
variable
Completed in 10 milliseconds