| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 73 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 a2, windowbase # don't need to save these, we only [all …]
|
| H A D | vectors.S | 78 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 a2, windowbase [all …]
|
| H A D | align.S | 191 rsr a6, ps 358 rsr a3, excsave1 372 rsr a0, ps 450 rsr a4, lend # check if we reached LEND 452 rsr a4, lcount # and LCOUNT != 0 455 rsr a7, lbeg # set PC to LBEGIN 462 rsr a4, icountlevel 465 rsr a4, icount 470 rsr a3, excsave1 502 rsr a4, depc [all …]
|
| H A D | coprocessor.S | 145 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
|
| /linux/arch/xtensa/variants/dc232b/include/variant/ |
| H A D | tie-asm.h | 41 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/arch/xtensa/variants/de212/include/variant/ |
| H A D | tie-asm.h | 81 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/arch/xtensa/variants/csp/include/variant/ |
| H A D | tie-asm.h | 91 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/arch/xtensa/variants/dc233c/include/variant/ |
| H A D | tie-asm.h | 92 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/drivers/watchdog/ |
| H A D | mpc8xxx_wdt.c | 163 u32 __iomem *rsr = ioremap(res->start, resource_size(res)); in mpc8xxx_wdt_probe() local 165 if (!rsr) in mpc8xxx_wdt_probe() 168 status = in_be32(rsr) & wdt_type->rsr_mask; in mpc8xxx_wdt_probe() 171 out_be32(rsr, wdt_type->rsr_mask); in mpc8xxx_wdt_probe() 172 iounmap(rsr); in mpc8xxx_wdt_probe()
|
| /linux/arch/xtensa/variants/test_kc705_be/include/variant/ |
| H A D | tie-asm.h | 91 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/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| H A D | tie-asm.h | 92 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/sound/pci/ctxfi/ |
| H A D | cthardware.h | 59 unsigned int rsr; /* reference sample rate in Hzs*/ 74 int (*pll_init)(struct hw *hw, unsigned int rsr); 92 int (*src_set_rsr)(void *blk, unsigned int rsr); 155 int (*dai_srt_set_rsr)(void *blk, unsigned int rsr); 58 unsigned int rsr; /* reference sample rate in Hzs*/ global() member
|
| H A D | ctdaio.c | 275 unsigned int rsr; in dai_set_srt_msr() local 277 for (rsr = 0; msr > 1; msr >>= 1) in dai_set_srt_msr() 278 rsr++; in dai_set_srt_msr() 280 dai->hw->dai_srt_set_rsr(dai->ctrl_blk, rsr); in dai_set_srt_msr() 462 unsigned int rsr, msr; in dai_rsc_init() local 480 for (rsr = 0, msr = desc->msr; msr > 1; msr >>= 1) in dai_rsc_init() 481 rsr++; in dai_rsc_init() 483 hw->dai_srt_set_rsr(dai->ctrl_blk, rsr); in dai_rsc_init()
|
| H A D | ctatc.c | 270 (atc->rsr * atc->msr)); in atc_pcm_playback_prepare() 470 pitch = atc_get_pitch((atc->rsr * atc->msr), in setup_src_node_conf() 487 conf[1].pitch = atc_get_pitch(atc->rsr, in setup_src_node_conf() 531 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_get_resources() 607 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_get_resources() 694 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_prepare() 798 unsigned int rsr = atc->pll_rate ? atc->pll_rate : atc->rsr; in spdif_passthru_playback_get_resources() local 806 while (apcm->substream->runtime->rate > (rsr * desc.msr)) in spdif_passthru_playback_get_resources() 814 pitch = atc_get_pitch(apcm->substream->runtime->rate, (rsr * desc.msr)); in spdif_passthru_playback_get_resources() 1165 if (atc->pll_rate != atc->rsr) in atc_spdif_out_passthru() [all …]
|
| H A D | ctatc.h | 76 unsigned int rsr; /* reference sample rate in Hz */ member 77 unsigned int msr; /* master sample rate in rsr */ 152 unsigned int rsr, unsigned int msr, int chip_type,
|
| H A D | ctsrc.c | 228 unsigned int rsr, msr; in src_default_config_memrd() local 232 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1) in src_default_config_memrd() 233 rsr++; in src_default_config_memrd() 235 hw->src_set_rsr(src->rsc.ctrl_blk, rsr); in src_default_config_memrd() 296 unsigned int rsr, msr; in src_default_config_arcrw() local 301 for (rsr = 0, msr = src->rsc.msr; msr > 1; msr >>= 1) in src_default_config_arcrw() 302 rsr++; in src_default_config_arcrw() 304 hw->src_set_rsr(src->rsc.ctrl_blk, rsr); in src_default_config_arcrw()
|
| H A D | cthw20k2.c | 194 static int src_set_rsr(void *blk, unsigned int rsr) in src_set_rsr() argument 198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr() 832 static int dai_srt_set_rsr(void *blk, unsigned int rsr) in dai_srt_set_rsr() argument 836 set_field(&ctl->srt, SRTCTL_RSR, rsr); in dai_srt_set_rsr() 1307 static int hw_pll_init(struct hw *hw, unsigned int rsr) in hw_pll_init() argument 1318 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 4 : 147 - 4); in hw_pll_init() 1319 set_field(&pllctl, PLLCTL_RD, 48000 == rsr ? 1 - 1 : 10 - 1); in hw_pll_init() 1324 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 2 : 147 - 2); in hw_pll_init() 2170 err = hw_pll_init(hw, info->rsr); in hw_card_init()
|
| H A D | cthw20k1.c | 194 static int src_set_rsr(void *blk, unsigned int rsr) in src_set_rsr() argument 198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr() 842 static int dai_srt_set_rsr(void *blk, unsigned int rsr) in dai_srt_set_rsr() argument 846 set_field(&ctl->srtctl, SRTCTL_RSR, rsr); in dai_srt_set_rsr() 1307 static int hw_pll_init(struct hw *hw, unsigned int rsr) in hw_pll_init() argument 1312 pllctl = (48000 == rsr) ? 0x1480a001 : 0x1480a731; in hw_pll_init() 2001 err = hw_pll_init(hw, info->rsr); in hw_card_init()
|
| /linux/drivers/tty/serial/ |
| H A D | lantiq.c | 174 unsigned int ch = 0, rsr = 0, fifocnt; in lqasc_rx_chars() local 181 rsr = (__raw_readl(port->membase + LTQ_ASC_STATE) in lqasc_rx_chars() 190 if (rsr & ASCSTATE_ANY) { in lqasc_rx_chars() 191 if (rsr & ASCSTATE_PE) { in lqasc_rx_chars() 195 } else if (rsr & ASCSTATE_FE) { in lqasc_rx_chars() 200 if (rsr & ASCSTATE_ROE) { in lqasc_rx_chars() 206 rsr &= port->read_status_mask; in lqasc_rx_chars() 208 if (rsr & ASCSTATE_PE) in lqasc_rx_chars() 210 else if (rsr & ASCSTATE_FE) in lqasc_rx_chars() 214 if ((rsr & port->ignore_status_mask) == 0) in lqasc_rx_chars() [all …]
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 981 unsigned rsr, pktlen; in xirc2ps_interrupt() local 1024 rsr = GetByte(XIRCREG0_RSR); in xirc2ps_interrupt() 1025 if (bytes_rcvd > maxrx_bytes && (rsr & PktRxOk)) { in xirc2ps_interrupt() 1030 } else if (rsr & PktRxOk) { in xirc2ps_interrupt() 1036 pr_debug("rsr=%#02x packet_length=%u\n", rsr, pktlen); in xirc2ps_interrupt() 1099 if (!(rsr & PhyPkt)) in xirc2ps_interrupt() 1103 pr_debug("rsr=%#02x\n", rsr); in xirc2ps_interrupt() 1105 if (rsr & PktTooLong) { in xirc2ps_interrupt() 1109 if (rsr & CRCErr) { in xirc2ps_interrupt() 1113 if (rsr & AlignErr) { in xirc2ps_interrupt()
|
| /linux/arch/xtensa/lib/ |
| H A D | mulsi3.S | 59 rsr a5, ACCLO 61 rsr a4, ACCLO
|
| /linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
| H A D | tie-asm.h | 40 rsr \at1, BR // boolean option 46 rsr \at1, SCOMPARE1 // conditional store option
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpc5121.h | 15 u32 rsr; /* Reset Status Register */ member
|
| /linux/arch/arm/mm/ |
| H A D | pmsa-v7.c | 113 u32 rsr = readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RASR) & GENMASK(15, 0); in dracr_write() local 115 writel_relaxed((v << 16) | rsr, BASEADDR_V7M_SCB + PMSAv7_RASR); in dracr_write()
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23888-ir.c | 514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 517 rsr = stats & STATS_RSR; /* Rx FIFO Service Request */ in cx23888_ir_irq_handler() 528 tsr ? "tsr" : " ", rsr ? "rsr" : " ", in cx23888_ir_irq_handler() 562 if ((rse && rsr) || (rte && rto)) { in cx23888_ir_irq_handler()
|