Searched defs:otx2_write128 (Results 1 – 2 of 2) sorted by relevance
406 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function436 #define otx2_write128(lo, hi, addr) macro
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