Searched refs:GPIO_CFG0_GPIO_DIR_BIT_ (Results 1 – 2 of 2) sorted by relevance
268 gpio->gpio_cfg0 |= GPIO_CFG0_GPIO_DIR_BIT_(pin); in lan743x_gpio_rsrv_ptp_out()324 gpio->gpio_cfg0 &= ~GPIO_CFG0_GPIO_DIR_BIT_(pin); in lan743x_gpio_release()
136 #define GPIO_CFG0_GPIO_DIR_BIT_(bit) BIT(16 + (bit)) macro