Symbol: SSP_WRITE_BITS
drivers/spi/spi-pl022.c
1720
SSP_WRITE_BITS(chip->dmacr, SSP_DMA_ENABLED,
drivers/spi/spi-pl022.c
1722
SSP_WRITE_BITS(chip->dmacr, SSP_DMA_ENABLED,
drivers/spi/spi-pl022.c
1727
SSP_WRITE_BITS(chip->dmacr, SSP_DMA_DISABLED,
drivers/spi/spi-pl022.c
1729
SSP_WRITE_BITS(chip->dmacr, SSP_DMA_DISABLED,
drivers/spi/spi-pl022.c
1741
SSP_WRITE_BITS(chip->cr1, chip_info->clkdelay,
drivers/spi/spi-pl022.c
1745
SSP_WRITE_BITS(chip->cr0, chip_info->duplex,
drivers/spi/spi-pl022.c
1747
SSP_WRITE_BITS(chip->cr0, chip_info->ctrl_len,
drivers/spi/spi-pl022.c
1749
SSP_WRITE_BITS(chip->cr0, chip_info->iface,
drivers/spi/spi-pl022.c
1751
SSP_WRITE_BITS(chip->cr1, chip_info->wait_state,
drivers/spi/spi-pl022.c
1754
SSP_WRITE_BITS(chip->cr0, bits - 1,
drivers/spi/spi-pl022.c
1764
SSP_WRITE_BITS(chip->cr1, tmp, SSP_CR1_MASK_RENDN_ST, 4);
drivers/spi/spi-pl022.c
1765
SSP_WRITE_BITS(chip->cr1, etx, SSP_CR1_MASK_TENDN_ST, 5);
drivers/spi/spi-pl022.c
1766
SSP_WRITE_BITS(chip->cr1, chip_info->rx_lev_trig,
drivers/spi/spi-pl022.c
1768
SSP_WRITE_BITS(chip->cr1, chip_info->tx_lev_trig,
drivers/spi/spi-pl022.c
1771
SSP_WRITE_BITS(chip->cr0, bits - 1,
drivers/spi/spi-pl022.c
1773
SSP_WRITE_BITS(chip->cr0, chip_info->iface,
drivers/spi/spi-pl022.c
1782
SSP_WRITE_BITS(chip->cr0, tmp, SSP_CR0_MASK_SPO, 6);
drivers/spi/spi-pl022.c
1788
SSP_WRITE_BITS(chip->cr0, tmp, SSP_CR0_MASK_SPH, 7);
drivers/spi/spi-pl022.c
1790
SSP_WRITE_BITS(chip->cr0, clk_freq.scr, SSP_CR0_MASK_SCR, 8);
drivers/spi/spi-pl022.c
1797
SSP_WRITE_BITS(chip->cr1, tmp, SSP_CR1_MASK_LBM, 0);
drivers/spi/spi-pl022.c
1799
SSP_WRITE_BITS(chip->cr1, SSP_DISABLED, SSP_CR1_MASK_SSE, 1);
drivers/spi/spi-pl022.c
1800
SSP_WRITE_BITS(chip->cr1, chip_info->hierarchy, SSP_CR1_MASK_MS, 2);
drivers/spi/spi-pl022.c
1801
SSP_WRITE_BITS(chip->cr1, chip_info->slave_tx_disable, SSP_CR1_MASK_SOD,