Searched refs:dmastart (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/host1x/hw/ |
| H A D | debug_hw_1x06.c | 19 dma_addr_t dmastart = 0, dmaend = 0; in host1x_debug_show_channel_cdma() local 25 dmastart = host1x_ch_readl(ch, HOST1X_CHANNEL_DMASTART_HI); in host1x_debug_show_channel_cdma() 26 dmastart <<= 32; in host1x_debug_show_channel_cdma() 28 dmastart |= host1x_ch_readl(ch, HOST1X_CHANNEL_DMASTART); in host1x_debug_show_channel_cdma() 57 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend); in host1x_debug_show_channel_cdma()
|
| H A D | debug_hw_1x01.c | 19 dma_addr_t dmastart, dmaend; in host1x_debug_show_channel_cdma() local 24 dmastart = host1x_ch_readl(ch, HOST1X_CHANNEL_DMASTART); in host1x_debug_show_channel_cdma() 62 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend); in host1x_debug_show_channel_cdma()
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | mc.h | 210 volatile u32 dmastart; /* Pedal to the metal. */ member
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci.c | 3515 dma_addr_t dmastart, dmanow; in sdhci_data_irq() local 3517 dmastart = sdhci_sdma_address(host); in sdhci_data_irq() 3518 dmanow = dmastart + host->data->bytes_xfered; in sdhci_data_irq() 3525 host->data->bytes_xfered = dmanow - dmastart; in sdhci_data_irq() 3527 &dmastart, host->data->bytes_xfered, &dmanow); in sdhci_data_irq()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 490 unsigned long dmastart = (start_pfn << PAGE_SHIFT) + in tce_setrange_multi_pSeriesLP() local 492 unsigned long tcenum = dmastart >> tceshift; in tce_setrange_multi_pSeriesLP()
|