Searched refs:cntxt_rp (Results 1 – 1 of 1) sorted by relevance
1093 phys_addr_t cntxt_rp; in gpi_process_events() local1099 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_process_events()1100 rp = to_virtual(ev_ring, cntxt_rp); in gpi_process_events()1142 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_process_events()1143 rp = to_virtual(ev_ring, cntxt_rp); in gpi_process_events()1174 u32 cntxt_rp, local_rp; in gpi_mark_stale_events() local1177 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_mark_stale_events()1181 while (local_rp != cntxt_rp) { in gpi_mark_stale_events()1190 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_mark_stale_events()