Lines Matching defs:extint_offset
161 unsigned long extint_offset,
204 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset);
214 unsigned long gpcon_offset, extint_offset;
220 extint_offset = (data->hwirq) * 4;
225 extint_offset = (data->hwirq - 8) * 4;
230 extint_offset = (data->hwirq - 16) * 4;
236 extint_offset, type);
243 unsigned long gpcon_offset, extint_offset;
249 extint_offset = (data->hwirq) * 4;
255 extint_offset, type);