Searched refs:dma_debug (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 438 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()
|
D | dwc-xlgmac.h | 522 unsigned int dma_debug; /* DMA Debug Registers */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 852 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/ |
D | xgbe.h | 987 unsigned int dma_debug; /* DMA Debug Registers */ member
|
D | xgbe-drv.c | 771 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/ |
D | dma-api.rst | 731 'dma_debug=off' as a boot parameter. This will disable DMA-API debugging.
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 20998 + 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/ |
D | kernel-parameters.txt | 984 dma_debug=off If the kernel is compiled with DMA_API_DEBUG support,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 304040 + 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);
|