Lines Matching refs:chip_select
131 unsigned int profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
158 unsigned int chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
166 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
184 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
202 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
203 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
229 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
236 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
244 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
246 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
251 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
253 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
284 dummy_cs = !spi->chip_select; in bcm63xx_hsspi_transfer_one()
298 bcm63xx_hsspi_set_cs(bs, spi->chip_select, false); in bcm63xx_hsspi_transfer_one()