Searched refs:con_4bit_shift (Results 1 – 3 of 3) sorted by relevance
55 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit_input()72 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit_output()73 con |= 0x1 << con_4bit_shift(offset); in samsung_gpiolib_4bit_output()126 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit2_input()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()
93 con &= ~(0xf << con_4bit_shift(offset)); in s5p64x0_gpiolib_rbank_4bit2_input()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()
17 #define con_4bit_shift(__off) ((__off) * 4) macro