Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx4/
Ddoorbell.h63 mmio_writel((unsigned long)(ctx->uar + offset), val[0]); in mlx4_write64()
64 mmio_writel((unsigned long)(ctx->uar + offset + 4), val[1]); in mlx4_write64()
Dmmio.h22 static inline long mmio_writel(const unsigned long mmio_addr, in mmio_writel() function
81 #define mmio_writel(addr, value) \ macro
Dqp.c499 mmio_writel((unsigned long)(ctx->uar + MLX4_SEND_DOORBELL), in mlx4_post_send()