Lines Matching refs:offs
283 int offs = eint_offset(data->irq); in s3c_irq_eint_set_type() local
290 if (offs > 27) in s3c_irq_eint_set_type()
293 if (offs <= 15) in s3c_irq_eint_set_type()
328 if (offs <= 15) in s3c_irq_eint_set_type()
329 shift = (offs / 2) * 4; in s3c_irq_eint_set_type()
331 shift = ((offs - 16) / 2) * 4; in s3c_irq_eint_set_type()
341 if (offs < 16) { in s3c_irq_eint_set_type()
342 pin = S3C64XX_GPN(offs); in s3c_irq_eint_set_type()
344 } else if (offs < 23) { in s3c_irq_eint_set_type()
345 pin = S3C64XX_GPL(offs + 8 - 16); in s3c_irq_eint_set_type()
348 pin = S3C64XX_GPM(offs - 23); in s3c_irq_eint_set_type()