ata_udma_string

Name

ata_udma_string --  convert UDMA bit offset to string

Synopsis

const char * ata_udma_string (unsigned int udma_mask);

Arguments

udma_mask

mask of bits supported; only highest bit counts.

Description

Determine string which represents the highest speed (highest bit in udma_mask).

LOCKING

None.

RETURNS

Constant C string representing highest speed listed in udma_mask, or the constant C string "<n/a>".