Home
last modified time | relevance | path

Searched refs:pinactive (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_spi.c205 bool pinactive; in spi_set_chipsel() local
215 pinactive = !active ^ (bool)(cs & SPIBUS_CS_HIGH); in spi_set_chipsel()
219 (cs & ~SPIBUS_CS_HIGH), pinactive); in spi_set_chipsel()
226 gpio_pin_set_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], pinactive); in spi_set_chipsel()
227 gpio_pin_is_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], &pinactive); in spi_set_chipsel()