Searched refs:rcr1 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.h15 u16 rcr1; member in struct:bf5xx_tdm_port
H A Dbf5xx-i2s.c49 u16 rcr1; member in struct:bf5xx_i2s_port
101 bf5xx_i2s.rcr1 |= RFSR | RCKFE;
107 bf5xx_i2s.rcr1 |= RFSR;
171 ret = sport_config_rx(sport_handle, bf5xx_i2s.rcr1,
244 ret = sport_config_rx(sport_handle, bf5xx_i2s.rcr1,
H A Dbf5xx-sport.h77 unsigned int rcr1; member in struct:sport_device
128 unsigned int rcr1, unsigned int rcr2,
H A Dbf5xx-sport.c55 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
94 int sport_config_rx(struct sport_device *sport, unsigned int rcr1, argument
97 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
100 sport->regs->rcr1 = rcr1;
114 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN))
160 sport->regs->rcr1 |= RSPEN;
170 sport->regs->rcr1 &= ~RSPEN;
969 sport->regs->rcr1 |= RSPEN;
996 sport->regs->rcr1
[all...]
H A Dbf5xx-tdm.c148 ret = sport_config_rx(sport_handle, bf5xx_tdm.rcr1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h84 __BFP(rcr1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sh.c562 unsigned int rcr1; local
573 rcr1 = readb(rtc->regbase + RCR1);
574 rcr1 &= ~(RCR1_AF | RCR1_AIE);
575 writeb(rcr1, rtc->regbase + RCR1);
589 rcr1 |= RCR1_AIE;
590 writeb(rcr1, rtc->regbase + RCR1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcbsp.c433 regs->rcr1 |= RFRLEN1(wpf - 1);
440 regs->rcr1 |= RWDLEN1(OMAP_MCBSP_WORD_16);
447 regs->rcr1 |= RWDLEN1(OMAP_MCBSP_WORD_32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmcbsp.h321 u16 rcr1; member in struct:omap_mcbsp_reg_cfg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmcbsp.c216 MCBSP_WRITE(mcbsp, RCR1, config->rcr1);
1412 mcbsp_cfg.rcr1 |= (RWDLEN1(spi_cfg->word_length) | RFRLEN1(0));

Completed in 197 milliseconds