Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h673 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function
692 #define otx2_write128(lo, hi, addr) writeq((hi) | (lo), addr) macro
755 otx2_write128(buf, (u64)aura | BIT_ULL(63), addr); in otx2_aura_freeptr()