Searched refs:cs_active (Results 1 – 3 of 3) sorted by relevance
304 int cs_active = 0; in omap1_spi100k_transfer_one_message() local322 if (!cs_active) { in omap1_spi100k_transfer_one_message()324 cs_active = 1; in omap1_spi100k_transfer_one_message()346 cs_active = 0; in omap1_spi100k_transfer_one_message()356 if (cs_active) in omap1_spi100k_transfer_one_message()
245 static void omap2_mcspi_force_cs(struct spi_device *spi, int cs_active) in omap2_mcspi_force_cs() argument250 if (cs_active) in omap2_mcspi_force_cs()1069 int cs_active = 0; in omap2_mcspi_work() local1118 if (!cs_active) { in omap2_mcspi_work()1120 cs_active = 1; in omap2_mcspi_work()1173 cs_active = 0; in omap2_mcspi_work()1187 if (cs_active) in omap2_mcspi_work()
253 bool cs_active; member1178 as->cs_active = !as->cs_active; in atmel_spi_one_transfer()1179 if (as->cs_active) in atmel_spi_one_transfer()1205 as->cs_active = true; in atmel_spi_transfer_one_message()