Find matching xfer_* for the given xfer_mask
u8 ata_xfer_mask2mode(unsigned long xfer_mask);
xfer_mask
xfer_mask of interest
Return matching XFER_* value for xfer_mask. Only the highest bit of xfer_mask is considered.
None.
Matching XFER_* value, 0xff if no match found.
Jeff Garzik
Author.