Searched refs:IRQ_FALL_STAT_CLR_SHIFT (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-tsensor-regs.h27 #define IRQ_FALL_STAT_CLR_SHIFT 20 macro
H A Daml-tsensor.cpp76 reg_value |= (1 << (IRQ_FALL_STAT_CLR_SHIFT + irq));
83 reg_value &= ~(1 << (IRQ_FALL_STAT_CLR_SHIFT + irq));

Completed in 11 milliseconds