Lines Matching refs:chip_select
127 unsigned profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
154 unsigned chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
162 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
177 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
195 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
196 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
222 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
229 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
237 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
239 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
244 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
246 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
277 dummy_cs = !spi->chip_select; in bcm63xx_hsspi_transfer_one()
291 bcm63xx_hsspi_set_cs(bs, spi->chip_select, false); in bcm63xx_hsspi_transfer_one()