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

/freebsd-13-stable/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)
108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val)
120 static __inline__ void __qm_cl_touch_ro(struct qm_addr *qm, uintptr_t offset)
124 static __inline__ void __qm_cl_touch_rw(struct qm_addr *qm, uintptr_t offset)
128 static __inline__ uint32_t __qm_cl_in(struct qm_addr *qm, uintptr_t offset)
133 static __inline__ void __qm_cl_out(struct qm_addr *qm, uintptr_t offset, uint32_t val)
139 static __inline__ void __qm_cl_invalidate(struct qm_addr *qm, uintptr_t offset)

Completed in 38 milliseconds