Lines Matching defs:offset
71 uint32_t idx, offset = 0;
74 for (idx = 0; idx < NR_PAXC_REGS; idx++, offset += 4)
75 VERBOSE("offset: 0x%x val: 0x%x\n", offset,
76 mmio_read_32(PAXC_BASE + offset));
89 uint32_t idx, offset = 0;
92 for (idx = 0; idx < NR_MHB_REGS; idx++, offset += 4)
93 VERBOSE("offset: 0x%x val: 0x%x\n", offset,
94 mmio_read_32(MHB_BASE + offset));