Searched refs:cp_intc_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/mach-davinci/ |
D | cp_intc.c | 29 static inline void cp_intc_write(unsigned long value, unsigned offset) in cp_intc_write() function 36 cp_intc_write(d->hwirq, CP_INTC_SYS_STAT_IDX_CLR); in cp_intc_ack_irq() 43 cp_intc_write(1, CP_INTC_HOST_ENABLE_IDX_CLR); in cp_intc_mask_irq() 44 cp_intc_write(d->hwirq, CP_INTC_SYS_ENABLE_IDX_CLR); in cp_intc_mask_irq() 45 cp_intc_write(1, CP_INTC_HOST_ENABLE_IDX_SET); in cp_intc_mask_irq() 51 cp_intc_write(d->hwirq, CP_INTC_SYS_ENABLE_IDX_SET); in cp_intc_unmask_irq() 82 cp_intc_write(polarity, CP_INTC_SYS_POLARITY(reg)); in cp_intc_set_irq_type() 83 cp_intc_write(type, CP_INTC_SYS_TYPE(reg)); in cp_intc_set_irq_type() 145 cp_intc_write(0, CP_INTC_GLOBAL_ENABLE); in cp_intc_of_init() 148 cp_intc_write(0, CP_INTC_HOST_ENABLE(0)); in cp_intc_of_init() [all …]
|