Lines Matching refs:chip_select
130 unsigned int profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
157 unsigned int chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
165 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
183 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
201 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
202 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
228 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
235 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
243 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
245 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
250 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
252 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
283 dummy_cs = !spi->chip_select; in bcm63xx_hsspi_transfer_one()
297 bcm63xx_hsspi_set_cs(bs, spi->chip_select, false); in bcm63xx_hsspi_transfer_one()