Lines Matching defs:offset0
626 u32 offset0)
629 return read_csr(dd, offset0 + (0x100 * ctxt));
633 u32 offset0, u64 value)
636 write_csr(dd, offset0 + (0x100 * ctxt), value);
649 u32 offset0)
651 return get_csr_addr(dd, offset0 + (0x100 * ctxt));
661 u32 offset0)
664 return read_csr(dd, offset0 + (0x1000 * ctxt));
668 u32 offset0, u64 value)
671 write_csr(dd, offset0 + (0x1000 * ctxt), value);