Lines Matching refs:chip_select
133 unsigned int profile = spi->chip_select; in bcm63xx_hsspi_set_clk()
160 unsigned int chip_select = spi->chip_select; in bcm63xx_hsspi_do_txrx() local
168 bcm63xx_hsspi_set_cs(bs, spi->chip_select, true); in bcm63xx_hsspi_do_txrx()
186 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
204 __raw_writel(!chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
205 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
231 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
238 HSSPI_PROFILE_SIGNAL_CTRL_REG(spi->chip_select)); in bcm63xx_hsspi_setup()
246 reg |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
248 reg &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
253 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
255 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
286 dummy_cs = !spi->chip_select; in bcm63xx_hsspi_transfer_one()
299 bcm63xx_hsspi_set_cs(bs, spi->chip_select, false); in bcm63xx_hsspi_transfer_one()