Searched refs:cpu_write_ptr (Results 1 – 2 of 2) sorted by relevance
259 let tx = self.cpu_write_ptr();305 let tx = self.cpu_write_ptr(); in driver_write_area_size()440 fn cpu_write_ptr(&self) -> u32 { in cpu_write_ptr() method441 super::fw::gsp_mem::cpu_write_ptr(&self.0) in cpu_write_ptr()
82 pub(in crate::gsp) fn cpu_write_ptr(qs: &Coherent<GspMem>) -> u32 { in cpu_write_ptr() function87 let wptr = cpu_write_ptr(qs).wrapping_add(count) % MSGQ_NUM_PAGES; in advance_cpu_write_ptr()