Searched refs:con_offset (Results 1 – 3 of 3) sorted by relevance
142 unsigned con_offset = offset; in samsung_gpiolib_4bit2_output() local144 if (con_offset > 7) in samsung_gpiolib_4bit2_output()145 con_offset -= 8; in samsung_gpiolib_4bit2_output()150 con &= ~(0xf << con_4bit_shift(con_offset)); in samsung_gpiolib_4bit2_output()151 con |= 0x1 << con_4bit_shift(con_offset); in samsung_gpiolib_4bit2_output()
110 unsigned con_offset = offset; in s5p64x0_gpiolib_rbank_4bit2_output() local112 switch (con_offset) { in s5p64x0_gpiolib_rbank_4bit2_output()114 con_offset += 1; in s5p64x0_gpiolib_rbank_4bit2_output()124 con_offset -= 7; in s5p64x0_gpiolib_rbank_4bit2_output()131 con &= ~(0xf << con_4bit_shift(con_offset)); in s5p64x0_gpiolib_rbank_4bit2_output()132 con |= 0x1 << con_4bit_shift(con_offset); in s5p64x0_gpiolib_rbank_4bit2_output()
104 int group, offset, con_offset; in s5p_gpioint_set_type() local109 con_offset = REG_OFFSET(group); in s5p_gpioint_set_type()133 value = __raw_readl(GPIO_BASE(chip) + CON_OFFSET + con_offset); in s5p_gpioint_set_type()136 __raw_writel(value, GPIO_BASE(chip) + CON_OFFSET + con_offset); in s5p_gpioint_set_type()