Searched refs:cpu_to_pci32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4.h58 #define cpu_to_pci32(val) htole32(val) macro
60 #define writel(v, a) do { *((volatile u32 *)(a)) = cpu_to_pci32(v); } while (0)

Completed in 46 milliseconds