Searched refs:otx2_write128 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 406 static inline void otx2_write128(u64 lo, u64 hi, void __iomem *addr) in otx2_write128() function 436 #define otx2_write128(lo, hi, addr) macro 455 otx2_write128((u64)buf, (u64)aura | BIT_ULL(63), in otx2_aura_freeptr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 703 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 785 otx2_write128(buf, (u64)aura | BIT_ULL(63), addr); in otx2_aura_freeptr()
|
Completed in 4 milliseconds