Lines Matching refs:hwirq
224 if ((data->hwirq >= 4) && (data->hwirq <= 7)) { in s3c_irqext_type()
227 gpcon_offset = (data->hwirq) * 2; in s3c_irqext_type()
228 extint_offset = (data->hwirq) * 4; in s3c_irqext_type()
229 } else if ((data->hwirq >= 8) && (data->hwirq <= 15)) { in s3c_irqext_type()
232 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
233 extint_offset = (data->hwirq - 8) * 4; in s3c_irqext_type()
234 } else if ((data->hwirq >= 16) && (data->hwirq <= 23)) { in s3c_irqext_type()
237 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
238 extint_offset = (data->hwirq - 16) * 4; in s3c_irqext_type()
253 if ((data->hwirq >= 0) && (data->hwirq <= 3)) { in s3c_irqext0_type()
256 gpcon_offset = (data->hwirq) * 2; in s3c_irqext0_type()
257 extint_offset = (data->hwirq) * 4; in s3c_irqext0_type()