Lines Matching full:intspec
1065 * @intspec: The interrupt specifier data from the device tree
1066 * @intsize: The number of entries in @intspec
1074 const u32 *intspec, unsigned int intsize, in irq_domain_xlate_onecell() argument
1079 *out_hwirq = intspec[0]; in irq_domain_xlate_onecell()
1089 * @intspec: The interrupt specifier data from the device tree
1090 * @intsize: The number of entries in @intspec
1099 const u32 *intspec, unsigned int intsize, in irq_domain_xlate_twocell() argument
1104 of_phandle_args_to_fwspec(ctrlr, intspec, intsize, &fwspec); in irq_domain_xlate_twocell()
1113 * @intspec: The interrupt specifier data from the device tree
1114 * @intsize: The number of entries in @intspec
1123 const u32 *intspec, unsigned int intsize, in irq_domain_xlate_twothreecell() argument
1128 of_phandle_args_to_fwspec(ctrlr, intspec, intsize, &fwspec); in irq_domain_xlate_twothreecell()
1138 * @intspec: The interrupt specifier data from the device tree
1139 * @intsize: The number of entries in @intspec
1153 const u32 *intspec, unsigned int intsize, in irq_domain_xlate_onetwocell() argument
1158 *out_hwirq = intspec[0]; in irq_domain_xlate_onetwocell()
1160 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()