Searched refs:MG_STAT_READY (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dmg_disk.c54 #define MG_STAT_READY (ATA_DRDY | ATA_DSC) macro
55 #define MG_READY_OK(s) (((s) & (MG_STAT_READY | (ATA_BUSY | ATA_DF | \
56 ATA_ERR))) == MG_STAT_READY)
246 if (expect == MG_STAT_READY)
366 err = mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CMD);
417 err = mg_wait(host, MG_STAT_READY, MG_TMAX_HDRST_TO_RDY);
431 err = mg_wait(host, MG_STAT_READY, MG_TMAX_SWRST_TO_RDY);
459 if (mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CMD))
556 } else if (mg_wait(host, MG_STAT_READY,
788 if (mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dmg_disk.c54 #define MG_STAT_READY (ATA_DRDY | ATA_DSC) macro
55 #define MG_READY_OK(s) (((s) & (MG_STAT_READY | (ATA_BUSY | ATA_DF | \
56 ATA_ERR))) == MG_STAT_READY)
246 if (expect == MG_STAT_READY)
366 err = mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CMD);
417 err = mg_wait(host, MG_STAT_READY, MG_TMAX_HDRST_TO_RDY);
431 err = mg_wait(host, MG_STAT_READY, MG_TMAX_SWRST_TO_RDY);
459 if (mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CMD))
556 } else if (mg_wait(host, MG_STAT_READY,
788 if (mg_wait(host, MG_STAT_READY, MG_TMAX_CONF_TO_CM
[all...]

Completed in 123 milliseconds