Searched refs:swap_32 (Results 1 – 4 of 4) sorted by relevance
299 # define swap_32(x) (x) macro302 # define swap_32(x) __swap_32(x) macro
512 *(__u32 *) data_buf = swap_32(0); in musb_submit_rh_msg()530 *(__u32 *) data_buf = swap_32(port_status); in musb_submit_rh_msg()
71 #define m32_swap(x) swap_32(x)
634 def ATOMIC_SWAP_I32 : Atomic2Ops<atomic_swap_32, "swap_32">;