Lines Matching refs:spi_get_chipselect
352 unsigned int chip_select = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_do_prepend_txrx()
444 unsigned int profile = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_set_clk()
471 unsigned int chip_select = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_do_txrx()
481 bcm63xx_hsspi_set_cs(bs, spi_get_chipselect(spi, 0), true); in bcm63xx_hsspi_do_txrx()
548 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi_get_chipselect(spi, 0))); in bcm63xx_hsspi_setup()
555 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi_get_chipselect(spi, 0))); in bcm63xx_hsspi_setup()
563 reg |= BIT(spi_get_chipselect(spi, 0)); in bcm63xx_hsspi_setup()
565 reg &= ~BIT(spi_get_chipselect(spi, 0)); in bcm63xx_hsspi_setup()
570 bs->cs_polarity |= BIT(spi_get_chipselect(spi, 0)); in bcm63xx_hsspi_setup()
572 bs->cs_polarity &= ~BIT(spi_get_chipselect(spi, 0)); in bcm63xx_hsspi_setup()
603 dummy_cs = !spi_get_chipselect(spi, 0); in bcm63xx_hsspi_do_dummy_cs_txrx()
636 bcm63xx_hsspi_set_cs(bs, spi_get_chipselect(spi, 0), false); in bcm63xx_hsspi_do_dummy_cs_txrx()
641 bcm63xx_hsspi_set_cs(bs, spi_get_chipselect(spi, 0), true); in bcm63xx_hsspi_do_dummy_cs_txrx()
645 bcm63xx_hsspi_set_cs(bs, spi_get_chipselect(spi, 0), t->cs_off); in bcm63xx_hsspi_do_dummy_cs_txrx()
651 bcm63xx_hsspi_set_cs(bs, spi_get_chipselect(spi, 0), false); in bcm63xx_hsspi_do_dummy_cs_txrx()