Searched refs:ISC_INT_HISDONE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-regs.h92 #define ISC_INT_HISDONE BIT(12) macro
H A Datmel-isc-base.c282 regmap_write(regmap, ISC_INTEN, ISC_INT_HISDONE);
289 regmap_write(regmap, ISC_INTDIS, ISC_INT_HISDONE);
1262 if (pending & ISC_INT_HISDONE) {
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-regs.h92 #define ISC_INT_HISDONE BIT(12) macro
H A Dmicrochip-isc-base.c272 regmap_write(regmap, ISC_INTEN, ISC_INT_HISDONE);
279 regmap_write(regmap, ISC_INTDIS, ISC_INT_HISDONE);
1210 if (pending & ISC_INT_HISDONE) {

Completed in 153 milliseconds