Home
last modified time | relevance | path

Searched refs:bm_addr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c91 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()
H A Dbman_private.h130 struct bm_addr { struct
168 struct bm_addr addr;
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.h126 struct bm_addr { struct
132 struct bm_addr addr; argument