Searched refs:pl330_dmaadxh (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 617 static void pl330_dmaadxh(PL330Chan *ch, uint8_t *args, bool ra, bool neg) in pl330_dmaadxh() function 637 pl330_dmaadxh(ch, args, extract32(opcode, 1, 1), false); in pl330_dmaaddh() 642 pl330_dmaadxh(ch, args, extract32(opcode, 1, 1), true); in pl330_dmaadnh()
|