ATA_MODE_STRING
Section: libata Library (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
ata_mode_string - convert xfer_mask to string
 
SYNOPSIS
- 
const char * ata_mode_string(unsigned long xfer_mask);
ARGUMENTS
xfer_mask
- 
- mask of bits supported; only highest bit counts.
DESCRIPTION
Determine string which represents the highest speed (highest bit in
modemask).
 
LOCKING
None.
 
RETURNS
Constant C string representing highest speed listed in
mode_mask, or the constant C string
lq<n/a>rq.
 
AUTHOR
Jeff Garzik
- 
Author.
COPYRIGHT