OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
158
(ata_bio->flags &
ATA_SINGLE
) == 0)
369
if (xfer->c_skip == 0 || (ata_bio->flags &
ATA_SINGLE
) != 0) {
370
if (ata_bio->flags &
ATA_SINGLE
)
391
ata_bio->flags |=
ATA_SINGLE
;
518
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
739
* do this, as
ATA_SINGLE
is usually executed as PIO transfer by drivers
744
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 */
404
if (sc->sc_bio.flags &
ATA_SINGLE
)
1833
sc->sc_bio.flags =
ATA_SINGLE
;
flash_ebus.c
147
#define
ATA_SINGLE
0x0008 /* transfer must be done in singlesector mode */
1613
if (sc->sc_bio.flags &
ATA_SINGLE
) bnow = 1;
1761
sc->sc_bio.flags =
ATA_SINGLE
;
/src/sys/dev/ic/
mvsata.c
1005
(ata_bio->flags &
ATA_SINGLE
) == 0)
1042
if (xfer->c_skip == 0 || (ata_bio->flags &
ATA_SINGLE
) != 0) {
1043
if (ata_bio->flags &
ATA_SINGLE
)
1064
ata_bio->flags |=
ATA_SINGLE
;
1136
KASSERT(nblks == 1 || (ata_bio->flags &
ATA_SINGLE
) == 0);
Completed in 38 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025