Searched refs:cpu_read_ptr (Results 1 – 2 of 2) sorted by relevance
265 let rx = self.cpu_read_ptr() as usize;349 fn cpu_read_ptr(&self) -> u32 { in cpu_read_ptr() method350 super::fw::gsp_mem::cpu_read_ptr(&self.0) in cpu_read_ptr()
73 pub(in crate::gsp) fn cpu_read_ptr(qs: &CoherentAllocation<GspMem>) -> u32 { in cpu_read_ptr() function79 let rptr = cpu_read_ptr(qs).wrapping_add(count) % MSGQ_NUM_PAGES; in advance_cpu_read_ptr()