Searched defs:ata_sff_busy_wait (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dlibata.h1886 * ata_sff_busy_wait - Wait for a port status register
1898 static inline u8 ata_sff_busy_wait(struct ata_port *ap, unsigned int bits, function
1924 u8 status = ata_sff_busy_wait(ap, ATA_BUSY | ATA_DRQ, 1000);

Completed in 11 milliseconds