/openbmc/qemu/target/s390x/ |
H A D | mmu_helper.c | 37 uint64_t tec) in trigger_access_exception() argument 42 kvm_s390_access_exception(cpu, type, tec); in trigger_access_exception() 46 stq_phys(cs->as, env->psa + offsetof(LowCore, trans_exc_code), tec); in trigger_access_exception() 386 target_ulong *raddr, int *flags, uint64_t *tec) in mmu_translate() argument 391 *tec = (vaddr & TARGET_PAGE_MASK) | (asc >> 46) | in mmu_translate() 407 *tec |= 0x80; in mmu_translate() 444 *tec |= 0x4; in mmu_translate() 451 *tec |= 0x84; in mmu_translate() 461 *tec = 0; /* unused */ in mmu_translate() 476 target_ulong *pages, bool is_write, uint64_t *tec) in translate_pages() argument [all …]
|
H A D | helper.c | 48 uint64_t tec; in s390_cpu_get_phys_page_debug() local 64 if (mmu_translate(env, vaddr, MMU_DATA_LOAD, asc, &raddr, &prot, &tec)) { in s390_cpu_get_phys_page_debug()
|
H A D | s390x-internal.h | 389 target_ulong *raddr, int *flags, uint64_t *tec); 391 target_ulong *addr, int *flags, uint64_t *tec);
|
/openbmc/u-boot/board/avionic-design/tec-ng/ |
H A D | MAINTAINERS | 4 F: board/avionic-design/tec-ng/ 5 F: include/configs/tec-ng.h 6 F: configs/tec-ng_defconfig
|
H A D | Kconfig | 4 default "tec-ng" 10 default "tec-ng"
|
/openbmc/u-boot/board/avionic-design/tec/ |
H A D | Kconfig | 4 default "tec" 10 default "tec"
|
H A D | MAINTAINERS | 4 F: board/avionic-design/tec/ 5 F: include/configs/tec.h
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cg6.c | 261 struct cg6_tec __iomem *tec; member 671 struct cg6_tec __iomem *tec = par->tec; in cg6_chip_init() local 681 sbus_writel(0, &tec->tec_matrix); in cg6_chip_init() 682 sbus_writel(0, &tec->tec_clip); in cg6_chip_init() 683 sbus_writel(0, &tec->tec_vdc); in cg6_chip_init() 728 if (par->tec) in cg6_unmap_regs() 729 of_iounmap(&op->resource[0], par->tec, sizeof(struct cg6_tec)); in cg6_unmap_regs() 777 par->tec = of_ioremap(&op->resource[0], CG6_TEC_OFFSET, in cg6_probe() 793 if (!par->fbc || !par->tec || !par->thc || in cg6_probe()
|
H A D | tcx.c | 114 struct tcx_tec __iomem *tec; member 350 if (par->tec) in tcx_unmap_regs() 352 par->tec, sizeof(struct tcx_tec)); in tcx_unmap_regs() 394 par->tec = of_ioremap(&op->resource[7], 0, in tcx_probe() 402 if (!par->tec || !par->thc || in tcx_probe()
|
/openbmc/linux/drivers/net/can/ |
H A D | ti_hecc.c | 690 u32 tec = hecc_read(priv, HECC_CANTEC); in ti_hecc_interrupt() local 694 rx_state = rec >= tec ? CAN_STATE_ERROR_WARNING : 0; in ti_hecc_interrupt() 695 tx_state = rec <= tec ? CAN_STATE_ERROR_WARNING : 0; in ti_hecc_interrupt() 702 rx_state = rec >= tec ? CAN_STATE_ERROR_PASSIVE : 0; in ti_hecc_interrupt() 703 tx_state = rec <= tec ? CAN_STATE_ERROR_PASSIVE : 0; in ti_hecc_interrupt() 722 u32 tec = hecc_read(priv, HECC_CANTEC); in ti_hecc_interrupt() local 724 if (rec >= 128 || tec >= 128) in ti_hecc_interrupt() 726 else if (rec >= 96 || tec >= 96) in ti_hecc_interrupt() 732 rx_state = rec >= tec ? new_state : 0; in ti_hecc_interrupt() 733 tx_state = rec <= tec ? new_state : 0; in ti_hecc_interrupt()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | gaccess.c | 500 struct trans_exc_code_bits *tec; in trans_exc_ending() local 504 tec = (struct trans_exc_code_bits *)&pgm->trans_exc_code; in trans_exc_ending() 514 tec->b61 = 1; in trans_exc_ending() 517 tec->b56 = 1; in trans_exc_ending() 520 tec->b60 = 1; in trans_exc_ending() 523 tec->b60 = 1; in trans_exc_ending() 526 tec->b61 = 1; in trans_exc_ending() 530 tec->b56 = 0; in trans_exc_ending() 531 tec->b60 = 0; in trans_exc_ending() 532 tec->b61 = 0; in trans_exc_ending() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-tec.dts | 8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20"; 45 compatible = "ad,tegra-audio-wm8903-tec",
|
H A D | Makefile | 25 tegra20-tec.dtb \
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra30-tec-ng.dts | 7 compatible = "ad,tec-ng", "nvidia,tegra30";
|
H A D | tegra20-tec.dts | 7 compatible = "ad,tec", "nvidia,tegra20";
|
H A D | Makefile | 110 tegra20-tec.dtb \ 118 tegra30-tec-ng.dtb \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 148 uint64_t asc, tec; in s390_cpu_tlb_fill() local 162 excp = mmu_translate(env, vaddr, access_type, asc, &raddr, &prot, &tec); in s390_cpu_tlb_fill() 168 excp = mmu_translate_real(env, vaddr, access_type, &raddr, &prot, &tec); in s390_cpu_tlb_fill() 174 env->tlb_fill_tec = tec; in s390_cpu_tlb_fill()
|
/openbmc/u-boot/configs/ |
H A D | tec_defconfig | 24 CONFIG_DEFAULT_DEVICE_TREE="tegra20-tec"
|
H A D | tec-ng_defconfig | 25 CONFIG_DEFAULT_DEVICE_TREE="tegra30-tec-ng"
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/ |
H A D | Kconfig | 36 source "board/avionic-design/tec-ng/Kconfig"
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | Kconfig | 53 source "board/avionic-design/tec/Kconfig"
|
/openbmc/qemu/hw/display/ |
H A D | tcx.c | 78 MemoryRegion tec; member 785 memory_region_init_io(&s->tec, obj, &tcx_dummy_ops, s, "tcx.tec", in tcx_initfn() 787 sysbus_init_mmio(sbd, &s->tec); in tcx_initfn()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm6115-fxtec-pro1x.dts | 13 model = "F(x)tec Pro1X (QX1050)";
|
H A D | msm8998-fxtec-pro1.dts | 18 model = "F(x)tec Pro1 (QX1000)";
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | esd_usb.c | 153 u8 tec; /* TX Error Counter */ member 308 priv->bec.txerr = msg->rx.ev_can_err_ext.tec; in esd_usb_rx_event()
|