Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c429 u32 start_cs, last_cs; in check_sch_tt() local
458 last_cs = start_cs + cs_count - 1; in check_sch_tt()
460 if (last_cs > 7) in check_sch_tt()
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.h65 int last_cs; member
H A Dpasemi_mac.c1498 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()
/openbmc/linux/include/linux/spi/
H A Dspi.h680 char last_cs; member
/openbmc/linux/drivers/spi/
H A Dspi.c964 if (!force && ((enable && spi->controller->last_cs == spi_get_chipselect(spi, 0)) || in spi_set_cs()
965 (!enable && spi->controller->last_cs != spi_get_chipselect(spi, 0))) && in spi_set_cs()
971 spi->controller->last_cs = enable ? spi_get_chipselect(spi, 0) : -1; in spi_set_cs()
3188 ctlr->last_cs = -1; in spi_register_controller()