Lines Matching refs:bucken_spec
35 static const struct gpio_dt_spec bucken_spec = variable
181 if (!device_is_ready(bucken_spec.port)) { in rpu_gpio_config()
182 LOG_ERR("BUCKEN GPIO %s is not ready", bucken_spec.port->name); in rpu_gpio_config()
186 ret = gpio_pin_configure_dt(&bucken_spec, (GPIO_OUTPUT | NRF_GPIO_DRIVE_H0H1)); in rpu_gpio_config()
195 gpio_pin_configure_dt(&bucken_spec, GPIO_DISCONNECTED); in rpu_gpio_config()
208 ret = gpio_pin_configure_dt(&bucken_spec, GPIO_DISCONNECTED); in rpu_gpio_remove()
228 ret = gpio_pin_set_dt(&bucken_spec, 1); in rpu_pwron()
239 gpio_pin_set_dt(&bucken_spec, 0); in rpu_pwron()
245 if ((bucken_spec.port == iovdd_ctrl_spec.port) && in rpu_pwron()
246 (bucken_spec.pin == iovdd_ctrl_spec.pin)) { in rpu_pwron()
253 LOG_DBG("Bucken = %d, IOVDD = %d", gpio_pin_get_dt(&bucken_spec), in rpu_pwron()
263 ret = gpio_pin_set_dt(&bucken_spec, 0); /* BUCKEN = 0 */ in rpu_pwroff()