Symbol: mcasp_get_reg
sound/soc/ti/davinci-mcasp.c
1429
return mcasp_get_reg(mcasp, mcasp->fifo_base + MCASP_WFIFOSTS_OFFSET);
sound/soc/ti/davinci-mcasp.c
1437
return mcasp_get_reg(mcasp, mcasp->fifo_base + MCASP_RFIFOSTS_OFFSET);
sound/soc/ti/davinci-mcasp.c
193
if ((mcasp_get_reg(mcasp, ctl_reg) & val) == val)
sound/soc/ti/davinci-mcasp.c
197
if (i == 1000 && ((mcasp_get_reg(mcasp, ctl_reg) & val) != val))
sound/soc/ti/davinci-mcasp.c
203
u32 aclkxctl = mcasp_get_reg(mcasp, DAVINCI_MCASP_ACLKXCTL_REG);
sound/soc/ti/davinci-mcasp.c
210
u32 rxfmctl = mcasp_get_reg(mcasp, DAVINCI_MCASP_RXFMCTL_REG);
sound/soc/ti/davinci-mcasp.c
2587
val = mcasp_get_reg(mcasp, DAVINCI_MCASP_PFUNC_REG);
sound/soc/ti/davinci-mcasp.c
2618
val = mcasp_get_reg(mcasp, DAVINCI_MCASP_PFUNC_REG);
sound/soc/ti/davinci-mcasp.c
2635
val = mcasp_get_reg(mcasp, DAVINCI_MCASP_PDSET_REG);
sound/soc/ti/davinci-mcasp.c
2648
val = mcasp_get_reg(mcasp, DAVINCI_MCASP_PDIR_REG);
sound/soc/ti/davinci-mcasp.c
293
return mcasp_get_reg(mcasp, DAVINCI_MCASP_AHCLKRCTL_REG) & AHCLKRE;
sound/soc/ti/davinci-mcasp.c
295
return mcasp_get_reg(mcasp, DAVINCI_MCASP_AHCLKXCTL_REG) & AHCLKXE;
sound/soc/ti/davinci-mcasp.c
2973
context->config_regs[i] = mcasp_get_reg(mcasp, context_regs[i]);
sound/soc/ti/davinci-mcasp.c
2977
context->afifo_regs[0] = mcasp_get_reg(mcasp, reg);
sound/soc/ti/davinci-mcasp.c
2981
context->afifo_regs[1] = mcasp_get_reg(mcasp, reg);
sound/soc/ti/davinci-mcasp.c
2985
context->xrsr_regs[i] = mcasp_get_reg(mcasp,
sound/soc/ti/davinci-mcasp.c
365
while ((mcasp_get_reg(mcasp, DAVINCI_MCASP_TXSTAT_REG) & XRDATA) &&
sound/soc/ti/davinci-mcasp.c
475
stat = mcasp_get_reg(mcasp, DAVINCI_MCASP_TXSTAT_REG);
sound/soc/ti/davinci-mcasp.c
506
stat = mcasp_get_reg(mcasp, DAVINCI_MCASP_RXSTAT_REG);