Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/
Dimx-pxp.h129 #define BM_PXP_STAT_BLOCKY 0x00FF0000 macro
131 (((v) << 16) & BM_PXP_STAT_BLOCKY)
Dimx-pxp.c1004 if (stat & ~(BM_PXP_STAT_BLOCKX | BM_PXP_STAT_BLOCKY | in pxp_irq_handler()