Searched refs:__swap_32 (Results 1 – 2 of 2) sorted by relevance
18 # define ohci_readl(a) __swap_32(in_be32((u32 *)a))19 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a))
295 #define __swap_32(x) \ macro309 # define swap_32(x) __swap_32(x)
Completed in 24 milliseconds