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

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

Completed in 113 milliseconds