Searched refs:__swap_32 (Results 1 – 2 of 2) sorted by relevance
17 # define ohci_readl(a) __swap_32(in_be32((u32 *)a))18 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a))
289 #define __swap_32(x) \ macro303 # define swap_32(x) __swap_32(x)