Searched refs:TC_GPIO_BIT (Results 1 – 1 of 1) sorted by relevance
84 #define TC_GPIO_BIT(i) (1 << (i & 0x7)) macro431 & TC_GPIO_BIT(offset)); in tc6393xb_gpio_get()442 dsr |= TC_GPIO_BIT(offset); in __tc6393xb_gpio_set()444 dsr &= ~TC_GPIO_BIT(offset); in __tc6393xb_gpio_set()472 doecr &= ~TC_GPIO_BIT(offset); in tc6393xb_gpio_direction_input()492 doecr |= TC_GPIO_BIT(offset); in tc6393xb_gpio_direction_output()