Searched refs:SSCR1 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-pxa2xx.h97 pxa2xx_spi_write(drv_data, SSCR1, pxa2xx_spi_read(drv_data, SSCR1) & ~bits);
H A Dspi-pxa2xx.c41 * For testing SSCR1 changes that require SSP restart, basically
605 pxa2xx_spi_update(drv_data, SSCR1, mask, threshold);
643 if (!(pxa2xx_spi_read(drv_data, SSCR1) & SSCR1_TIE))
681 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
709 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
750 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
763 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg & ~drv_data->int_cr1);
764 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
1085 pxa2xx_spi_update(drv_data, SSCR1, change_mask, cr1);
1119 pxa2xx_spi_write(drv_data, SSCR1, cr
[all...]
/linux-master/sound/soc/pxa/
H A Dpxa-ssp.c55 dev_dbg(ssp->dev, "SSCR0 0x%08x SSCR1 0x%08x SSTO 0x%08x\n",
56 pxa_ssp_read_reg(ssp, SSCR0), pxa_ssp_read_reg(ssp, SSCR1),
127 priv->cr1 = __raw_readl(ssp->mmio_base + SSCR1);
146 __raw_writel(priv->cr1, ssp->mmio_base + SSCR1);
360 sscr1 = pxa_ssp_read_reg(ssp, SSCR1);
365 pxa_ssp_write_reg(ssp, SSCR1, sscr1);
427 sscr1 = pxa_ssp_read_reg(ssp, SSCR1) &
484 pxa_ssp_write_reg(ssp, SSCR1, sscr1);
490 scfr = pxa_ssp_read_reg(ssp, SSCR1) | SSCR1_SCFR;
491 pxa_ssp_write_reg(ssp, SSCR1, scf
[all...]
/linux-master/include/linux/
H A Dpxa2xx_ssp.h35 #define SSCR1 (0x04) /* SSP Control Register 1 */ macro
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c343 catpt_writel_ssp(cdev, i, SSCR1, CATPT_SSC1_DEFAULT);

Completed in 203 milliseconds