Home
last modified time | relevance | path

Searched refs:DPRAM_BASE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/media/av7110/
H A Dav7110_hw.h292 #define DPRAM_BASE 0x4000 macro
295 #define AV7110_BOOT_STATE (DPRAM_BASE + 0x3F8)
296 #define AV7110_BOOT_SIZE (DPRAM_BASE + 0x3FA)
297 #define AV7110_BOOT_BASE (DPRAM_BASE + 0x3FC)
298 #define AV7110_BOOT_BLOCK (DPRAM_BASE + 0x400)
302 #define IRQ_STATE (DPRAM_BASE + 0x0F4)
303 #define IRQ_STATE_EXT (DPRAM_BASE + 0x0F6)
304 #define MSGSTATE (DPRAM_BASE + 0x0F8)
305 #define COMMAND (DPRAM_BASE + 0x0FC)
306 #define COM_BUFF (DPRAM_BASE + 0x100)
[all …]
H A Dav7110_hw.c218 iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4); in av7110_bootarm()
220 iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4); in av7110_bootarm()
222 ret = irdebi(av7110, DEBINOSWAP, DPRAM_BASE, 0, 4); in av7110_bootarm()
229 iwdebi(av7110, DEBISWAP, DPRAM_BASE + i, 0x00, 4); in av7110_bootarm()
244 mwdebi(av7110, DEBISWAB, DPRAM_BASE, fw->data, fw->size); in av7110_bootarm()
265 mwdebi(av7110, DEBISWAB, DPRAM_BASE, av7110->bin_dpram, av7110->size_dpram); in av7110_bootarm()
H A Dav7110.c552 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len); in gpioirq()
587 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len); in gpioirq()
613 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len); in gpioirq()
631 start_debi_dma(av7110, DEBI_READ, DPRAM_BASE + rxbuf, len); in gpioirq()
/linux/drivers/tty/serial/
H A Dcpm_uart.h23 #define DPRAM_BASE ((u8 __iomem *)cpm_muram_addr(0)) macro
H A Dcpm_uart.c763 (u8 __iomem *)pinfo->rx_bd_base - DPRAM_BASE); in cpm_uart_init_scc()
765 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE); in cpm_uart_init_scc()
826 (u8 __iomem *)pinfo->rx_bd_base - DPRAM_BASE); in cpm_uart_init_smc()
828 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE); in cpm_uart_init_smc()