Searched refs:con_offset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dgpiolib.c142 unsigned con_offset = offset; local
144 if (con_offset > 7)
145 con_offset -= 8;
150 con &= ~(0xf << con_4bit_shift(con_offset));
151 con |= 0x1 << con_4bit_shift(con_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
H A Dgpio.c89 unsigned con_offset = offset; local
91 switch (con_offset) {
93 con_offset += 1;
103 con_offset -= 7;
110 con &= ~(0xf << con_4bit_shift(con_offset));
111 con |= 0x1 << con_4bit_shift(con_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/
H A Dirq-gpio.c193 int group, offset, con_offset; local
198 con_offset = group_to_con_offset(group);
224 value = __raw_readl(S5P_GPIOREG(CON_OFFSET) + con_offset);
227 __raw_writel(value, S5P_GPIOREG(CON_OFFSET) + con_offset);

Completed in 78 milliseconds