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

12

/linux-master/arch/xtensa/variants/csp/include/variant/
H A Dtie-asm.h91 rsr.ACCLO \at1 // MAC16 option
93 rsr.ACCHI \at1 // MAC16 option
103 rsr.BR \at1 // boolean option
105 rsr.SCOMPARE1 \at1 // conditional store option
107 rsr.M0 \at1 // MAC16 option
109 rsr.M1 \at1 // MAC16 option
111 rsr.M2 \at1 // MAC16 option
113 rsr.M3 \at1 // MAC16 option
/linux-master/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
/linux-master/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h92 rsr \at1, ACCLO // MAC16 option
94 rsr \at1, ACCHI // MAC16 option
104 rsr \at1, M0 // MAC16 option
106 rsr \at1, M1 // MAC16 option
108 rsr \at1, M2 // MAC16 option
110 rsr \at1, M3 // MAC16 option
112 rsr \at1, SCOMPARE1 // conditional store option
/linux-master/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h81 rsr.ACCLO \at1 // MAC16 option
83 rsr.ACCHI \at1 // MAC16 option
93 rsr.SCOMPARE1 \at1 // conditional store option
95 rsr.M0 \at1 // MAC16 option
97 rsr.M1 \at1 // MAC16 option
99 rsr.M2 \at1 // MAC16 option
101 rsr.M3 \at1 // MAC16 option
/linux-master/arch/xtensa/kernel/
H A Dentry.S73 rsr \flags, ps
80 rsr \flags, ps
126 rsr a0, depc
139 rsr a3, sar
153 rsr a2, windowbase
154 rsr a3, windowstart
232 rsr a2, sar # original WINDOWBASE
280 rsr a0, depc # get a2
292 rsr a3, sar
301 rsr a
[all...]
H A Dvectors.S78 rsr a0, exccause # retrieve exception cause
105 rsr a0, exccause # retrieve exception cause
217 rsr a2, ps
262 rsr a0, ps
272 rsr a0, exccause
293 rsr a3, exccause
312 rsr a3, excsave1
345 rsr a0, exccause
432 rsr a0, ps
434 rsr a
[all...]
H A Dalign.S352 rsr a3, excsave1
366 rsr a0, ps
444 rsr a4, lend # check if we reached LEND
446 rsr a4, lcount # and LCOUNT != 0
449 rsr a7, lbeg # set PC to LBEGIN
456 rsr a4, icountlevel
459 rsr a4, icount
464 rsr a3, excsave1
496 rsr a4, depc
499 rsr a
[all...]
H A Dcoprocessor.S145 rsr a0, ps
155 rsr a3, sar
159 rsr a2, depc
174 rsr a3, exccause
181 rsr a0, cpenable
195 rsr a0, excsave1 # exc_table
H A Dhead.S89 rsr a2, excsave1
210 rsr a2, prid
329 rsr a0, prid
/linux-master/drivers/tty/serial/
H A Dapbuart.c70 unsigned int status, rsr; local
83 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX;
85 if (rsr & UART_STATUS_ERR) {
87 if (rsr & UART_STATUS_BR) {
88 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE);
92 } else if (rsr & UART_STATUS_PE) {
94 } else if (rsr & UART_STATUS_FE) {
97 if (rsr & UART_STATUS_OE)
100 rsr &= port->read_status_mask;
102 if (rsr
[all...]
H A Damba-pl010.c115 unsigned int status, rsr, max_count = 256; local
129 rsr = readb(port->membase + UART01x_RSR) | UART_DUMMY_RSR_RX;
130 if (unlikely(rsr & UART01x_RSR_ANY)) {
133 if (rsr & UART01x_RSR_BE) {
134 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE);
138 } else if (rsr & UART01x_RSR_PE)
140 else if (rsr & UART01x_RSR_FE)
142 if (rsr & UART01x_RSR_OE)
145 rsr &= port->read_status_mask;
147 if (rsr
[all...]
H A Dlantiq.c174 unsigned int ch = 0, rsr = 0, fifocnt; local
181 rsr = (__raw_readl(port->membase + LTQ_ASC_STATE)
190 if (rsr & ASCSTATE_ANY) {
191 if (rsr & ASCSTATE_PE) {
195 } else if (rsr & ASCSTATE_FE) {
200 if (rsr & ASCSTATE_ROE) {
206 rsr &= port->read_status_mask;
208 if (rsr & ASCSTATE_PE)
210 else if (rsr & ASCSTATE_FE)
214 if ((rsr
[all...]
/linux-master/drivers/staging/vt6655/
H A Ddpc.c31 u8 *rsr, *new_rsr, *rssi; local
76 rsr = skb_data + bytes_received - 1;
77 if (*rsr & (RSR_IVLDTYP | RSR_IVLDLEN))
94 if (!(*rsr & RSR_CRCOK))
/linux-master/drivers/watchdog/
H A Dmpc8xxx_wdt.c161 u32 __iomem *rsr = ioremap(res->start, resource_size(res)); local
163 if (!rsr)
166 status = in_be32(rsr) & wdt_type->rsr_mask;
169 out_be32(rsr, wdt_type->rsr_mask);
170 iounmap(rsr);
/linux-master/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie-asm.h91 rsr.ACCLO \at1 // MAC16 option
93 rsr.ACCHI \at1 // MAC16 option
103 rsr.BR \at1 // boolean option
105 rsr.SCOMPARE1 \at1 // conditional store option
107 rsr.M0 \at1 // MAC16 option
109 rsr.M1 \at1 // MAC16 option
111 rsr.M2 \at1 // MAC16 option
113 rsr.M3 \at1 // MAC16 option
/linux-master/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie-asm.h92 rsr.ACCLO \at1 // MAC16 option
94 rsr.ACCHI \at1 // MAC16 option
104 rsr.M0 \at1 // MAC16 option
106 rsr.M1 \at1 // MAC16 option
108 rsr.M2 \at1 // MAC16 option
110 rsr.M3 \at1 // MAC16 option
112 rsr.BR \at1 // boolean option
114 rsr.SCOMPARE1 \at1 // conditional store option
/linux-master/sound/pci/ctxfi/
H A Dcthardware.h58 unsigned int rsr; /* reference sample rate in Hzs*/ member in struct:card_conf
72 int (*pll_init)(struct hw *hw, unsigned int rsr);
90 int (*src_set_rsr)(void *blk, unsigned int rsr);
153 int (*dai_srt_set_rsr)(void *blk, unsigned int rsr);
H A Dctatc.h76 unsigned int rsr; /* reference sample rate in Hz */ member in struct:ct_atc
77 unsigned int msr; /* master sample rate in rsr */
152 unsigned int rsr, unsigned int msr, int chip_type,
H A Dctatc.c264 (atc->rsr * atc->msr));
464 pitch = atc_get_pitch((atc->rsr * atc->msr),
481 conf[1].pitch = atc_get_pitch(atc->rsr,
525 pitch = atc_get_pitch((atc->rsr * atc->msr),
601 pitch = atc_get_pitch((atc->rsr * atc->msr),
688 pitch = atc_get_pitch((atc->rsr * atc->msr),
791 unsigned int pitch, rsr = atc->pll_rate; local
799 while (apcm->substream->runtime->rate > (rsr * desc.msr))
807 pitch = atc_get_pitch(apcm->substream->runtime->rate, (rsr * desc.msr));
1130 /* Restore PLL to atc->rsr i
1669 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 Dctsrc.c228 unsigned int rsr, msr; local
232 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1)
233 rsr++;
235 hw->src_set_rsr(src->rsc.ctrl_blk, rsr);
296 unsigned int rsr, msr; local
301 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1)
302 rsr++;
304 hw->src_set_rsr(src->rsc.ctrl_blk, rsr);
H A Dctdaio.c289 unsigned int rsr; local
291 for (rsr = 0; msr > 1; msr >>= 1)
292 rsr++;
294 dai->hw->dai_srt_set_rsr(dai->ctrl_blk, rsr);
468 unsigned int rsr, msr; local
480 for (rsr = 0, msr = desc->msr; msr > 1; msr >>= 1)
481 rsr++;
483 hw->dai_srt_set_rsr(dai->ctrl_blk, rsr);
/linux-master/arch/powerpc/include/asm/
H A Dmpc5121.h15 u32 rsr; /* Reset Status Register */ member in struct:mpc512x_reset_module
/linux-master/arch/xtensa/lib/
H A Dmulsi3.S59 rsr a5, ACCLO
61 rsr a4, ACCLO
/linux-master/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dtie-asm.h40 rsr \at1, BR // boolean option
46 rsr \at1, SCOMPARE1 // conditional store option
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c981 unsigned rsr, pktlen; local
1024 rsr = GetByte(XIRCREG0_RSR);
1025 if (bytes_rcvd > maxrx_bytes && (rsr & PktRxOk)) {
1030 } else if (rsr & PktRxOk) {
1036 pr_debug("rsr=%#02x packet_length=%u\n", rsr, pktlen);
1099 if (!(rsr & PhyPkt))
1103 pr_debug("rsr=%#02x\n", rsr);
1105 if (rsr
[all...]

Completed in 164 milliseconds

12