Searched refs:AC_BSY_WAIT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c157 * If AC_BSY_WAIT is set, wait for controller to be not busy,
158 * before issuing a command. If AC_BSY_WAIT is not set,
164 if (ata_ctlp->ac_timing_flags & AC_BSY_WAIT) {
H A Data_common.h319 * If AC_BSY_WAIT needs to be set for laptops that do
325 #define AC_BSY_WAIT 0x1 /* tweak timing in ata_start & atapi_start */ macro
H A Data_disk.c1894 * If AC_BSY_WAIT is set, wait for controller to not be busy,
1895 * before issuing a command. If AC_BSY_WAIT is not set,
1905 if (ata_ctlp->ac_timing_flags & AC_BSY_WAIT) {

Completed in 86 milliseconds