Searched refs:exynos_mux_set_dat (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dmux.c68 static void exynos_mux_set_dat(struct mux_cfg *_cfg, int pin, int val) function
431 exynos_mux_set_dat(cfg, GPIOID_PIN(gpio->id), 1);
433 exynos_mux_set_dat(cfg, GPIOID_PIN(gpio->id), 0);
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dmux.c68 static void exynos_mux_set_dat(struct mux_cfg *_cfg, int pin, int val) function
431 exynos_mux_set_dat(cfg, GPIOID_PIN(gpio->id), 1);
433 exynos_mux_set_dat(cfg, GPIOID_PIN(gpio->id), 0);

Completed in 83 milliseconds