/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/ |
H A D | jmr3904-io.c | 36 unsigned short disr; in inbyte() local 40 READ_UINT16 (DIAG_SLDISR, disr); in inbyte() 41 if (disr & 0x0001) in inbyte() 44 disr = disr & ~0x0001; in inbyte() 46 WRITE_UINT16 (DIAG_SLDISR, disr); in inbyte() 53 unsigned short disr; in outbyte() local 57 READ_UINT16 (DIAG_SLDISR, disr); in outbyte() 58 if (disr & 0x0002) in outbyte() 61 disr = disr & ~0x0002; in outbyte() 63 WRITE_UINT16 (DIAG_SLDISR, disr); in outbyte()
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mips/ |
H A D | jmr3904-io.c | 36 unsigned short disr; in inbyte() local 40 READ_UINT16 (DIAG_SLDISR, disr); in inbyte() 41 if (disr & 0x0001) in inbyte() 44 disr = disr & ~0x0001; in inbyte() 46 WRITE_UINT16 (DIAG_SLDISR, disr); in inbyte() 53 unsigned short disr; in outbyte() local 57 READ_UINT16 (DIAG_SLDISR, disr); in outbyte() 58 if (disr & 0x0002) in outbyte() 61 disr = disr & ~0x0002; in outbyte() 63 WRITE_UINT16 (DIAG_SLDISR, disr); in outbyte()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/ |
H A D | jmr3904-io.c | 36 unsigned short disr; in inbyte() local 40 READ_UINT16 (DIAG_SLDISR, disr); in inbyte() 41 if (disr & 0x0001) in inbyte() 44 disr = disr & ~0x0001; in inbyte() 46 WRITE_UINT16 (DIAG_SLDISR, disr); in inbyte() 53 unsigned short disr; in outbyte() local 57 READ_UINT16 (DIAG_SLDISR, disr); in outbyte() 58 if (disr & 0x0002) in outbyte() 61 disr = disr & ~0x0002; in outbyte() 63 WRITE_UINT16 (DIAG_SLDISR, disr); in outbyte()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/ |
H A D | exception.h | 22 static inline u32 disr_to_esr(u64 disr) in disr_to_esr() argument 26 if ((disr & DISR_EL1_IDS) == 0) in disr_to_esr() 27 esr |= (disr & DISR_EL1_ESR_MASK); in disr_to_esr() 29 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/ |
H A D | exception.h | 22 static inline u32 disr_to_esr(u64 disr) in disr_to_esr() argument 26 if ((disr & DISR_EL1_IDS) == 0) in disr_to_esr() 27 esr |= (disr & DISR_EL1_ESR_MASK); in disr_to_esr() 29 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/ |
H A D | exception.h | 22 static inline u32 disr_to_esr(u64 disr) in disr_to_esr() argument 26 if ((disr & DISR_EL1_IDS) == 0) in disr_to_esr() 27 esr |= (disr & DISR_EL1_ESR_MASK); in disr_to_esr() 29 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/ |
H A D | serial_txx9.c | 267 unsigned int disr = *status; in receive_chars() local 285 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 296 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 298 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 300 if (disr & TXX9_SIDISR_UOER) { in receive_chars() 315 disr &= up->port.read_status_mask; in receive_chars() 317 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 319 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 321 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 331 disr = sio_in(up, TXX9_SIDISR); in receive_chars() [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/ |
H A D | serial_txx9.c | 267 unsigned int disr = *status; in receive_chars() local 285 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 296 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 298 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 300 if (disr & TXX9_SIDISR_UOER) { in receive_chars() 315 disr &= up->port.read_status_mask; in receive_chars() 317 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 319 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 321 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 331 disr = sio_in(up, TXX9_SIDISR); in receive_chars() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/ |
H A D | serial_txx9.c | 267 unsigned int disr = *status; in receive_chars() local 285 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 296 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 298 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 300 if (disr & TXX9_SIDISR_UOER) { in receive_chars() 315 disr &= up->port.read_status_mask; in receive_chars() 317 if (disr & TXX9_SIDISR_UBRK) { in receive_chars() 319 } else if (disr & TXX9_SIDISR_UPER) in receive_chars() 321 else if (disr & TXX9_SIDISR_UFER) in receive_chars() 331 disr = sio_in(up, TXX9_SIDISR); in receive_chars() [all …]
|
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/ |
H A D | data.rs | 141 disr: option!(preceded!(punct!("="), discriminant)) >> 146 discriminant: disr, 238 if let Some(ref disr) = self.discriminant { in to_tokens() 240 disr.to_tokens(tokens); in to_tokens()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 535 u32 disr; in __fsp_trigger_reset() local 548 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 549 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 659 u32 disr; in fsp_handle_errors() local 690 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 693 if (disr != disr_last_print) { in fsp_handle_errors() 697 fsp->index, disr); in fsp_handle_errors() 698 disr_last_print = disr; in fsp_handle_errors() 721 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 726 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 535 u32 disr; in __fsp_trigger_reset() local 548 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 549 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 659 u32 disr; in fsp_handle_errors() local 690 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 693 if (disr != disr_last_print) { in fsp_handle_errors() 697 fsp->index, disr); in fsp_handle_errors() 698 disr_last_print = disr; in fsp_handle_errors() 721 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 726 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 522 u32 disr; in __fsp_trigger_reset() local 535 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 536 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 646 u32 disr; in fsp_handle_errors() local 677 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 680 if (disr != disr_last_print) { in fsp_handle_errors() 684 fsp->index, disr); in fsp_handle_errors() 685 disr_last_print = disr; in fsp_handle_errors() 708 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 713 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 535 u32 disr; in __fsp_trigger_reset() local 548 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 549 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 659 u32 disr; in fsp_handle_errors() local 690 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 693 if (disr != disr_last_print) { in fsp_handle_errors() 697 fsp->index, disr); in fsp_handle_errors() 698 disr_last_print = disr; in fsp_handle_errors() 721 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 726 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 535 u32 disr; in __fsp_trigger_reset() local 548 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 549 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 659 u32 disr; in fsp_handle_errors() local 690 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 693 if (disr != disr_last_print) { in fsp_handle_errors() 697 fsp->index, disr); in fsp_handle_errors() 698 disr_last_print = disr; in fsp_handle_errors() 721 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 726 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 528 u32 disr; in __fsp_trigger_reset() local 541 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 542 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 652 u32 disr; in fsp_handle_errors() local 683 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 686 if (disr != disr_last_print) { in fsp_handle_errors() 690 fsp->index, disr); in fsp_handle_errors() 691 disr_last_print = disr; in fsp_handle_errors() 714 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 719 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/fsp/ |
H A D | fsp.c | 535 u32 disr; in __fsp_trigger_reset() local 548 disr = fsp_rreg(fsp, FSP_DISR_REG); in __fsp_trigger_reset() 549 if (disr & FSP_DISR_DBG_IN_PROGRESS) { in __fsp_trigger_reset() 659 u32 disr; in fsp_handle_errors() local 690 disr = fsp_rreg(fsp, FSP_DISR_REG); in fsp_handle_errors() 693 if (disr != disr_last_print) { in fsp_handle_errors() 697 fsp->index, disr); in fsp_handle_errors() 698 disr_last_print = disr; in fsp_handle_errors() 721 if (disr & FSP_DISR_FSP_IN_RR) { in fsp_handle_errors() 726 if (disr & FSP_DISR_DBG_IN_PROGRESS) in fsp_handle_errors() [all …]
|
/dports/x11-toolkits/kf5-kcompletion/kcompletion-5.89.0/po/wa/ |
H A D | kcompletion5_qt.po | 85 msgstr "Djivêye disrôlante" 101 msgstr "Djivêye disrôlante && otomatike"
|
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/ |
H A D | tag-variant-disr-dup.stderr | 2 --> $DIR/tag-variant-disr-dup.rs:8:13
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/ |
H A D | imx-dma.c | 358 int i, disr; in imxdma_err_handler() local 361 disr = imx_dmav1_readl(imxdma, DMA_DISR); in imxdma_err_handler() 371 imx_dmav1_writel(imxdma, disr & err_mask, DMA_DISR); in imxdma_err_handler() 473 int i, disr; in dma_irq_handler() local 478 disr = imx_dmav1_readl(imxdma, DMA_DISR); in dma_irq_handler() 480 dev_dbg(imxdma->dev, "%s called, disr=0x%08x\n", __func__, disr); in dma_irq_handler() 482 imx_dmav1_writel(imxdma, disr, DMA_DISR); in dma_irq_handler() 484 if (disr & (1 << i)) in dma_irq_handler()
|