Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtda1997x_regs.h462 #define MASK_FMT BIT(5) /* Video format changed */ macro
H A Dtda1997x.c1380 source &= ~MASK_FMT; in tda1997x_irq_sus()
1383 if (source & (MASK_FMT | MASK_SUS_END)) { in tda1997x_irq_sus()
2116 io_write(sd, REG_INT_MASK_SUS, MASK_MPT | MASK_FMT | MASK_SUS_END); in tda1997x_core_init()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtda1997x_regs.h465 #define MASK_FMT BIT(5) /* Video format changed */ macro
H A Dtda1997x.c1396 source &= ~MASK_FMT; in tda1997x_irq_sus()
1399 if (source & (MASK_FMT | MASK_SUS_END)) { in tda1997x_irq_sus()
2132 io_write(sd, REG_INT_MASK_SUS, MASK_MPT | MASK_FMT | MASK_SUS_END); in tda1997x_core_init()

Completed in 11 milliseconds