Searched refs:gpio_dw_port_set_bits_raw (Results 1 – 1 of 1) sorted by relevance
29 static int gpio_dw_port_set_bits_raw(const struct device *port, uint32_t mask);252 gpio_dw_port_set_bits_raw(port, BIT(pin)); in dw_pin_config()332 static int gpio_dw_port_set_bits_raw(const struct device *port, uint32_t mask) in gpio_dw_port_set_bits_raw() function406 .port_set_bits_raw = gpio_dw_port_set_bits_raw,