Home
last modified time | relevance | path

Searched defs:otx2_write128 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h703 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function
722 #define otx2_write128(lo, hi, addr) writeq((hi) | (lo), addr) macro