Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Dcg6.c260 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()
Dtcx.c107 struct tcx_tec __iomem *tec; member
342 if (par->tec) in tcx_unmap_regs()
344 par->tec, sizeof(struct tcx_tec)); in tcx_unmap_regs()
386 par->tec = of_ioremap(&op->resource[7], 0, in tcx_probe()
394 if (!par->tec || !par->thc || in tcx_probe()
/linux-6.12.1/drivers/net/can/
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()
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra20-tec.dts8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
45 compatible = "ad,tegra-audio-wm8903-tec",
DMakefile25 tegra20-tec.dtb \
/linux-6.12.1/drivers/net/can/usb/
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()
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dsm6115-fxtec-pro1x.dts16 model = "F(x)tec Pro1X (QX1050)";
Dmsm8998-fxtec-pro1.dts18 model = "F(x)tec Pro1 (QX1000)";