Home
last modified time | relevance | path

Searched refs:dma_debug (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c438 hw_feat->dma_debug = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()
662 pdata->hw_feat.dma_debug ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h522 unsigned int dma_debug; /* DMA Debug Registers */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c852 struct dma_debug { struct
857 static void verify_dma(struct etnaviv_gpu *gpu, struct dma_debug *debug) in verify_dma() argument
878 struct dma_debug debug; in etnaviv_gpu_debugfs()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe.h987 unsigned int dma_debug; /* DMA Debug Registers */ member
Dxgbe-drv.c771 hw_feat->dma_debug = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DBGMEMA); in xgbe_get_all_hw_features()
883 hw_feat->dma_debug ? "yes" : "no"); in xgbe_get_all_hw_features()
/kernel/linux/linux-5.10/Documentation/core-api/
Ddma-api.rst731 'dma_debug=off' as a boot parameter. This will disable DMA-API debugging.
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch20998 + dma_debug("phy_address: 0x%X\n", phy_address);
21000 + dma_debug("address: 0x%X\n", address);
21002 + dma_debug("psource[%d]: 0x%X\n", j, psource[j]);
21006 + dma_debug("pdest[%d]: 0x%X\n", j, pdest[j]);
21813 +#define dma_debug printk
21815 +#define dma_debug(fmt, ...) do {} while (0);
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-parameters.txt984 dma_debug=off If the kernel is compiled with DMA_API_DEBUG support,
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch304040 + dma_debug("phy_address: 0x%X\n", phy_address);
304042 + dma_debug("address: 0x%X\n", address);
304044 + dma_debug("psource[%d]: 0x%X\n", j, psource[j]);
304048 + dma_debug("pdest[%d]: 0x%X\n", j, pdest[j]);
304855 +#define dma_debug printk
304857 +#define dma_debug(fmt, ...) do {} while (0);