OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_SINGLE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ata/
ata_wdc.c
159
(ata_bio->flags &
ATA_SINGLE
) == 0)
369
if (xfer->c_skip == 0 || (ata_bio->flags &
ATA_SINGLE
) != 0) {
372
if (ata_bio->flags &
ATA_SINGLE
)
385
ata_bio->flags |=
ATA_SINGLE
;
514
KASSERT(nblks == 1 || (ata_bio->flags &
ATA_SINGLE
) == 0);
atavar.h
47
#define
ATA_SINGLE
0x0008 /* transfer must be done in singlesector mode */
wd.c
736
* do this, as
ATA_SINGLE
is usually executed as PIO transfer by drivers
741
xfer->c_bio.flags =
ATA_SINGLE
;
/src/sys/arch/emips/ebus/
ace_ebus.c
127
#define
ATA_SINGLE
0x0008 /* transfer must be done in singlesector mode */
401
if (sc->sc_bio.flags &
ATA_SINGLE
)
1826
sc->sc_bio.flags =
ATA_SINGLE
;
flash_ebus.c
147
#define
ATA_SINGLE
0x0008 /* transfer must be done in singlesector mode */
1606
if (sc->sc_bio.flags &
ATA_SINGLE
) bnow = 1;
1754
sc->sc_bio.flags =
ATA_SINGLE
;
/src/sys/dev/ic/
mvsata.c
1006
(ata_bio->flags &
ATA_SINGLE
) == 0)
1042
if (xfer->c_skip == 0 || (ata_bio->flags &
ATA_SINGLE
) != 0) {
1045
if (ata_bio->flags &
ATA_SINGLE
)
1058
ata_bio->flags |=
ATA_SINGLE
;
1132
KASSERT(nblks == 1 || (ata_bio->flags &
ATA_SINGLE
) == 0);
Completed in 82 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026