Searched refs:otx2_write128 (Results 1 – 1 of 1) sorted by relevance
673 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function692 #define otx2_write128(lo, hi, addr) writeq((hi) | (lo), addr) macro755 otx2_write128(buf, (u64)aura | BIT_ULL(63), addr); in otx2_aura_freeptr()