Lines Matching defs:offset
182 const unsigned int offset = irq_data->reg_offset;
183 const unsigned int rising = COS_ENABLE_RISING << offset;
184 const unsigned int falling = COS_ENABLE_FALLING << offset;
185 const unsigned int mask = COS_ENABLE_BOTH << offset;
229 const unsigned int offset, unsigned int *const reg,
232 const unsigned int out_stride = offset / IDIO_24_NGPIO_PER_REG;
233 const unsigned int in_stride = (offset - 24) / IDIO_24_NGPIO_PER_REG;
240 *mask = BIT(offset % IDIO_24_NGPIO_PER_REG);
243 if (offset < 24) {
249 if (offset < 48) {
269 if (offset < 48)