Lines Matching refs:chip_select
128 unsigned profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
155 unsigned chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
163 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
181 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
199 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
200 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
226 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
233 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
241 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
243 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
248 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
250 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
281 dummy_cs = !spi->chip_select; in bcm63xx_hsspi_transfer_one()
295 bcm63xx_hsspi_set_cs(bs, spi->chip_select, false); in bcm63xx_hsspi_transfer_one()