Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
/linux/arch/arm64/boot/dts/st/
H A Dstm32mp253.dtsi66 snps,mtl-rx-config = <&mtl_rx_setup_2>;
67 snps,mtl-tx-config = <&mtl_tx_setup_2>;
H A Dstm32mp233.dtsi66 snps,mtl-rx-config = <&mtl_rx_setup_2>;
67 snps,mtl-tx-config = <&mtl_tx_setup_2>;
/linux/sound/soc/intel/avs/
H A DMakefile7 snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o mtl.o lnl.o ptl.o
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c705 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()
H A Dsxgbe_common.h368 const struct sxgbe_mtl_ops *mtl; member
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts155 snps,mtl-rx-config = <&ethernet0_mtl_rx_setup>;
156 snps,mtl-tx-config = <&ethernet0_mtl_tx_setup>;
255 snps,mtl-rx-config = <&ethernet1_mtl_rx_setup>;
256 snps,mtl-tx-config = <&ethernet1_mtl_tx_setup>;
H A Dsa8155p-adp.dts321 snps,mtl-rx-config = <&mtl_rx_setup>;
322 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/sound/soc/intel/common/
H A DMakefile10 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dpci-quickspi.c24 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 Dr9a09g087.dtsi545 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 Dr9a09g077.dtsi544 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>;
H A Dr9a09g057.dtsi1495 snps,mtl-rx-config = <&mtl_rx_setup0>;
1496 snps,mtl-tx-config = <&mtl_tx_setup0>;
1596 snps,mtl-rx-config = <&mtl_rx_setup1>;
1597 snps,mtl-tx-config = <&mtl_tx_setup1>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-beacon-som.dtsi53 snps,mtl-rx-config = <&mtl_rx_setup>;
54 snps,mtl-tx-config = <&mtl_tx_setup>;
H A Ds32g2.dtsi737 snps,mtl-rx-config = <&mtl_rx_setup>;
738 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/drivers/target/
H A 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()
/linux/arch/arm/boot/dts/axis/
H A Dartpec6.dtsi298 snps,mtl-rx-config = <&mtl_rx_setup>;
299 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3528.dtsi1019 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
1020 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
1078 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
1079 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
H A Drk3576.dtsi1747 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
1748 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
1795 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
1796 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
H A Drk3588-base.dtsi2113 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
2114 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2044.dtsi344 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
345 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
/linux/arch/arm/boot/dts/rockchip/
H A Drv1126.dtsi640 snps,mtl-rx-config = <&mtl_rx_setup>;
641 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt2712e.dtsi755 snps,mtl-rx-config = <&mtl_rx_setup>;
756 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c145 #define MTL_DMC_PATH DMC_PATH(mtl)