Home
last modified time | relevance | path

Searched refs:MAX_SATA_BLOCKS_READ_WRITE (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ata/
Dahci.c43 #ifndef MAX_SATA_BLOCKS_READ_WRITE
44 #define MAX_SATA_BLOCKS_READ_WRITE 0x80 macro
805 now_blocks = min((u16)MAX_SATA_BLOCKS_READ_WRITE, blocks); in ata_scsiop_read_write()