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:mwdma
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_oldpiix.c
145
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in oldpiix_set_dmamode()
local
150
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in oldpiix_set_dmamode()
162
if (adev->pio_mode < needed_pio[
mwdma
])
in oldpiix_set_dmamode()
H
A
D
pata_radisys.c
113
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in radisys_set_dmamode()
local
117
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in radisys_set_dmamode()
123
if (adev->pio_mode < needed_pio[
mwdma
])
in radisys_set_dmamode()
H
A
D
pata_it8213.c
192
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in it8213_set_dmamode()
local
198
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in it8213_set_dmamode()
205
if (adev->pio_mode < needed_pio[
mwdma
])
in it8213_set_dmamode()
H
A
D
pata_efar.c
197
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in efar_set_dmamode()
local
203
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in efar_set_dmamode()
210
if (adev->pio_mode < needed_pio[
mwdma
])
in efar_set_dmamode()
H
A
D
pata_piccolo.c
56
static const u32
mwdma
[4] = {
in tosh_set_dmamode()
local
59
conf |=
mwdma
[adev->dma_mode - XFER_MW_DMA_0];
in tosh_set_dmamode()
H
A
D
pata_it821x.c
94
u16
mwdma
[2]; /* Cached MWDMA values */
member
303
itdev->
mwdma
[unit] = MWDMA_OFF;
in it821x_passthru_set_dmamode()
322
itdev->
mwdma
[unit] = dma[mode_wanted];
in it821x_passthru_set_dmamode()
352
if (itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_passthru_bmdma_start()
353
it821x_program(ap, adev, itdev->
mwdma
[unit]);
in it821x_passthru_bmdma_start()
376
if (itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_passthru_bmdma_stop()
H
A
D
pata_rdc.c
232
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in rdc_set_dmamode()
local
238
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in rdc_set_dmamode()
245
if (adev->pio_mode < needed_pio[
mwdma
])
in rdc_set_dmamode()
H
A
D
ata_piix.c
719
unsigned int
mwdma
= speed - XFER_MW_DMA_0;
in do_pata_set_dmamode()
local
723
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in do_pata_set_dmamode()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_oldpiix.c
145
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in oldpiix_set_dmamode()
local
150
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in oldpiix_set_dmamode()
162
if (adev->pio_mode < needed_pio[
mwdma
])
in oldpiix_set_dmamode()
H
A
D
pata_radisys.c
113
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in radisys_set_dmamode()
local
117
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in radisys_set_dmamode()
123
if (adev->pio_mode < needed_pio[
mwdma
])
in radisys_set_dmamode()
H
A
D
pata_it8213.c
192
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in it8213_set_dmamode()
local
198
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in it8213_set_dmamode()
205
if (adev->pio_mode < needed_pio[
mwdma
])
in it8213_set_dmamode()
H
A
D
pata_efar.c
197
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in efar_set_dmamode()
local
203
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in efar_set_dmamode()
210
if (adev->pio_mode < needed_pio[
mwdma
])
in efar_set_dmamode()
H
A
D
pata_piccolo.c
56
static const u32
mwdma
[4] = {
in tosh_set_dmamode()
local
59
conf |=
mwdma
[adev->dma_mode - XFER_MW_DMA_0];
in tosh_set_dmamode()
H
A
D
pata_it821x.c
94
u16
mwdma
[2]; /* Cached MWDMA values */
member
303
itdev->
mwdma
[unit] = MWDMA_OFF;
in it821x_passthru_set_dmamode()
322
itdev->
mwdma
[unit] = dma[mode_wanted];
in it821x_passthru_set_dmamode()
352
if (itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_passthru_bmdma_start()
353
it821x_program(ap, adev, itdev->
mwdma
[unit]);
in it821x_passthru_bmdma_start()
376
if (itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_passthru_bmdma_stop()
H
A
D
pata_rdc.c
232
unsigned int
mwdma
= adev->dma_mode - XFER_MW_DMA_0;
in rdc_set_dmamode()
local
238
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in rdc_set_dmamode()
245
if (adev->pio_mode < needed_pio[
mwdma
])
in rdc_set_dmamode()
H
A
D
ata_piix.c
720
unsigned int
mwdma
= speed - XFER_MW_DMA_0;
in do_pata_set_dmamode()
local
724
int pio = needed_pio[
mwdma
] - XFER_PIO_0;
in do_pata_set_dmamode()
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
it821x.c
82
u16
mwdma
[2]; /* Cached MWDMA values */
member
293
itdev->
mwdma
[unit] = dma[mode_wanted];
in it821x_tune_mwdma()
306
/* it821x_program(drive, itdev->
mwdma
[unit]); */
in it821x_tune_mwdma()
330
itdev->
mwdma
[unit] = MWDMA_OFF;
in it821x_tune_udma()
367
if(itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_dma_start()
368
it821x_program(drive, itdev->
mwdma
[unit]);
in it821x_dma_start()
390
if(itdev->
mwdma
[unit] != MWDMA_OFF)
in it821x_dma_end()
H
A
D
piix.c
334
#define DECLARE_ICH_DEV(
mwdma
, udma) \
343
.mwdma_mask =
mwdma
, \
Completed in 14 milliseconds