Searched refs:GPIO_CFG1_GPIOEN_BIT_ (Results 1 – 2 of 2) sorted by relevance
203 gpio->gpio_cfg1 &= ~GPIO_CFG1_GPIOEN_BIT_(bit); in lan743x_gpio_rsrv_ptp_out()249 gpio->gpio_cfg1 |= GPIO_CFG1_GPIOEN_BIT_(bit); in lan743x_gpio_release()
75 #define GPIO_CFG1_GPIOEN_BIT_(bit) BIT(16 + (bit)) macro