Home
last modified time | relevance | path

Searched refs:DTD_NOTIFY_SHFT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h195 #define DTD_NOTIFY_SHFT 25 macro
258 return (type << DTD_DATA_TYPE_SHFT) | (notify << DTD_NOTIFY_SHFT) | in dtd_type_ctl_stride()
309 return (dtd->type_ctl_stride >> DTD_NOTIFY_SHFT) & DTD_NOTIFY_MASK; in dtd_get_notify()
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h195 #define DTD_NOTIFY_SHFT 25 macro
258 return (type << DTD_DATA_TYPE_SHFT) | (notify << DTD_NOTIFY_SHFT) | in dtd_type_ctl_stride()
309 return (dtd->type_ctl_stride >> DTD_NOTIFY_SHFT) & DTD_NOTIFY_MASK; in dtd_get_notify()

Completed in 4 milliseconds