Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm/freescale/imx/
HDimx_spi.c203 bool pinactive; in spi_set_chipsel() local
213 pinactive = !active ^ (bool)(cs & SPIBUS_CS_HIGH); in spi_set_chipsel()
217 (cs & ~SPIBUS_CS_HIGH), pinactive); in spi_set_chipsel()
224 gpio_pin_set_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], pinactive); in spi_set_chipsel()
225 gpio_pin_is_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], &pinactive); in spi_set_chipsel()