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

/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c734 clr_gpio_bits(softc_t *sc, u_int32_t bits) function
746 clr_gpio_bits(sc, GPIO_RESET);
765 clr_gpio_bits(sc, GPIO_MODE);
769 clr_gpio_bits(sc, GPIO_RESET | GPIO_DP);
812 clr_gpio_bits(sc, GPIO_RESET | GPIO_DP);
838 clr_gpio_bits(sc, GPIO_DATA); /* DATA setup */
839 clr_gpio_bits(sc, GPIO_CLK); /* CLK falling edge */
863 clr_gpio_bits(sc, GPIO_DATA); /* DATA setup */
865 clr_gpio_bits(sc, GPIO_CLK); /* CLK falling edge */
882 clr_gpio_bits(s
[all...]
H A Dif_lmc.h1501 static void clr_gpio_bits(softc_t *, u_int32_t);

Completed in 162 milliseconds