Home
last modified time | relevance | path

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

/drivers/irqchip/
A Dqcom-pdc.c181 enum pdc_irq_config_bits pdc_type; in qcom_pdc_gic_set_type() local
187 pdc_type = PDC_EDGE_RISING; in qcom_pdc_gic_set_type()
190 pdc_type = PDC_EDGE_FALLING; in qcom_pdc_gic_set_type()
194 pdc_type = PDC_EDGE_DUAL; in qcom_pdc_gic_set_type()
198 pdc_type = PDC_LEVEL_HIGH; in qcom_pdc_gic_set_type()
201 pdc_type = PDC_LEVEL_LOW; in qcom_pdc_gic_set_type()
210 pdc_type |= (old_pdc_type & ~IRQ_i_CFG_TYPE_MASK); in qcom_pdc_gic_set_type()
211 pdc_reg_write(IRQ_i_CFG, d->hwirq, pdc_type); in qcom_pdc_gic_set_type()
226 if (old_pdc_type != pdc_type) in qcom_pdc_gic_set_type()

Completed in 4 milliseconds