Home
last modified time | relevance | path

Searched refs:tec (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c37 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 Dhelper.c48 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 Ds390x-internal.h389 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 DMAINTAINERS4 F: board/avionic-design/tec-ng/
5 F: include/configs/tec-ng.h
6 F: configs/tec-ng_defconfig
H A DKconfig4 default "tec-ng"
10 default "tec-ng"
/openbmc/u-boot/board/avionic-design/tec/
H A DKconfig4 default "tec"
10 default "tec"
H A DMAINTAINERS4 F: board/avionic-design/tec/
5 F: include/configs/tec.h
/openbmc/linux/drivers/video/fbdev/
H A Dcg6.c261 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 Dtcx.c114 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 Dti_hecc.c690 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 Dgaccess.c500 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 Dtegra20-tec.dts8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
45 compatible = "ad,tegra-audio-wm8903-tec",
H A DMakefile25 tegra20-tec.dtb \
/openbmc/u-boot/arch/arm/dts/
H A Dtegra30-tec-ng.dts7 compatible = "ad,tec-ng", "nvidia,tegra30";
H A Dtegra20-tec.dts7 compatible = "ad,tec", "nvidia,tegra20";
H A DMakefile110 tegra20-tec.dtb \
118 tegra30-tec-ng.dtb \
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c148 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 Dtec_defconfig24 CONFIG_DEFAULT_DEVICE_TREE="tegra20-tec"
H A Dtec-ng_defconfig25 CONFIG_DEFAULT_DEVICE_TREE="tegra30-tec-ng"
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A DKconfig36 source "board/avionic-design/tec-ng/Kconfig"
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A DKconfig53 source "board/avionic-design/tec/Kconfig"
/openbmc/qemu/hw/display/
H A Dtcx.c78 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 Dsm6115-fxtec-pro1x.dts13 model = "F(x)tec Pro1X (QX1050)";
H A Dmsm8998-fxtec-pro1.dts18 model = "F(x)tec Pro1 (QX1000)";
/openbmc/linux/drivers/net/can/usb/
H A Desd_usb.c153 u8 tec; /* TX Error Counter */ member
308 priv->bec.txerr = msg->rx.ev_can_err_ext.tec; in esd_usb_rx_event()

12