Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/
Ddebug_global.h21 #define DEBUG_BUF_SIZE 1024 macro
22 #define DEBUG_BUF_MASK (DEBUG_BUF_SIZE - 1)
55 u32 buf[DEBUG_BUF_SIZE];
71 u32 buf[DEBUG_BUF_SIZE];
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Ddebug_private.h63 size_t delta = DEBUG_BUF_SIZE - debug_data_ptr->tail; in debug_synch_queue()
87 size_t delta = DEBUG_BUF_SIZE - debug_data_ptr->tail; in debug_synch_queue_isp()
113 size_t delta = DEBUG_BUF_SIZE - debug_data_ptr->tail; in debug_synch_queue_ddr()