Home
last modified time | relevance | path

Searched refs:INT_POL_CTL0 (Results 1 – 3 of 3) sorted by relevance

/platform/mediatek/mt6735/
A Dinterrupts.c62 #define INT_POL_CTL0 (MCUCFG_BASE + 0x620) macro
186 value = DRV_Reg32(INT_POL_CTL0 + (reg_index * 4)); in mt_irq_set_polarity()
188 DRV_WriteReg32((INT_POL_CTL0 + (reg_index * 4)), value); in mt_irq_set_polarity()
190 value = DRV_Reg32(INT_POL_CTL0 + (reg_index * 4)); in mt_irq_set_polarity()
192 DRV_WriteReg32(INT_POL_CTL0 + (reg_index * 4), value); in mt_irq_set_polarity()
/platform/mediatek/mt6797/include/platform/
A Dmt_irq.h25 #define INT_POL_CTL0 (MCUCFG_BASE + 0x620) macro
/platform/mediatek/common/gic/
A Dmt_gic_v3.c242 value = DRV_Reg32(INT_POL_CTL0 + (reg_index * 4)); in mt_irq_set_polarity()
244 DRV_WriteReg32((INT_POL_CTL0 + (reg_index * 4)), value); in mt_irq_set_polarity()
246 value = DRV_Reg32(INT_POL_CTL0 + (reg_index * 4)); in mt_irq_set_polarity()
248 DRV_WriteReg32(INT_POL_CTL0 + (reg_index * 4), value); in mt_irq_set_polarity()

Completed in 13 milliseconds