Lines Matching refs:offs
284 int offs = eint_offset(data->irq); in s3c_irq_eint_set_type() local
291 if (offs > 27) in s3c_irq_eint_set_type()
294 if (offs <= 15) in s3c_irq_eint_set_type()
329 if (offs <= 15) in s3c_irq_eint_set_type()
330 shift = (offs / 2) * 4; in s3c_irq_eint_set_type()
332 shift = ((offs - 16) / 2) * 4; in s3c_irq_eint_set_type()
342 if (offs < 16) { in s3c_irq_eint_set_type()
343 pin = S3C64XX_GPN(offs); in s3c_irq_eint_set_type()
345 } else if (offs < 23) { in s3c_irq_eint_set_type()
346 pin = S3C64XX_GPL(offs + 8 - 16); in s3c_irq_eint_set_type()
349 pin = S3C64XX_GPM(offs - 23); in s3c_irq_eint_set_type()