ssp_curcfg        837 sound/soc/bcm/cygnus-ssp.c 	u32 ssp_curcfg;
ssp_curcfg        896 sound/soc/bcm/cygnus-ssp.c 	ssp_curcfg = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
ssp_curcfg        897 sound/soc/bcm/cygnus-ssp.c 	ssp_outcfg = (ssp_curcfg & I2S_OUT_CFG_REG_UPDATE_MASK) | ssp_newcfg;
ssp_curcfg        904 sound/soc/bcm/cygnus-ssp.c 	ssp_curcfg = readl(aio->cygaud->i2s_in + aio->regs.i2s_cap_cfg);
ssp_curcfg        905 sound/soc/bcm/cygnus-ssp.c 	ssp_incfg = (ssp_curcfg & I2S_IN_CFG_REG_UPDATE_MASK) | ssp_newcfg;