Searched defs:rc4030State (Results 1 – 1 of 1) sorted by relevance
63 struct rc4030State { struct65 SysBusDevice parent;67 uint32_t config; /* 0x0000: RC4030 config register */68 uint32_t revision; /* 0x0008: RC4030 Revision register */72 uint32_t dma_regs[8][4];73 uint32_t dma_tl_base; /* 0x0018: DMA transl. table base */77 uint32_t cache_maint; /* 0x0030: Cache Maintenance */80 uint32_t cache_ptag; /* 0x0048: I/O Cache Physical Tag */81 uint32_t cache_ltag; /* 0x0050: I/O Cache Logical Tag */82 uint32_t cache_bmask; /* 0x0058: I/O Cache Byte Mask */[all …]
Completed in 5 milliseconds