Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_out() function
114 #define qm_out(reg, val) __qm_out(&portal->addr, REG_##reg, (uint32_t)val)
1147 __qm_out(&portal->addr, REG_ISR + (n << 2), val); in __qm_isr_write()