Home
last modified time | relevance | path

Searched refs:UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dds90ub953.c63 #define UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(n) BIT(0 + (n)) macro
348 UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(offset), in ub953_gpio_direction_out()
349 value ? UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(offset) : in ub953_gpio_direction_out()
379 UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(offset), in ub953_gpio_set()
380 value ? UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(offset) : in ub953_gpio_set()
661 !!(gpio_local_data & UB953_REG_LOCAL_GPIO_DATA_GPIO_OUT_SRC(i)), in ub953_log_status()