Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dinternal.h217 #define MAX_MULT_SECTORS 16 macro
224 #if (IDE_DMA_BUF_SECTORS < MAX_MULT_SECTORS)
/openbmc/qemu/hw/ide/
H A Dcore.c152 #if MAX_MULT_SECTORS > 1 in ide_identify()
153 put_le16(p + 47, 0x8000 | MAX_MULT_SECTORS); in ide_identify()
343 #if MAX_MULT_SECTORS > 1 in ide_cfata_identify()
344 put_le16(p + 47, 0x8000 | MAX_MULT_SECTORS); in ide_cfata_identify()
1366 s->mult_sectors = MAX_MULT_SECTORS; in ide_reset()
1485 ((s->nsector & 0xff) > MAX_MULT_SECTORS || in cmd_set_multiple_mode()