Searched refs:post_read (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-bbram.c | 366 .post_read = bbram_wo_postr, 370 .post_read = bbram_wo_postr, 374 .post_read = bbram_wo_postr, 378 .post_read = bbram_wo_postr, 382 .post_read = bbram_wo_postr, 386 .post_read = bbram_wo_postr, 390 .post_read = bbram_wo_postr, 394 .post_read = bbram_wo_postr, 398 .post_read = bbram_wo_postr, 402 .post_read = bbram_r8_postr,
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-cframe-reg.c | 433 .post_read = cfrm_last_frame_bot_post_read, 436 .post_read = cfrm_last_frame_bot_post_read, 439 .post_read = cfrm_last_frame_bot_post_read, 442 .post_read = cfrm_last_frame_bot_post_read, 445 .post_read = cfrm_last_frame_top_post_read, 448 .post_read = cfrm_last_frame_top_post_read, 451 .post_read = cfrm_last_frame_top_post_read, 454 .post_read = cfrm_last_frame_top_post_read,
|
H A D | xlnx-versal-trng.c | 578 .post_read = trng_core_out_postr,
|
/openbmc/qemu/hw/rtc/ |
H A D | xlnx-zynqmp-rtc.c | 123 .post_read = current_time_postr, 130 .post_read = current_time_postr,
|
/openbmc/qemu/include/hw/ |
H A D | register.h | 57 uint64_t (*post_read)(RegisterInfo *reg, uint64_t val); member
|
/openbmc/qemu/hw/core/ |
H A D | register.c | 148 if (ac->post_read) { in register_read() 149 ret = ac->post_read(reg, ret); in register_read()
|
/openbmc/qemu/hw/ssi/ |
H A D | xlnx-versal-ospi.c | 1458 .post_read = sram_fill_reg_post_read, 1494 .post_read = ind_rd_xfer_ctrl_reg_post_read, 1507 .post_read = ind_wr_xfer_ctrl_reg_post_read, 1556 .post_read = dll_obs_upper_reg_post_read,
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 505 .post_read = size_post_read \
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-zynqmp-can.c | 953 .post_read = can_rxfifo_post_read_id,
|