Home
last modified time | relevance | path

Searched refs:DW_REG (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/dw/
H A Dregs.h36 #define DW_REG(name) u32 name; u32 __pad_##name macro
40 DW_REG(SAR); /* Source Address Register */
41 DW_REG(DAR); /* Destination Address Register */
42 DW_REG(LLP); /* Linked List Pointer */
45 DW_REG(SSTAT);
46 DW_REG(DSTAT);
47 DW_REG(SSTATAR);
48 DW_REG(DSTATAR);
51 DW_REG(SGR);
52 DW_REG(DSR);
[all …]
/linux/drivers/media/platform/synopsys/
H A Ddw-mipi-csi2rx.c37 #define DW_REG(x) (DW_REG_EXIST | (x))
127 [DW_MIPI_CSI2RX_N_LANES] = DW_REG(0x4),
128 [DW_MIPI_CSI2RX_RESETN] = DW_REG(0x10),
129 [DW_MIPI_CSI2RX_PHY_STATE] = DW_REG(0x14),
130 [DW_MIPI_CSI2RX_ERR1] = DW_REG(0x20),
131 [DW_MIPI_CSI2RX_ERR2] = DW_REG(0x24),
132 [DW_MIPI_CSI2RX_MSK1] = DW_REG(0x28),
133 [DW_MIPI_CSI2RX_MSK2] = DW_REG(0x2c),
134 [DW_MIPI_CSI2RX_CONTROL] = DW_REG(0x40),
142 [DW_MIPI_CSI2RX_N_LANES] = DW_REG(
36 #define DW_REG(x) (DW_REG_ global() macro
[all...]