Searched refs:XF_PROXY_READ (Results 1 – 2 of 2) sorted by relevance
159 read_idx = XF_PROXY_READ(core, cmd_read_idx); in xf_shmem_process_input()160 write_idx = XF_PROXY_READ(core, cmd_write_idx); in xf_shmem_process_input()217 write_idx = XF_PROXY_READ(core, rsp_write_idx); in xf_shmem_process_output()218 read_idx = XF_PROXY_READ(core, rsp_read_idx); in xf_shmem_process_output()
113 #define XF_PROXY_READ(core, field) \ macro