Searched defs:otx2_write128 (Results 1 – 1 of 1) sorted by relevance
703 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function722 #define otx2_write128(lo, hi, addr) writeq((hi) | (lo), addr) macro