| /src/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | fsl_qman.h | 298 #define qm_isr_status_read(qm) __qm_isr_read(qm, qm_isr_status) argument 299 #define qm_isr_status_clear(qm, m) __qm_isr_write(qm, qm_isr_status, m) argument 300 #define qm_isr_enable_read(qm) __qm_isr_read(qm, qm_isr_enable) argument 301 #define qm_isr_enable_write(qm, v) __qm_isr_write(qm, qm_isr_enable, v) argument 302 #define qm_isr_disable_read(qm) __qm_isr_read(qm, qm_isr_disable) argument 303 #define qm_isr_disable_write(qm, v) __qm_isr_write(qm, qm_isr_disable, v) argument 304 #define qm_isr_inhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 1) argument 305 #define qm_isr_uninhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 0) argument
|
| H A D | qman_low.h | 103 static __inline__ uint32_t __qm_in(struct qm_addr *qm, uintptr_t offset) in __qm_in() argument 105 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_in() 108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_out() argument 110 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_out() 120 static __inline__ void __qm_cl_touch_ro(struct qm_addr *qm, uintptr_t offset) in __qm_cl_touch_ro() argument 122 dcbt_ro(ptr_ADD(qm->addr_ce, 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() argument 126 dcbt_rw(ptr_ADD(qm->addr_ce, 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() argument 130 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ce, offset); in __qm_cl_in() [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | tst.ZeroModuleProbes.d.ksh | 49 -qm kernel'{printf("I am done"); exit(0);}'
|
| /src/contrib/netbsd-tests/fs/ |
| H A D | h_funcs.subr | 48 if kldstat -qm ${name} || kldload -n ${name}; then
|
| /src/contrib/sendmail/src/ |
| H A D | sched.c | 102 qm() in qm() function
|
| H A D | sendmail.h | 2315 extern bool qm __P((void));
|
| H A D | main.c | 2458 qm();
|
| /src/sys/contrib/device-tree/src/arm/ti/keystone/ |
| H A D | keystone-k2g-netcp.dtsi | 9 compatible = "ti,66ak2g-navss-qm";
|
| /src/sys/contrib/openzfs/config/ |
| H A D | po.m4 | 334 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm) 359 QMFILES="$QMFILES $srcdirpre$lang.qm" 400 QTCATALOGS="$QTCATALOGS $lang.qm"
|
| /src/sys/powerpc/conf/dpaa/ |
| H A D | files.dpaa | 77 contrib/ncsw/Peripherals/QM/qm.c optional dpaa \
|
| /src/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC.
|
| /src/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 5065 qm+ohrcKGggM/VoWYrz8T9NQn9pN5+jed2qLOiM9q0nuNWrNhSpJWP/5RfDp7xPq
|