Home
last modified time | relevance | path

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

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