Lines Matching refs:hwirq
225 if ((data->hwirq >= 4) && (data->hwirq <= 7)) { in s3c_irqext_type()
228 gpcon_offset = (data->hwirq) * 2; in s3c_irqext_type()
229 extint_offset = (data->hwirq) * 4; in s3c_irqext_type()
230 } else if ((data->hwirq >= 8) && (data->hwirq <= 15)) { in s3c_irqext_type()
233 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
234 extint_offset = (data->hwirq - 8) * 4; in s3c_irqext_type()
235 } else if ((data->hwirq >= 16) && (data->hwirq <= 23)) { in s3c_irqext_type()
238 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
239 extint_offset = (data->hwirq - 16) * 4; in s3c_irqext_type()
254 if ((data->hwirq >= 0) && (data->hwirq <= 3)) { in s3c_irqext0_type()
257 gpcon_offset = (data->hwirq) * 2; in s3c_irqext0_type()
258 extint_offset = (data->hwirq) * 4; in s3c_irqext0_type()