Searched defs:scu_registers (Results 1 – 3 of 3) sorted by relevance
10 struct scu_registers { struct11 u32 ctrl; /* 0x00 */12 u32 cfg;13 u32 cpsr;14 u32 iassr;15 u32 _pad_0x10_0x3c[12]; /* 0x10 */16 u32 fsar; /* 0x40 */17 u32 fear;18 u32 _pad_0x48_0x50[2];19 u32 acr; /* 0x54 */[all …]
1836 struct scu_registers { struct1838 struct scu_peg_registers peg0;1841 struct scu_sdma_registers sdma;1842 struct scu_completion_ram cram;1843 struct scu_frame_buffer_ram fbram;1844 u32 reserved_6800_69FF[0x80];1845 struct noa_protocol_engine_partition noa_pe;1846 struct noa_hub_partition noa_hub;1847 struct noa_host_interface_partition noa_if;1848 u32 reserved_6d00_7fff[0x4c0];[all …]
188 struct scu_registers __iomem *scu_registers; member