Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dqcom-pdc.c141 enum pdc_irq_config_bits old_pdc_type; in qcom_pdc_gic_set_type() local
168 old_pdc_type = pdc_reg_read(IRQ_i_CFG, d->hwirq); in qcom_pdc_gic_set_type()
169 pdc_type |= (old_pdc_type & ~IRQ_i_CFG_TYPE_MASK); in qcom_pdc_gic_set_type()
185 if (old_pdc_type != pdc_type) in qcom_pdc_gic_set_type()