Searched refs:con_4bit_shift (Results 1 – 2 of 2) sorted by relevance
316 con |= 0xf << con_4bit_shift(offset); in samsung_gpiolib_4bit_input()318 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit_input()335 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit_output()336 con |= 0x1 << con_4bit_shift(offset); in samsung_gpiolib_4bit_output()390 con &= ~(0xf << con_4bit_shift(offset)); in samsung_gpiolib_4bit2_input()414 con &= ~(0xf << con_4bit_shift(con_offset)); in samsung_gpiolib_4bit2_output()415 con |= 0x1 << con_4bit_shift(con_offset); in samsung_gpiolib_4bit2_output()
20 #define con_4bit_shift(__off) ((__off) * 4) macro
Completed in 6 milliseconds