Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-pxp.h129 #define BM_PXP_STAT_BLOCKY 0x00FF0000 macro
131 (((v) << 16) & BM_PXP_STAT_BLOCKY)
H A Dimx-pxp.c1109 if (stat & ~(BM_PXP_STAT_BLOCKX | BM_PXP_STAT_BLOCKY | in pxp_irq_handler()