Searched refs:DEFINE_LDST_DMA (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 239 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \ macro 270 DEFINE_LDST_DMA(uw, w, 16, le); 271 DEFINE_LDST_DMA(l, l, 32, le); 272 DEFINE_LDST_DMA(q, q, 64, le); 273 DEFINE_LDST_DMA(uw, w, 16, be); 274 DEFINE_LDST_DMA(l, l, 32, be); 275 DEFINE_LDST_DMA(q, q, 64, be); 277 #undef DEFINE_LDST_DMA
|