Searched refs:bm_addr (Results 1 – 3 of 3) sorted by relevance
91 static __inline__ uint32_t __bm_in(struct bm_addr *bm, uintptr_t offset) in __bm_in()96 static __inline__ void __bm_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_out()108 static __inline__ void __bm_cl_touch_ro(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_ro()112 static __inline__ void __bm_cl_touch_rw(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_rw()116 static __inline__ uint32_t __bm_cl_in(struct bm_addr *bm, uintptr_t offset) in __bm_cl_in()121 static __inline__ void __bm_cl_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_cl_out()127 static __inline__ void __bm_cl_invalidate(struct bm_addr *bm, uintptr_t offset) in __bm_cl_invalidate()
130 struct bm_addr { struct168 struct bm_addr addr;
126 struct bm_addr { struct132 struct bm_addr addr; argument