Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddebug_private.h53 u32 remote_tail = sp_dmem_load_uint32(SP0_ID, in debug_synch_queue() local
56 if (remote_tail > debug_data_ptr->tail) { in debug_synch_queue()
70 remote_tail * sizeof(uint32_t)); in debug_synch_queue()
72 debug_data_ptr->tail = remote_tail; in debug_synch_queue()
80 if (remote_tail > debug_data_ptr->tail) { in debug_synch_queue_isp()
94 remote_tail * sizeof(uint32_t)); in debug_synch_queue_isp()
96 debug_data_ptr->tail = remote_tail; in debug_synch_queue_isp()
101 u32 remote_tail; in debug_synch_queue_ddr() local
106 if (remote_tail > debug_data_ptr->tail) { in debug_synch_queue_ddr()
120 remote_tail * sizeof(uint32_t)); in debug_synch_queue_ddr()
[all …]