Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h50 IDE_DMA__COUNT enumerator
/openbmc/qemu/hw/ide/
H A Dide-internal.h317 extern const char *IDE_DMA_CMD_lookup[IDE_DMA__COUNT];
H A Dcore.c67 const char *IDE_DMA_CMD_lookup[IDE_DMA__COUNT] = {
76 if ((unsigned)enval < IDE_DMA__COUNT) { in IDE_DMA_CMD_str()