Searched refs:GPIO_CFG1_GPIOBUF_BIT_ (Results 1 – 2 of 2) sorted by relevance
274 gpio->gpio_cfg1 |= GPIO_CFG1_GPIOBUF_BIT_(pin); in lan743x_gpio_rsrv_ptp_out()320 gpio->gpio_cfg1 &= ~GPIO_CFG1_GPIOBUF_BIT_(pin); in lan743x_gpio_release()
141 #define GPIO_CFG1_GPIOBUF_BIT_(bit) BIT(0 + (bit)) macro