Home
last modified time | relevance | path

Searched refs:mtl (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/sound/soc/sof/intel/
DMakefile10 apl.o cnl.o tgl.o icl.o mtl.o lnl.o hda-common-ops.o
33 snd-sof-pci-intel-mtl-objs := pci-mtl.o
42 obj-$(CONFIG_SND_SOC_SOF_INTEL_MTL) += snd-sof-pci-intel-mtl.o
/linux-6.6.21/Documentation/devicetree/bindings/net/
Dintel,dwmac-plat.yaml116 snps,mtl-rx-config = <&mtl_rx_setup>;
117 snps,mtl-tx-config = <&mtl_tx_setup>;
Dsnps,dwmac.yaml178 snps,mtl-rx-config:
303 snps,mtl-tx-config:
688 snps,mtl-rx-config = <&mtl_rx_setup>;
689 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/drivers/platform/x86/intel/pmc/
DMakefile7 icl.o tgl.o adl.o mtl.o
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c272 u32 mtl, dma; in dwmac5_safety_feat_irq_status() local
278 mtl = readl(ioaddr + MTL_SAFETY_INT_STATUS); in dwmac5_safety_feat_irq_status()
281 err = (mtl & MCSIS) || (dma & MCSIS); in dwmac5_safety_feat_irq_status()
288 err = (mtl & (MEUIS | MECIS)) || (dma & (MSUIS | MSCIS)); in dwmac5_safety_feat_irq_status()
289 corr = (mtl & MECIS) || (dma & MSCIS); in dwmac5_safety_feat_irq_status()
Ddwxgmac2_core.c944 u32 mtl, dma; in dwxgmac3_safety_feat_irq_status() local
950 mtl = readl(ioaddr + XGMAC_MTL_SAFETY_INT_STATUS); in dwxgmac3_safety_feat_irq_status()
953 err = (mtl & XGMAC_MCSIS) || (dma & XGMAC_MCSIS); in dwxgmac3_safety_feat_irq_status()
960 err = (mtl & (XGMAC_MEUIS | XGMAC_MECIS)) || in dwxgmac3_safety_feat_irq_status()
962 corr = (mtl & XGMAC_MECIS) || (dma & XGMAC_MSCIS); in dwxgmac3_safety_feat_irq_status()
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dsa8540p-ride.dts155 snps,mtl-rx-config = <&ethernet0_mtl_rx_setup>;
156 snps,mtl-tx-config = <&ethernet0_mtl_tx_setup>;
257 snps,mtl-rx-config = <&ethernet1_mtl_rx_setup>;
258 snps,mtl-tx-config = <&ethernet1_mtl_tx_setup>;
Dsa8775p-ride.dts273 snps,mtl-rx-config = <&mtl_rx_setup>;
274 snps,mtl-tx-config = <&mtl_tx_setup>;
367 snps,mtl-rx-config = <&mtl_rx_setup1>;
368 snps,mtl-tx-config = <&mtl_tx_setup1>;
Dsa8155p-adp.dts321 snps,mtl-rx-config = <&mtl_rx_setup>;
322 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c707 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
713 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
719 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
723 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
987 priv->hw->mtl->mtl_set_txfifosize(priv->ioaddr, queue_num, in sxgbe_init_mtl_engine()
989 priv->hw->mtl->mtl_enable_txqueue(priv->ioaddr, queue_num); in sxgbe_init_mtl_engine()
1004 priv->hw->mtl->mtl_disable_txqueue(priv->ioaddr, queue_num); in sxgbe_disable_mtl_engine()
1653 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, in sxgbe_tx_interrupt()
1688 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, in sxgbe_rx_interrupt()
1983 ops_ptr->mtl = sxgbe_get_mtl_ops(); in sxgbe_get_ops()
Dsxgbe_common.h368 const struct sxgbe_mtl_ops *mtl; member
/linux-6.6.21/sound/soc/intel/common/
DMakefile12 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
/linux-6.6.21/arch/arm64/boot/dts/rockchip/
Drk3568.dtsi188 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
189 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
Drk3588.dtsi260 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
261 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
Drk356x.dtsi680 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
681 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
Drk3588s.dtsi1352 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
1353 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
/linux-6.6.21/drivers/target/
Dtarget_core_transport.c1327 u32 mtl; in target_check_max_data_sg_nents() local
1337 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE); in target_check_max_data_sg_nents()
1338 if (cmd->data_length > mtl) { in target_check_max_data_sg_nents()
1351 cmd->residual_count = (size - mtl); in target_check_max_data_sg_nents()
1354 cmd->residual_count = (orig_dl - mtl); in target_check_max_data_sg_nents()
1357 cmd->residual_count = (cmd->data_length - mtl); in target_check_max_data_sg_nents()
1359 cmd->data_length = mtl; in target_check_max_data_sg_nents()
1365 u32 sectors = (mtl / dev->dev_attrib.block_size); in target_check_max_data_sg_nents()
Dtarget_core_spc.c511 u32 mtl = 0; in spc_emulate_evpd_b0() local
549 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE) / in spc_emulate_evpd_b0()
555 put_unaligned_be32(min_not_zero(mtl, io_max_blocks), &buf[8]); in spc_emulate_evpd_b0()
/linux-6.6.21/arch/arm/boot/dts/axis/
Dartpec6.dtsi298 snps,mtl-rx-config = <&mtl_rx_setup>;
299 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/arch/arm/boot/dts/rockchip/
Drv1126.dtsi438 snps,mtl-rx-config = <&mtl_rx_setup>;
439 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/arch/arm64/boot/dts/freescale/
Dimx8mp-evk.dts178 snps,mtl-tx-config = <&mtl_tx_setup>;
179 snps,mtl-rx-config = <&mtl_rx_setup>;
Dimx8mp-verdin.dtsi191 snps,mtl-rx-config = <&mtl_rx_setup>;
192 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/arch/arm64/boot/dts/mediatek/
Dmt2712e.dtsi754 snps,mtl-rx-config = <&mtl_rx_setup>;
755 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c91 fw_def(METEORLAKE, 0, guc_maj(mtl, 70, 6, 6)) \
114 fw_def(METEORLAKE, 0, huc_gsc(mtl)) \
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dmc.c96 #define MTL_DMC_PATH DMC_PATH(mtl)

12