Searched refs:ATA_ALTSTAT (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.h64 #define ATA_ALTSTAT 11 /* (R) alternate status */ macro
/freebsd-current/sys/powerpc/powermac/
H A Data_dbdma.c134 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY) {
136 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY)
/freebsd-current/sys/dev/ata/chipsets/
H A Data-acard.c140 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY) {
142 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY)
H A Data-intel.c845 ch->r_io[ATA_ALTSTAT].offset = ch_offset + 0x28;
/freebsd-current/sys/dev/ata/
H A Data-lowlevel.c179 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC))
198 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC))
610 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY) {
612 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY)
628 status = ATA_IDX_INB(ch, ATA_ALTSTAT);
661 status = ATA_IDX_INB(ch, ATA_ALTSTAT);
H A Data-pci.c454 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY) {
456 if (ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_BUSY)
H A Data-all.h70 #define ATA_ALTSTAT 11 /* (R) alternate status */ macro
H A Data-all.c421 ch->r_io[ATA_ALTSTAT].res = ch->r_io[ATA_CONTROL].res;
422 ch->r_io[ATA_ALTSTAT].offset = ch->r_io[ATA_CONTROL].offset;
/freebsd-current/usr.sbin/bhyve/
H A Dahci.h69 #define ATA_ALTSTAT 11 /* (R) alternate status */ macro
/freebsd-current/sys/dev/siis/
H A Dsiis.h65 #define ATA_ALTSTAT 11 /* (R) alternate status */ macro
/freebsd-current/sys/dev/mvs/
H A Dmvs.h227 #define ATA_ALTSTAT 0x120 /* (R) alternate status */ macro
H A Dmvs.c824 uint8_t status = ATA_INB(ch->r_mem, clear ? ATA_STATUS : ATA_ALTSTAT);
1140 res->status = ATA_INB(ch->r_mem, ATA_ALTSTAT);
1586 ATA_INB(ch->r_mem, ATA_ALTSTAT));
/freebsd-current/sys/dev/ahci/
H A Dahci.h66 #define ATA_ALTSTAT 11 /* (R) alternate status */ macro

Completed in 587 milliseconds