Searched refs:WFIFO_SZ (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-cfu.c | 41 memcpy(wfifo_ret, wfifo, WFIFO_SZ * sizeof(uint32_t)); in update_wfifo() 42 memset(wfifo, 0, WFIFO_SZ * sizeof(uint32_t)); in update_wfifo() 170 memset(s->wfifo, 0, WFIFO_SZ * sizeof(uint32_t)); in cfu_apb_reset() 215 uint32_t wfifo[WFIFO_SZ]; in cfu_stream_write() 278 uint32_t wfifo[WFIFO_SZ]; in cfu_sfr_write() 386 memset(s->wfifo, 0, WFIFO_SZ * sizeof(uint32_t)); in cfu_sfr_reset_enter()
|
H A D | xlnx-versal-cframe-reg.c | 509 uint32_t wfifo[WFIFO_SZ]; in cframe_reg_fdri_write() 531 memset(s->wfifo, 0, WFIFO_SZ * sizeof(uint32_t)); in cframe_reg_reset_enter() 601 uint32_t wfifo[WFIFO_SZ]; in cframes_bcast_reg_write() 622 uint32_t wfifo[WFIFO_SZ]; in cframes_bcast_fdri_write() 761 memset(s->wfifo, 0, WFIFO_SZ * sizeof(uint32_t)); in cframe_bcast_reg_reset_enter()
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-versal-cfu.h | 199 #define WFIFO_SZ 4 macro 208 uint32_t wfifo[WFIFO_SZ]; 233 uint32_t wfifo[WFIFO_SZ];
|
H A D | xlnx-versal-cframe-reg.h | 271 uint32_t wfifo[WFIFO_SZ]; 296 uint32_t wfifo[WFIFO_SZ];
|