OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATA_DELAY
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ata/
ata_wdc.c
103
#define
ATA_DELAY
10000 /* 10s for a drive I/O */
223
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
230
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
244
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
263
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
278
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
289
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, wait_flags,
450
switch(wdc_wait_for_ready(chp,
ATA_DELAY
, wait_flags,
531
switch(wdc_wait_for_ready(chp,
ATA_DELAY
, wait_flags, &tfd)) {
562
if (wdc_wait_for_drq(chp,
ATA_DELAY
, AT_POLL, &tfd) != 0)
[
all
...]
/src/sys/dev/ic/
siisata.c
111
#define
ATA_DELAY
10000 /* 10s for a drive I/O */
709
ata_delay
(chp, 10, "siiprb", flags);
833
for (i = 0; i <
ATA_DELAY
/ 10; i++) {
840
ata_delay
(chp, 10, "siiprbrd", AT_WAIT);
871
ata_delay
(chp, 10, "siiprb", AT_WAIT);
1231
callout_reset(&chp->c_timo_callout, mstohz(
ATA_DELAY
),
1246
for (int i = 0; i <
ATA_DELAY
* 10; i++) {
1471
for (int i = 0; i <
ATA_DELAY
* 100; i++) {
1504
for (int i = 0; i <
ATA_DELAY
* 100; i++) {
1850
for (int i = 0; i <
ATA_DELAY
* 10; i++)
[
all
...]
ahcisata_core.c
114
#define
ATA_DELAY
10000 /* 10s for a drive I/O */
124
ata_delay
(chp, AHCISATA_EXTRA_DELAY_MS, msg, flags)
831
ata_delay
(chp, 10, "ahcifis", flags);
926
ata_delay
(chp, 10, "ahcirstw", flags);
967
ata_delay
(chp, 10, "ahcid2h", flags);
1019
ata_delay
(chp, 10, "ahcid2h", flags);
1244
ata_delay
(chp, 10, "ahcipl", xfer->c_ata_c.flags);
1470
callout_reset(&chp->c_timo_callout, mstohz(
ATA_DELAY
),
1486
for (int i = 0; i <
ATA_DELAY
* 10; i++) {
1627
ata_delay
(chp, 10, "ahcistop", flags)
[
all
...]
mvsata.c
111
#define
ATA_DELAY
10000 /* 10s for a drive I/O */
1175
switch(wdc_wait_for_ready(chp,
ATA_DELAY
, wait_flags, &tfd)) {
1205
if (wdc_wait_for_drq(chp,
ATA_DELAY
, AT_POLL, &tfd) != 0) {
1235
mstohz(
ATA_DELAY
), wdctimeout, chp);
1257
mvsata_edma_wait(mvport, xfer,
ATA_DELAY
);
1325
(wdc_wait_for_unbusy(chp, (irq == 0) ?
ATA_DELAY
: 0, AT_POLL, &tfd)
1503
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, flags, &tfd))
1509
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, flags, &tfd))
1522
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, flags, &tfd))
1535
if (wdcwait(chp, WDCS_DRDY, WDCS_DRDY,
ATA_DELAY
, flags, &tfd)
[
all
...]
Completed in 68 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025