| /linux/sound/soc/sof/intel/ |
| H A D | Makefile | 39 snd-sof-pci-intel-mtl-y := pci-mtl.o mtl.o 50 obj-$(CONFIG_SND_SOC_SOF_INTEL_MTL) += snd-sof-pci-intel-mtl.o
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | lemans-ride-ethernet-aqr115c.dtsi | 46 snps,mtl-rx-config = <&mtl_rx_setup>; 47 snps,mtl-tx-config = <&mtl_tx_setup>; 141 snps,mtl-rx-config = <&mtl_rx_setup1>; 142 snps,mtl-tx-config = <&mtl_tx_setup1>;
|
| H A D | lemans-ride-ethernet-88ea1512.dtsi | 46 snps,mtl-rx-config = <&mtl_rx_setup>; 47 snps,mtl-tx-config = <&mtl_tx_setup>; 141 snps,mtl-rx-config = <&mtl_rx_setup1>; 142 snps,mtl-tx-config = <&mtl_tx_setup1>;
|
| H A D | sa8540p-ride.dts | 155 snps,mtl-rx-config = <ðernet0_mtl_rx_setup>; 156 snps,mtl-tx-config = <ðernet0_mtl_tx_setup>; 255 snps,mtl-rx-config = <ðernet1_mtl_rx_setup>; 256 snps,mtl-tx-config = <ðernet1_mtl_tx_setup>;
|
| H A D | monaco-evk.dts | 225 snps,mtl-rx-config = <&mtl_rx_setup>; 226 snps,mtl-tx-config = <&mtl_tx_setup>;
|
| H A D | qcs8300-ride.dts | 230 snps,mtl-rx-config = <&mtl_rx_setup>; 231 snps,mtl-tx-config = <&mtl_tx_setup>;
|
| /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 | 889 u32 mtl, dma; in dwxgmac3_safety_feat_irq_status() local 895 mtl = readl(ioaddr + XGMAC_MTL_SAFETY_INT_STATUS); in dwxgmac3_safety_feat_irq_status() 898 err = (mtl & XGMAC_MCSIS) || (dma & XGMAC_MCSIS); in dwxgmac3_safety_feat_irq_status() 905 err = (mtl & (XGMAC_MEUIS | XGMAC_MECIS)) || in dwxgmac3_safety_feat_irq_status() 907 corr = (mtl & XGMAC_MECIS) || (dma & XGMAC_MSCIS); in dwxgmac3_safety_feat_irq_status()
|
| /linux/arch/arm64/boot/dts/st/ |
| H A D | stm32mp233.dtsi | 66 snps,mtl-rx-config = <&mtl_rx_setup_2>; 67 snps,mtl-tx-config = <&mtl_tx_setup_2>;
|
| 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 tgl.o adl.o mtl.o arl.o lnl.o ptl.o wcl.o
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 705 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 711 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 717 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 721 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode() 985 priv->hw->mtl->mtl_set_txfifosize(priv->ioaddr, queue_num, in sxgbe_init_mtl_engine() 987 priv->hw->mtl->mtl_enable_txqueue(priv->ioaddr, queue_num); in sxgbe_init_mtl_engine() 1002 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()
|
| /linux/sound/soc/intel/avs/ |
| H A D | Makefile | 7 snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o mtl.o lnl.o ptl.o
|
| /linux/arch/arm64/boot/dts/intel/ |
| H A D | socfpga_agilex5.dtsi | 573 snps,mtl-rx-config = <&mtl_rx_emac0_setup>; 574 snps,mtl-tx-config = <&mtl_tx_emac0_setup>; 686 snps,mtl-rx-config = <&mtl_rx_emac1_setup>; 687 snps,mtl-tx-config = <&mtl_tx_emac1_setup>; 799 snps,mtl-rx-config = <&mtl_rx_emac2_setup>; 800 snps,mtl-tx-config = <&mtl_tx_emac2_setup>;
|
| /linux/sound/soc/intel/common/ |
| H A D | Makefile | 10 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
|
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | pci-quickspi.c | 24 struct quickspi_driver_data mtl = { variable 973 {PCI_DEVICE_DATA(INTEL, THC_MTL_DEVICE_ID_SPI_PORT1, &mtl), }, 974 {PCI_DEVICE_DATA(INTEL, THC_MTL_DEVICE_ID_SPI_PORT2, &mtl), },
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g087.dtsi | 545 snps,mtl-rx-config = <&mtl_rx_setup0>; 546 snps,mtl-tx-config = <&mtl_tx_setup0>; 692 snps,mtl-rx-config = <&mtl_rx_setup1>; 693 snps,mtl-tx-config = <&mtl_tx_setup1>; 839 snps,mtl-rx-config = <&mtl_rx_setup2>; 840 snps,mtl-tx-config = <&mtl_tx_setup2>;
|
| H A D | r9a09g077.dtsi | 544 snps,mtl-rx-config = <&mtl_rx_setup0>; 545 snps,mtl-tx-config = <&mtl_tx_setup0>; 690 snps,mtl-rx-config = <&mtl_rx_setup1>; 691 snps,mtl-tx-config = <&mtl_tx_setup1>; 836 snps,mtl-rx-config = <&mtl_rx_setup2>; 837 snps,mtl-tx-config = <&mtl_tx_setup2>;
|
| /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-sr-som.dtsi | 57 snps,mtl-tx-config = <&mtl_tx_setup>; 58 snps,mtl-rx-config = <&mtl_rx_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()
|
| /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>;
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | cv180x.dtsi | 263 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 264 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
|
| H A D | sg2042.dtsi | 332 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 333 snps,mtl-tx-config = <&gmac0_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>;
|