Searched refs:DMA_ADDR (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
H A D | sun_esp.c | 312 dma_write32(0, DMA_ADDR); sbus_esp_reset_dma() 396 dma_write32(0, DMA_ADDR); sbus_esp_dma_invalidate() 443 dma_write32(addr, DMA_ADDR); sbus_esp_send_dma_cmd() 457 dma_write32(addr, DMA_ADDR); sbus_esp_send_dma_cmd()
|
H A D | sun3x_esp.c | 23 #define DMA_ADDR 0x04UL /* rw DMA transfer address register 0x04 */ macro 167 dma_write32(addr, DMA_ADDR); sun3x_esp_send_dma_cmd()
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | dma.h | 18 #define DMA_ADDR 0x04UL /* rw DMA transfer address register 0x04 */ macro
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 389 #define DMA_ADDR(p, f) ((p)->dma_addr + offsetof(struct fsl_diu_data, f)) macro 834 out_be32(&hw->gamma, DMA_ADDR(data, gamma)); update_lcdc() 1120 out_be32(&hw->cursor, DMA_ADDR(data, cursor)); fsl_diu_cursor() 1122 out_be32(&hw->cursor, DMA_ADDR(data, blank_cursor)); fsl_diu_cursor() 1734 data->ad[i].paddr = DMA_ADDR(data, ad[i]); fsl_diu_probe() 1770 data->dummy_ad.addr = cpu_to_le32(DMA_ADDR(data, dummy_aoi)); fsl_diu_probe() 1777 data->dummy_ad.paddr = DMA_ADDR(data, dummy_ad); fsl_diu_probe()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musbhsdma.c | 175 * programmed in DMA_ADDR. dma_channel_program()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | pci_iommu.c | 365 /* Unmap a single streaming mode DMA translation. The DMA_ADDR and 474 /* Free and unmap a consistent DMA buffer. CPU_ADDR and DMA_ADDR must 478 DMA_ADDR past this call are illegal. */ alpha_pci_free_coherent()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | sunlance.c | 848 u32 addr = sbus_readl(lp->dregs + DMA_ADDR); lance_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 2938 * by a 32bit number. If the DMA_ADDR is 0, then no DMA is performed, and the 2939 * statistics may be read from the message response. If DMA_ADDR != 0, then the 3018 * guarantee consistent results. If the DMA_ADDR is 0, then no DMA is 3020 * DMA_ADDR != 0, then the statistics are dmad to that (page-aligned location).
|
Completed in 444 milliseconds