Searched refs:ops (Results 276 - 300 of 999) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A DMakefile.am38 t-ops t-ops2qf t-ops2f t-ops3 t-ostream t-prec \
59 t_ops_SOURCES = t-ops.cc
/netbsd-current/sys/dev/ic/
H A Drtl81x9var.h242 #define RE_TXDESCSYNC(sc, idx, ops) \
247 (ops))
248 #define RE_RXDESCSYNC(sc, idx, ops) \
253 (ops))
H A Dathn.c913 struct athn_ops *ops = &sc->sc_ops; local
922 if ((error = ops->rf_bus_request(sc)) != 0)
925 ops->set_phy(sc, curchan, extchan);
928 if ((error = ops->set_synth(sc, curchan, extchan)) != 0)
935 ops->set_txpower(sc, curchan, extchan);
938 ops->rf_bus_release(sc);
942 ops->set_delta_slope(sc, curchan, extchan);
944 ops->spur_mitigate(sc, curchan, extchan);
1161 struct athn_ops *ops = &sc->sc_ops; local
1163 ops
1171 struct athn_ops *ops = &sc->sc_ops; local
1181 struct athn_ops *ops = &sc->sc_ops; local
1220 struct athn_ops *ops = &sc->sc_ops; local
1265 struct athn_ops *ops = &sc->sc_ops; local
1297 struct athn_ops *ops = &sc->sc_ops; local
1341 struct athn_ops *ops = &sc->sc_ops; local
1404 struct athn_ops *ops = &sc->sc_ops; local
1481 struct athn_ops *ops = &sc->sc_ops; local
1528 struct athn_ops *ops = &sc->sc_ops; local
2186 struct athn_ops *ops = &sc->sc_ops; local
2834 struct athn_ops *ops = &sc->sc_ops; local
[all...]
H A Dtulipvar.h490 #define TULIP_CDTXSYNC(sc, x, n, ops) \
501 (TULIP_NTXDESC - __x), (ops)); \
508 TULIP_CDTXOFF(__x), sizeof(struct tulip_desc) * __n, (ops)); \
511 #define TULIP_CDRXSYNC(sc, x, ops) \
513 TULIP_CDRXOFF((x)), sizeof(struct tulip_desc), (ops))
515 #define TULIP_CDSPSYNC(sc, ops) \
517 TULIP_CDSPOFF, TULIP_SETUP_PACKET_LEN, (ops))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_psp_v11_0.c979 static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops) argument
1007 if (ops & PSP_MEM_TRAIN_SEND_SHORT_MSG) {
1009 ops |= PSP_MEM_TRAIN_RESTORE;
1012 if ((ops & PSP_MEM_TRAIN_RESTORE) &&
1015 ops |= PSP_MEM_TRAIN_SAVE;
1022 ops |= PSP_MEM_TRAIN_SAVE;
1025 if ((ops & PSP_MEM_TRAIN_SAVE) &&
1028 ops |= PSP_MEM_TRAIN_SEND_LONG_MSG;
1031 if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) {
1032 ops
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_phys.c39 if (obj->ops != &i915_gem_phys_ops) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_context.c61 err = ce->ops->alloc(ce);
122 err = ce->ops->pin(ce);
152 ce->ops->unpin(ce);
286 ce->ops = engine->cops;
H A Dintel_context_types.h84 const struct intel_context_ops *ops; member in struct:intel_context
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dhypercall.h53 int (*host_init)(struct device *dev, void *gvt, const void *ops);
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Di915_mei_hdcp_interface.h72 const struct i915_hdcp_component_ops *ops; member in struct:i915_hdcp_comp_master
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h155 BuildOp *ops; member in struct:build_instr
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x.h667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
669 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
671 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
673 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h155 BuildOp *ops; member in struct:build_instr
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic6x.h667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
669 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
671 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
673 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.h155 BuildOp *ops; member in struct:build_instr
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d10v/
H A Dimmediate-001.s0 ;; ops with immediate args
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arc/
H A Dsda-relocs.s3 ;;; all the ops should have the same offset.
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic6x.h667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
669 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
671 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
673 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracefile.h113 const struct trace_file_write_ops *ops; member in struct:trace_file_writer
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtic6x.h667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
669 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
671 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
673 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dalu-tst.c35 alu_op ops[4]; member in struct:__anon2656
/netbsd-current/usr.bin/xlint/lint1/
H A Demit1.c362 arg->u.ops.left->tn_op == STRING &&
363 arg->u.ops.left->u.str_literals->data != NULL) {
367 while (quoted_next(arg->u.ops.left->u.str_literals, &it))
379 outname(call->func->u.ops.left->u.sym->s_name);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.c858 struct expand_operand ops[2]; local
860 create_input_operand (&ops[0], expand_normal (offset_arg),
862 create_input_operand (&ops[1], const0_rtx, SImode);
864 if (!maybe_expand_insn (abs_icode, 2, ops)
865 && !maybe_expand_insn (ind_icode, 2, ops))
868 return gen_rtx_REG (ops[0].mode, BPF_R0);
872 return gen_rtx_REG (ops[0].mode, BPF_R0);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dttm_object.c101 struct dma_buf_ops ops; member in struct:ttm_object_device
535 const struct dma_buf_ops *ops)
551 tdev->ops = *ops;
552 tdev->dmabuf_release = tdev->ops.release;
553 tdev->ops.release = ttm_prime_dmabuf_release;
680 if (dma_buf->ops != &tdev->ops)
738 exp_info.ops = &tdev->ops;
533 ttm_object_device_init(struct ttm_mem_global *mem_glob, unsigned int hash_order, const struct dma_buf_ops *ops) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c60 struct simops *ops; member in struct:hash_entry
91 if (streq(h->ops->mnemonic,"b") && h->size == 2)
103 if ((streq(h->ops->mnemonic,"b")) && h->size == 2)
356 if (((h->ops) != NULL) && (((h->ops)->numops) != 0))
357 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
361 (h->ops->func) (sd, cpu);
560 if (h->ops)
568 h->ops
[all...]

Completed in 590 milliseconds

<<11121314151617181920>>