Searched refs:__raw_writeq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | io.h | 126 __raw_writeq(uint64_t v, volatile void *addr) in __raw_writeq() function 130 #define __raw_writeq(v, addr) __raw_writeq(v, addr) macro 225 __raw_writeq(htole64(v), addr); in writeq() 294 __raw_writeq(htole64(v), addr); in writeq_relaxed() 471 __raw_writeq(*src, dst); in __iowrite64_copy()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_doorbell.h | 56 __raw_writeq((__force u64) val, dest); in mthca_write64_raw() 62 __raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest); in mthca_write64()
|
/freebsd/sys/dev/mlx4/ |
H A D | doorbell.h | 58 __raw_writeq(*(u64 *) val, dest); in mlx4_write64()
|
/freebsd/sys/dev/mlx5/ |
H A D | doorbell.h | 45 __raw_writeq(*(u64 *)val, dest); in mlx5_write64()
|