Searched refs:tec (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/video/fbdev/ |
D | cg6.c | 260 struct cg6_tec __iomem *tec; member 670 struct cg6_tec __iomem *tec = par->tec; in cg6_chip_init() local 680 sbus_writel(0, &tec->tec_matrix); in cg6_chip_init() 681 sbus_writel(0, &tec->tec_clip); in cg6_chip_init() 682 sbus_writel(0, &tec->tec_vdc); in cg6_chip_init() 727 if (par->tec) in cg6_unmap_regs() 728 of_iounmap(&op->resource[0], par->tec, sizeof(struct cg6_tec)); in cg6_unmap_regs() 776 par->tec = of_ioremap(&op->resource[0], CG6_TEC_OFFSET, in cg6_probe() 792 if (!par->fbc || !par->tec || !par->thc || in cg6_probe()
|
D | tcx.c | 113 struct tcx_tec __iomem *tec; member 349 if (par->tec) in tcx_unmap_regs() 351 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()
|
/Linux-v5.4/drivers/net/can/ |
D | ti_hecc.c | 685 u32 tec = hecc_read(priv, HECC_CANTEC); in ti_hecc_interrupt() local 689 rx_state = rec >= tec ? CAN_STATE_ERROR_WARNING : 0; in ti_hecc_interrupt() 690 tx_state = rec <= tec ? CAN_STATE_ERROR_WARNING : 0; in ti_hecc_interrupt() 697 rx_state = rec >= tec ? CAN_STATE_ERROR_PASSIVE : 0; in ti_hecc_interrupt() 698 tx_state = rec <= tec ? CAN_STATE_ERROR_PASSIVE : 0; in ti_hecc_interrupt() 717 u32 tec = hecc_read(priv, HECC_CANTEC); in ti_hecc_interrupt() local 719 if (rec >= 128 || tec >= 128) in ti_hecc_interrupt() 721 else if (rec >= 96 || tec >= 96) in ti_hecc_interrupt() 727 rx_state = rec >= tec ? new_state : 0; in ti_hecc_interrupt() 728 tx_state = rec <= tec ? new_state : 0; in ti_hecc_interrupt()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | tegra20-tec.dts | 8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20"; 45 compatible = "ad,tegra-audio-wm8903-tec",
|
D | Makefile | 1146 tegra20-tec.dtb \
|
/Linux-v5.4/arch/s390/kvm/ |
D | gaccess.c | 497 struct trans_exc_code_bits *tec; in trans_exc() local 501 tec = (struct trans_exc_code_bits *)&pgm->trans_exc_code; in trans_exc() 507 tec->b61 = 1; in trans_exc() 510 tec->b56 = 1; in trans_exc() 513 tec->b60 = 1; in trans_exc() 516 tec->b60 = 1; in trans_exc() 519 tec->b61 = 1; in trans_exc() 534 tec->addr = gva >> PAGE_SHIFT; in trans_exc() 535 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc() 536 tec->as = psw_bits(vcpu->arch.sie_block->gpsw).as; in trans_exc()
|