/linux/sound/soc/sof/intel/ |
H A D | Makefile | 35 snd-sof-pci-intel-mtl-y := pci-mtl.o mtl.o 45 obj-$(CONFIG_SND_SOC_SOF_INTEL_MTL) += snd-sof-pci-intel-mtl.o
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 272 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()
|
H A D | dwxgmac2_core.c | 960 u32 mtl, dma; in dwxgmac3_safety_feat_irq_status() local 966 mtl = readl(ioaddr + XGMAC_MTL_SAFETY_INT_STATUS); in dwxgmac3_safety_feat_irq_status() 969 err = (mtl & XGMAC_MCSIS) || (dma & XGMAC_MCSIS); in dwxgmac3_safety_feat_irq_status() 976 err = (mtl & (XGMAC_MEUIS | XGMAC_MECIS)) || in dwxgmac3_safety_feat_irq_status() 978 corr = (mtl & XGMAC_MECIS) || (dma & XGMAC_MSCIS); in dwxgmac3_safety_feat_irq_status()
|
/linux/arch/arm64/boot/dts/st/ |
H A D | stm32mp253.dtsi | 66 snps,mtl-rx-config = <&mtl_rx_setup_2>; 67 snps,mtl-tx-config = <&mtl_tx_setup_2>;
|
/linux/drivers/platform/x86/intel/pmc/ |
H A D | Makefile | 7 icl.o tgl.o adl.o mtl.o arl.o lnl.o
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8540p-ride.dts | 155 snps,mtl-rx-config = <ðernet0_mtl_rx_setup>; 156 snps,mtl-tx-config = <ðernet0_mtl_tx_setup>; 257 snps,mtl-rx-config = <ðernet1_mtl_rx_setup>; 258 snps,mtl-tx-config = <ðernet1_mtl_tx_setup>;
|
H A D | sa8775p-ride.dtsi | 346 snps,mtl-rx-config = <&mtl_rx_setup>; 347 snps,mtl-tx-config = <&mtl_tx_setup>; 421 snps,mtl-rx-config = <&mtl_rx_setup1>; 422 snps,mtl-tx-config = <&mtl_tx_setup1>;
|
H A D | sa8155p-adp.dts | 321 snps,mtl-rx-config = <&mtl_rx_setup>; 322 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 706 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 712 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 718 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 722 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 986 priv->hw->mtl->mtl_set_txfifosize(priv->ioaddr, queue_num, in sxgbe_init_mtl_engine() 988 priv->hw->mtl->mtl_enable_txqueue(priv->ioaddr, queue_num); in sxgbe_init_mtl_engine() 1003 priv->hw->mtl->mtl_disable_txqueue(priv->ioaddr, queue_num); in sxgbe_disable_mtl_engine() 1652 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, in sxgbe_tx_interrupt() 1687 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, in sxgbe_rx_interrupt() 1982 ops_ptr->mtl = sxgbe_get_mtl_ops(); in sxgbe_get_ops()
|
H A D | sxgbe_common.h | 368 const struct sxgbe_mtl_ops *mtl; member
|
/linux/sound/soc/intel/common/ |
H A D | Makefile | 10 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-beacon-som.dtsi | 53 snps,mtl-rx-config = <&mtl_rx_setup>; 54 snps,mtl-tx-config = <&mtl_tx_setup>;
|
H A D | imx8mp-evk.dts | 300 snps,mtl-tx-config = <&mtl_tx_setup>; 301 snps,mtl-rx-config = <&mtl_rx_setup>;
|
H A D | imx8mp-verdin.dtsi | 231 snps,mtl-rx-config = <&mtl_rx_setup>; 232 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 1327 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()
|
H A D | target_core_spc.c | 511 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/drivers/gpu/drm/xe/ |
H A D | xe_uc_fw.c | 112 fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \ 124 fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \ 134 fw_def(METEORLAKE, major_ver(i915, gsc, mtl, 102, 1, 0))
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568.dtsi | 276 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 277 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
|
H A D | rk3588-extra.dtsi | 345 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 346 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
|
H A D | rk356x-base.dtsi | 641 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>; 642 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
|
/linux/arch/arm/boot/dts/axis/ |
H A D | artpec6.dtsi | 298 snps,mtl-rx-config = <&mtl_rx_setup>; 299 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 91 fw_def(METEORLAKE, 0, guc_maj(mtl, 70, 12, 1)) \ 114 fw_def(METEORLAKE, 0, huc_gsc(mtl)) \ 143 fw_def(METEORLAKE, 0, gsc_def(mtl, 1, 0))
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rv1126.dtsi | 640 snps,mtl-rx-config = <&mtl_rx_setup>; 641 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt2712e.dtsi | 755 snps,mtl-rx-config = <&mtl_rx_setup>; 756 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dmc.c | 125 #define MTL_DMC_PATH DMC_PATH(mtl)
|