Lines Matching full:pdc
127 * active low interrupts to be handled at GIC, PDC has an inverter that inverts
149 * qcom_pdc_gic_set_type: Configure PDC for the interrupt
154 * If @type is edge triggered, forward that as Rising edge as PDC
156 * If @type is level, then forward that as level high as PDC
201 * When we change types the PDC can give a phantom interrupt. in qcom_pdc_gic_set_type()
216 .name = "PDC",
367 n = of_property_count_elems_of_size(np, "qcom,pdc-ranges", sizeof(u32)); in pdc_setup_pin_mapping()
379 ret = of_property_read_u32_index(np, "qcom,pdc-ranges", in pdc_setup_pin_mapping()
384 ret = of_property_read_u32_index(np, "qcom,pdc-ranges", in pdc_setup_pin_mapping()
389 ret = of_property_read_u32_index(np, "qcom,pdc-ranges", in pdc_setup_pin_mapping()
414 pr_err("%pOF: unable to map PDC registers\n", node); in qcom_pdc_init()
420 pr_err("%pOF: unable to find PDC's parent domain\n", node); in qcom_pdc_init()
427 pr_err("%pOF: failed to init PDC pin-hwirq mapping\n", node); in qcom_pdc_init()
446 pr_err("%pOF: PDC domain add failed for GPIO domain\n", node); in qcom_pdc_init()
463 IRQCHIP_DECLARE(qcom_pdc, "qcom,pdc", qcom_pdc_init);