Searched refs:last_cs (Results 1 – 5 of 5) sorted by relevance
429 u32 start_cs, last_cs; in check_sch_tt() local458 last_cs = start_cs + cs_count - 1; in check_sch_tt()460 if (last_cs > 7) in check_sch_tt()
65 int last_cs; member
1498 csring = mac->cs[mac->last_cs]; in pasemi_mac_start_tx()1499 mac->last_cs = (mac->last_cs + 1) % mac->num_cs; in pasemi_mac_start_tx()
665 char last_cs; member
973 if (!force && ((enable && spi->controller->last_cs == spi_get_chipselect(spi, 0)) || in spi_set_cs()974 (!enable && spi->controller->last_cs != spi_get_chipselect(spi, 0))) && in spi_set_cs()980 spi->controller->last_cs = enable ? spi_get_chipselect(spi, 0) : -1; in spi_set_cs()3199 ctlr->last_cs = -1; in spi_register_controller()
Completed in 21 milliseconds