/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | entry.S | 82 rsr \flags, ps 89 rsr \flags, ps 135 rsr a0, depc 148 rsr a3, sar 161 rsr a2, windowbase 162 rsr a3, windowstart 233 rsr a2, sar # original WINDOWBASE 281 rsr a0, depc # get a2 293 rsr a3, sar 301 rsr a2, windowbase # don't need to save these, we only [all …]
|
D | vectors.S | 78 rsr a0, exccause # retrieve exception cause 105 rsr a0, exccause # retrieve exception cause 217 rsr a2, ps 261 rsr a0, ps 271 rsr a0, exccause 288 rsr a3, exccause 307 rsr a3, excsave1 340 rsr a0, exccause 426 rsr a0, ps 428 rsr a2, windowbase [all …]
|
D | align.S | 171 rsr a0, depc 175 rsr a3, excsave1 181 rsr a0, sar 182 rsr a8, excvaddr # load unaligned memory address 201 rsr a7, epc1 # load exception address 322 rsr a3, excsave1 335 rsr a0, ps 410 rsr a4, lend # check if we reached LEND 412 rsr a4, lcount # and LCOUNT != 0 415 rsr a7, lbeg # set PC to LBEGIN [all …]
|
D | coprocessor.S | 121 rsr a3, sar 125 rsr a2, depc 138 rsr a3, exccause 145 rsr a0, cpenable 180 2: rsr a3, exccause
|
D | head.S | 86 rsr a2, excsave1 206 rsr a2, prid 325 rsr a0, prid
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
D | los_window.S | 40 rsr a2, WINDOWBASE /* read windowbase reg */ 47 rsr a3, WINDOWSTART /* read windowstart reg */ 54 rsr a2, WINDOWBASE /* read windowbase reg */ 58 rsr a2, WINDOWSTART 73 rsr a2, WINDOWBASE 79 rsr a2, WINDOWSTART 142 rsr a2, WINDOWBASE 159 rsr a3, WINDOWBASE 181 rsr a2, SAR
|
D | los_exc.S | 49 rsr a0, EPC1 51 rsr a0, EXCSAVE1 57 rsr a1, EXCSAVE1 58 rsr a0, EXCCAUSE 60 rsr a0, EXCVADDR 65 rsr a6, EPC1 67 rsr a8, EXCCAUSE 144 rsr a0, EXCCAUSE 168 rsr a0, EPC1 170 rsr a0, EXCSAVE1 [all …]
|
D | los_arch_macro.h | 122 rsr a3, SAR 124 rsr a3, LBEG 126 rsr a3, LEND 128 rsr a3, LCOUNT 130 rsr a3, PS 133 rsr a3, CPENABLE
|
D | los_dispatch.S | 53 rsr a5, PS 76 rsr a5, PS 102 rsr a4, PS
|
/kernel/linux/linux-5.10/arch/xtensa/variants/de212/include/variant/ |
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
|
/kernel/linux/linux-5.10/arch/xtensa/variants/dc232b/include/variant/ |
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
|
/kernel/linux/linux-5.10/arch/xtensa/variants/csp/include/variant/ |
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
|
/kernel/linux/linux-5.10/arch/xtensa/variants/dc233c/include/variant/ |
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
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | apbuart.c | 73 unsigned int status, ch, rsr, flag; in apbuart_rx_chars() local 85 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX; in apbuart_rx_chars() 87 if (rsr & UART_STATUS_ERR) { in apbuart_rx_chars() 89 if (rsr & UART_STATUS_BR) { in apbuart_rx_chars() 90 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE); in apbuart_rx_chars() 94 } else if (rsr & UART_STATUS_PE) { in apbuart_rx_chars() 96 } else if (rsr & UART_STATUS_FE) { in apbuart_rx_chars() 99 if (rsr & UART_STATUS_OE) in apbuart_rx_chars() 102 rsr &= port->read_status_mask; in apbuart_rx_chars() 104 if (rsr & UART_STATUS_PE) in apbuart_rx_chars() [all …]
|
D | amba-pl010.c | 115 unsigned int status, ch, flag, rsr, max_count = 256; in pl010_rx_chars() local 128 rsr = readb(uap->port.membase + UART01x_RSR) | UART_DUMMY_RSR_RX; in pl010_rx_chars() 129 if (unlikely(rsr & UART01x_RSR_ANY)) { in pl010_rx_chars() 132 if (rsr & UART01x_RSR_BE) { in pl010_rx_chars() 133 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE); in pl010_rx_chars() 137 } else if (rsr & UART01x_RSR_PE) in pl010_rx_chars() 139 else if (rsr & UART01x_RSR_FE) in pl010_rx_chars() 141 if (rsr & UART01x_RSR_OE) in pl010_rx_chars() 144 rsr &= uap->port.read_status_mask; in pl010_rx_chars() 146 if (rsr & UART01x_RSR_BE) in pl010_rx_chars() [all …]
|
D | lantiq.c | 166 unsigned int ch = 0, rsr = 0, fifocnt; in lqasc_rx_chars() local 173 rsr = (__raw_readl(port->membase + LTQ_ASC_STATE) in lqasc_rx_chars() 182 if (rsr & ASCSTATE_ANY) { in lqasc_rx_chars() 183 if (rsr & ASCSTATE_PE) { in lqasc_rx_chars() 187 } else if (rsr & ASCSTATE_FE) { in lqasc_rx_chars() 192 if (rsr & ASCSTATE_ROE) { in lqasc_rx_chars() 198 rsr &= port->read_status_mask; in lqasc_rx_chars() 200 if (rsr & ASCSTATE_PE) in lqasc_rx_chars() 202 else if (rsr & ASCSTATE_FE) in lqasc_rx_chars() 206 if ((rsr & port->ignore_status_mask) == 0) in lqasc_rx_chars() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
D | dpc.c | 33 u8 *rsr, *new_rsr, *rssi; in vnt_rx_data() local 78 rsr = skb_data + bytes_received - 1; in vnt_rx_data() 79 if (*rsr & (RSR_IVLDTYP | RSR_IVLDLEN)) in vnt_rx_data() 96 if (!(*rsr & RSR_CRCOK)) in vnt_rx_data()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | mpc8xxx_wdt.c | 161 u32 __iomem *rsr = ioremap(res->start, resource_size(res)); in mpc8xxx_wdt_probe() local 163 if (!rsr) in mpc8xxx_wdt_probe() 166 status = in_be32(rsr) & wdt_type->rsr_mask; in mpc8xxx_wdt_probe() 169 out_be32(rsr, wdt_type->rsr_mask); in mpc8xxx_wdt_probe() 170 iounmap(rsr); in mpc8xxx_wdt_probe()
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_kc705_be/include/variant/ |
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
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
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
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
D | cthardware.h | 57 unsigned int rsr; /* reference sample rate in Hzs*/ member 71 int (*pll_init)(struct hw *hw, unsigned int rsr); 89 int (*src_set_rsr)(void *blk, unsigned int rsr); 152 int (*dai_srt_set_rsr)(void *blk, unsigned int rsr);
|
D | ctatc.c | 265 (atc->rsr * atc->msr)); in atc_pcm_playback_prepare() 465 pitch = atc_get_pitch((atc->rsr * atc->msr), in setup_src_node_conf() 482 conf[1].pitch = atc_get_pitch(atc->rsr, in setup_src_node_conf() 526 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_get_resources() 602 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_get_resources() 689 pitch = atc_get_pitch((atc->rsr * atc->msr), in atc_pcm_capture_prepare() 792 unsigned int pitch, rsr = atc->pll_rate; in spdif_passthru_playback_get_resources() local 800 while (apcm->substream->runtime->rate > (rsr * desc.msr)) in spdif_passthru_playback_get_resources() 808 pitch = atc_get_pitch(apcm->substream->runtime->rate, (rsr * desc.msr)); in spdif_passthru_playback_get_resources() 1132 if (atc->pll_rate != atc->rsr) in atc_spdif_out_passthru() [all …]
|
D | ctdaio.c | 289 unsigned int rsr; in dai_set_srt_msr() local 291 for (rsr = 0; msr > 1; msr >>= 1) in dai_set_srt_msr() 292 rsr++; in dai_set_srt_msr() 294 dai->hw->dai_srt_set_rsr(dai->ctrl_blk, rsr); in dai_set_srt_msr() 468 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()
|
D | ctatc.h | 76 unsigned int rsr; /* reference sample rate in Hz */ member 152 unsigned int rsr, unsigned int msr, int chip_type,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 982 unsigned rsr, pktlen; in xirc2ps_interrupt() local 1025 rsr = GetByte(XIRCREG0_RSR); in xirc2ps_interrupt() 1026 if (bytes_rcvd > maxrx_bytes && (rsr & PktRxOk)) { in xirc2ps_interrupt() 1031 } else if (rsr & PktRxOk) { in xirc2ps_interrupt() 1037 pr_debug("rsr=%#02x packet_length=%u\n", rsr, pktlen); in xirc2ps_interrupt() 1100 if (!(rsr & PhyPkt)) in xirc2ps_interrupt() 1104 pr_debug("rsr=%#02x\n", rsr); in xirc2ps_interrupt() 1106 if (rsr & PktTooLong) { in xirc2ps_interrupt() 1110 if (rsr & CRCErr) { in xirc2ps_interrupt() 1114 if (rsr & AlignErr) { in xirc2ps_interrupt()
|