Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/mips/
H A Dmips.h17 void rc4030_dma_read(void *dma, uint8_t *buf, int len);
/openbmc/qemu/hw/mips/
H A Djazz.c337 esp->dma_memory_read = rc4030_dma_read; in mips_jazz_init()
/openbmc/qemu/hw/dma/
H A Drc4030.c631 void rc4030_dma_read(void *dma, uint8_t *buf, int len) in rc4030_dma_read() function