Searched defs:__bm_in (Results 1 – 2 of 2) sorted by relevance
91 static __inline__ uint32_t __bm_in(struct bm_addr *bm, uintptr_t offset) in __bm_in() function
39 #define __bm_in(bm, o) be32_to_cpu(__raw_readl((bm)->ci + (o))) macro