Home
last modified time | relevance | path

Searched refs:cpu_write_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs259 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() method
441 super::fw::gsp_mem::cpu_write_ptr(&self.0) in cpu_write_ptr()
H A Dfw.rs82 pub(in crate::gsp) fn cpu_write_ptr(qs: &Coherent<GspMem>) -> u32 { in cpu_write_ptr() function
87 let wptr = cpu_write_ptr(qs).wrapping_add(count) % MSGQ_NUM_PAGES; in advance_cpu_write_ptr()