Lines Matching refs:chip_select
132 unsigned int profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
159 unsigned int chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
167 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
185 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
203 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
204 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
230 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
237 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
245 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
247 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
252 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
254 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
285 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()