Searched refs:advance_cpu_write_ptr (Results 1 – 2 of 2) sorted by relevance
445 fn advance_cpu_write_ptr(&mut self, elem_count: u32) { in advance_cpu_write_ptr() method446 super::fw::gsp_mem::advance_cpu_write_ptr(&self.0, elem_count) in advance_cpu_write_ptr()680 self.gsp_mem.advance_cpu_write_ptr(elem_count); in send_single_command()
86 pub(in crate::gsp) fn advance_cpu_write_ptr(qs: &Coherent<GspMem>, count: u32) { in advance_cpu_write_ptr() function