Searched refs:rsr (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h41 rsr \at1, ACCLO // MAC16 accumulator
42 rsr \at2, ACCHI
49 rsr \at1, M0 // MAC16 registers
50 rsr \at2, M1
53 rsr \at1, M2
54 rsr \at2, M3
61 rsr \at1, SCOMPARE1 // conditional store option
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dentry.S116 rsr a0, DEPC
128 rsr a3, SAR
136 rsr a2, WINDOWBASE
137 rsr a3, WINDOWSTART
208 rsr a2, SAR # original WINDOWBASE
256 rsr a0, DEPC # get a2
268 rsr a3, SAR
276 rsr a2, WINDOWBASE # don't need to save these, we only
277 rsr a3, WINDOWSTART # need shifted windowstart: windowmask
326 rsr a
[all...]
H A Dvectors.S76 rsr a0, EXCCAUSE # retrieve exception cause
100 rsr a0, EXCCAUSE # retrieve exception cause
119 rsr a3, PS
154 rsr a0, PS
167 rsr a0, EXCCAUSE
207 rsr a0, EXCCAUSE
222 rsr a3, EXCCAUSE
241 rsr a3, EXCSAVE_1
H A Dcoprocessor.S234 rsr a3, SAR
238 rsr a2, DEPC
251 rsr a3, EXCCAUSE
258 rsr a0, CPENABLE
294 2: rsr a3, EXCCAUSE
H A Dalign.S138 rsr a0, DEPC
145 rsr a0, SAR
146 rsr a8, EXCVADDR # load unaligned memory address
165 rsr a7, EPC_1 # load exception address
243 rsr a5, LEND # check if we reached LEND
245 rsr a5, LCOUNT # and LCOUNT != 0
248 rsr a7, LBEG # set PC to LBEGIN
323 rsr a4, LEND # check if we reached LEND
325 rsr a4, LCOUNT # and LCOUNT != 0
328 rsr a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmpc5121.h17 u32 rsr; /* Reset Status Register */ member in struct:mpc512x_reset_module
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dapbuart.c80 unsigned int status, ch, rsr, flag; local
92 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX;
94 if (rsr & UART_STATUS_ERR) {
96 if (rsr & UART_STATUS_BR) {
97 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE);
101 } else if (rsr & UART_STATUS_PE) {
103 } else if (rsr & UART_STATUS_FE) {
106 if (rsr & UART_STATUS_OE)
109 rsr &= port->read_status_mask;
111 if (rsr
[all...]
H A Damba-pl010.c122 unsigned int status, ch, flag, rsr, max_count = 256; local
135 rsr = readb(uap->port.membase + UART01x_RSR) | UART_DUMMY_RSR_RX;
136 if (unlikely(rsr & UART01x_RSR_ANY)) {
139 if (rsr & UART01x_RSR_BE) {
140 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE);
144 } else if (rsr & UART01x_RSR_PE)
146 else if (rsr & UART01x_RSR_FE)
148 if (rsr & UART01x_RSR_OE)
151 rsr &= uap->port.read_status_mask;
153 if (rsr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthardware.h59 unsigned int rsr; /* reference sample rate in Hzs*/ member in struct:card_conf
66 int (*pll_init)(struct hw *hw, unsigned int rsr);
80 int (*src_set_rsr)(void *blk, unsigned int rsr);
143 int (*dai_srt_set_rsr)(void *blk, unsigned int rsr);
H A Dctatc.h79 unsigned int rsr; /* reference sample rate in Hz */ member in struct:ct_atc
80 unsigned int msr; /* master sample rate in rsr */
150 unsigned int rsr, unsigned int msr, int chip_type,
H A Dctatc.c266 (atc->rsr * atc->msr));
458 pitch = atc_get_pitch((atc->rsr * atc->msr),
475 conf[1].pitch = atc_get_pitch(atc->rsr,
519 pitch = atc_get_pitch((atc->rsr * atc->msr),
595 pitch = atc_get_pitch((atc->rsr * atc->msr),
682 pitch = atc_get_pitch((atc->rsr * atc->msr),
784 unsigned int pitch, rsr = atc->pll_rate; local
792 while (apcm->substream->runtime->rate > (rsr * desc.msr))
800 pitch = atc_get_pitch(apcm->substream->runtime->rate, (rsr * desc.msr));
1089 /* Restore PLL to atc->rsr i
1633 ct_atc_create(struct snd_card *card, struct pci_dev *pci, unsigned int rsr, unsigned int msr, int chip_type, unsigned int ssid, struct ct_atc **ratc) argument
[all...]
H A Dctdaio.c302 unsigned int rsr; local
304 for (rsr = 0; msr > 1; msr >>= 1)
305 rsr++;
307 ((struct hw *)dai->hw)->dai_srt_set_rsr(dai->ctrl_blk, rsr);
480 unsigned int rsr, msr; local
492 for (rsr = 0, msr = desc->msr; msr > 1; msr >>= 1)
493 rsr++;
495 hw->dai_srt_set_rsr(dai->ctrl_blk, rsr);
H A Dctsrc.c232 unsigned int rsr, msr; local
236 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1)
237 rsr++;
239 hw->src_set_rsr(src->rsc.ctrl_blk, rsr);
300 unsigned int rsr, msr; local
305 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1)
306 rsr++;
308 hw->src_set_rsr(src->rsc.ctrl_blk, rsr);
H A Dcthw20k1.c204 static int src_set_rsr(void *blk, unsigned int rsr) argument
208 set_field(&ctl->ctl, SRCCTL_RSR, rsr);
852 static int dai_srt_set_rsr(void *blk, unsigned int rsr) argument
856 set_field(&ctl->srtctl, SRTCTL_RSR, rsr);
1311 static int hw_pll_init(struct hw *hw, unsigned int rsr) argument
1316 pllctl = (48000 == rsr) ? 0x1480a001 : 0x1480a731;
2006 err = hw_pll_init(hw, info->rsr);
H A Dcthw20k2.c202 static int src_set_rsr(void *blk, unsigned int rsr) argument
206 set_field(&ctl->ctl, SRCCTL_RSR, rsr);
840 static int dai_srt_set_rsr(void *blk, unsigned int rsr) argument
844 set_field(&ctl->srt, SRTCTL_RSR, rsr);
1293 static int hw_pll_init(struct hw *hw, unsigned int rsr) argument
1308 if (48000 == rsr) {
1997 err = hw_pll_init(hw, info->rsr);
H A Dctpcm.c284 runtime->hw.rate_max = atc->rsr * atc->msr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dxirc2ps_cs.c972 unsigned rsr, pktlen; local
1012 rsr = GetByte(XIRCREG0_RSR);
1013 if (bytes_rcvd > maxrx_bytes && (rsr & PktRxOk)) {
1018 } else if (rsr & PktRxOk) {
1024 pr_debug("rsr=%#02x packet_length=%u\n", rsr, pktlen);
1065 if (!(rsr & PhyPkt))
1069 pr_debug("rsr=%#02x\n", rsr);
1071 if (rsr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23888-ir.c552 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
555 rsr = stats & STATS_RSR; /* Rx FIFO Service Request */
566 tsr ? "tsr" : " ", rsr ? "rsr" : " ",
600 if ((rse && rsr) || (rte && rto)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c507 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; local
527 rsr = stats & STATS_RSR; /* Rx FIFO Service Request */
537 tsr ? "tsr" : " ", rsr ? "rsr" : " ",
571 if ((rse && rsr) || (rte && rto)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S57 rsr a5, WINDOWBASE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/s6000/include/variant/
H A Dtie-asm.h41 rsr \at1, BR // boolean option
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_nl.c1544 int rsr; /* re-sync running */ local
1569 rsr = ( mdev->state.conn == C_SYNC_SOURCE ||
1574 if (rsr && strcmp(sc.csums_alg, mdev->sync_conf.csums_alg)) {
1579 if (!rsr && sc.csums_alg[0]) {
1649 if (!rsr) {

Completed in 329 milliseconds