Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddebug_global.h22 #define DEBUG_BUF_MASK (DEBUG_BUF_SIZE - 1) macro
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddebug_private.h43 debug_data_ptr->head = (debug_data_ptr->head + 1) & DEBUG_BUF_MASK; in debug_dequeue()