Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/nxp/
Dimx-pxp.h125 #define BM_PXP_STAT_BLOCKX 0xFF000000 macro
127 (((v) << 24) & BM_PXP_STAT_BLOCKX)
Dimx-pxp.c1011 if (stat & ~(BM_PXP_STAT_BLOCKX | BM_PXP_STAT_BLOCKY | in pxp_irq_handler()