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:ultra_mask
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
hpt366.c
116
* - set the correct hwif->
ultra_mask
for each individual chip
388
u32
ultra_mask
;
member
424
.
ultra_mask
= 0x30070000,
437
.
ultra_mask
= 0x303c0000,
557
u8 mask = hwif->
ultra_mask
;
in hpt3xx_udma_filter()
639
t->
ultra_mask
);
in hpt3xx_set_mode()
H
A
D
cs5530.c
86
u8 mask = hwif->
ultra_mask
;
in cs5530_udma_filter()
H
A
D
it821x.c
581
hwif->
ultra_mask
= ATA_UDMA6;
in init_hwif_it821x()
587
hwif->
ultra_mask
= 0;
in init_hwif_it821x()
H
A
D
sc1200.c
109
u8 mask = hwif->
ultra_mask
;
in sc1200_udma_filter()
H
A
D
amd74xx.c
84
u8 udma_mask = hwif->
ultra_mask
;
in amd_set_drive()
H
A
D
ide-probe.c
1103
hwif->
ultra_mask
= d->udma_mask;
in ide_init_port()
1122
hwif->
ultra_mask
= 0;
in ide_init_port()
1149
if (port_ops && port_ops->cable_detect && (hwif->
ultra_mask
& 0x78)) {
in ide_port_cable_detect()
H
A
D
piix.c
306
hwif->
ultra_mask
= hwif->mwdma_mask = hwif->swdma_mask = 0;
in init_hwif_piix()
H
A
D
ide-dma.c
252
mask &= hwif->
ultra_mask
;
in ide_get_mode_mask()
H
A
D
alim15x3.c
153
return drive->hwif->
ultra_mask
;
in ali_udma_filter()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
741
u8
ultra_mask
;
member
Completed in 18 milliseconds