Home
last modified time | relevance | path

Searched refs:qm_addr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_private.h135 struct qm_addr { struct
203 struct qm_addr addr;
H A Dqman_low.h103 static __inline__ uint32_t __qm_in(struct qm_addr *qm, uintptr_t offset) in __qm_in()
108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_out()
120 static __inline__ void __qm_cl_touch_ro(struct qm_addr *qm, uintptr_t offset) in __qm_cl_touch_ro()
124 static __inline__ void __qm_cl_touch_rw(struct qm_addr *qm, uintptr_t offset) in __qm_cl_touch_rw()
128 static __inline__ uint32_t __qm_cl_in(struct qm_addr *qm, uintptr_t offset) in __qm_cl_in()
133 static __inline__ void __qm_cl_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_cl_out()
139 static __inline__ void __qm_cl_invalidate(struct qm_addr *qm, uintptr_t offset) in __qm_cl_invalidate()