/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | Makefile | 10 apl.o cnl.o tgl.o icl.o mtl.o hda-common-ops.o 30 snd-sof-pci-intel-mtl-objs := pci-mtl.o 38 obj-$(CONFIG_SND_SOC_SOF_INTEL_MTL) += snd-sof-pci-intel-mtl.o
|
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/ |
A D | rk3588.dtsi | 29 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 30 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
|
A D | rk3568.dtsi | 186 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>; 187 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
|
A D | rk3588s.dtsi | 1072 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>; 1073 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
|
A D | rk356x.dtsi | 669 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>; 670 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
|
/linux-6.3-rc2/drivers/platform/x86/intel/pmc/ |
A D | Makefile | 7 adl.o mtl.o
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | intel,dwmac-plat.yaml | 116 snps,mtl-rx-config = <&mtl_rx_setup>; 117 snps,mtl-tx-config = <&mtl_tx_setup>;
|
A D | snps,dwmac.yaml | 167 snps,mtl-rx-config: 292 snps,mtl-tx-config: 664 snps,mtl-rx-config = <&mtl_rx_setup>; 665 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
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()
|
A D | dwxgmac2_core.c | 850 u32 mtl, dma; in dwxgmac3_safety_feat_irq_status() local 856 mtl = readl(ioaddr + XGMAC_MTL_SAFETY_INT_STATUS); in dwxgmac3_safety_feat_irq_status() 859 err = (mtl & XGMAC_MCSIS) || (dma & XGMAC_MCSIS); in dwxgmac3_safety_feat_irq_status() 866 err = (mtl & (XGMAC_MEUIS | XGMAC_MECIS)) || in dwxgmac3_safety_feat_irq_status() 868 corr = (mtl & XGMAC_MECIS) || (dma & XGMAC_MSCIS); in dwxgmac3_safety_feat_irq_status()
|
/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/ |
A D | sxgbe_main.c | 707 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()
|
A D | sxgbe_common.h | 368 const struct sxgbe_mtl_ops *mtl; member
|
/linux-6.3-rc2/sound/soc/intel/common/ |
A D | Makefile | 12 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_transport.c | 1294 u32 mtl; in target_check_max_data_sg_nents() local 1304 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE); in target_check_max_data_sg_nents() 1305 if (cmd->data_length > mtl) { in target_check_max_data_sg_nents() 1318 cmd->residual_count = (size - mtl); in target_check_max_data_sg_nents() 1321 cmd->residual_count = (orig_dl - mtl); in target_check_max_data_sg_nents() 1324 cmd->residual_count = (cmd->data_length - mtl); in target_check_max_data_sg_nents() 1326 cmd->data_length = mtl; in target_check_max_data_sg_nents() 1332 u32 sectors = (mtl / dev->dev_attrib.block_size); in target_check_max_data_sg_nents()
|
A D | target_core_spc.c | 516 u32 mtl = 0; in spc_emulate_evpd_b0() local 554 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE) / in spc_emulate_evpd_b0() 560 put_unaligned_be32(min_not_zero(mtl, io_max_blocks), &buf[8]); in spc_emulate_evpd_b0()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | artpec6.dtsi | 298 snps,mtl-rx-config = <&mtl_rx_setup>; 299 snps,mtl-tx-config = <&mtl_tx_setup>;
|
A D | rv1126.dtsi | 357 snps,mtl-rx-config = <&mtl_rx_setup>; 358 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sa8155p-adp.dts | 343 snps,mtl-rx-config = <&mtl_rx_setup>; 344 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/ |
A D | imx8mp-evk.dts | 124 snps,mtl-tx-config = <&mtl_tx_setup>; 125 snps,mtl-rx-config = <&mtl_rx_setup>;
|
A D | imx8mp-verdin.dtsi | 191 snps,mtl-rx-config = <&mtl_rx_setup>; 192 snps,mtl-tx-config = <&mtl_tx_setup>;
|
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/ |
A D | mt2712e.dtsi | 754 snps,mtl-rx-config = <&mtl_rx_setup>; 755 snps,mtl-tx-config = <&mtl_tx_setup>;
|
A D | mt8195.dtsi | 1139 snps,mtl-rx-config = <&mtl_rx_setup>; 1140 snps,mtl-tx-config = <&mtl_tx_setup>;
|