Searched refs:cntxt_rp (Results 1 – 1 of 1) sorted by relevance
1078 phys_addr_t cntxt_rp; in gpi_process_events() local1084 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_process_events()1085 rp = to_virtual(ev_ring, cntxt_rp); in gpi_process_events()1127 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_process_events()1128 rp = to_virtual(ev_ring, cntxt_rp); in gpi_process_events()1159 u32 cntxt_rp, local_rp; in gpi_mark_stale_events() local1162 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_mark_stale_events()1166 while (local_rp != cntxt_rp) { in gpi_mark_stale_events()1175 cntxt_rp = gpi_read_reg(gpii, gpii->ev_ring_rp_lsb_reg); in gpi_mark_stale_events()