Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c591 u64 opn[MLNX_MFG_VAL_QWORD_CNT(OPN)] = { 0 }; in opn_store() local
598 memcpy(opn, buf, count); in opn_store()
604 sizeof(u64), opn[word], 0, 0, 0, 0, &res); in opn_store()
902 static DEVICE_ATTR_RW(opn);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-mellanox-bootctl97 What: /sys/bus/platform/devices/MLNXBF04:00/opn
102 The "opn" sysfs attribute holds the board's part number.
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_api_general.h113 u8 opn[14]; member
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c458 static int validate(struct slot *slot_cur, int opn) in validate() argument
474 switch (opn) { in validate()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8491 const char *opn = "ldst"; in gen_cp0() local
8501 opn = "mfc0"; in gen_cp0()
8510 opn = "mtc0"; in gen_cp0()
8520 opn = "dmfc0"; in gen_cp0()
8530 opn = "dmtc0"; in gen_cp0()
8540 opn = "mfhc0"; in gen_cp0()
8549 opn = "mthc0"; in gen_cp0()
8559 opn = "mftr"; in gen_cp0()
8565 opn = "mttr"; in gen_cp0()
8568 opn = "tlbwi"; in gen_cp0()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc90 int opn = decode->op[2].n;
95 tcg_gen_sextract_tl(ofs, cpu_regs[opn], 3, poslen - 3);
256 static void gen_load(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
258 X86DecodedOp *op = &decode->op[opn];
331 static TCGv_ptr op_ptr(X86DecodedInsn *decode, int opn)
333 X86DecodedOp *op = &decode->op[opn];
350 static void gen_writeback(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
352 X86DecodedOp *op = &decode->op[opn];
/openbmc/rest-dbus/resources/
H A Djstree.min.js5opn=[],this._data.search.som=!1,this._data.search.smc=!1,this._data.search.hdn=[],this.element.on(…
/openbmc/qemu/hw/nvme/
H A Dctrl.c422 uint32_t opn, uint32_t zrwa) in nvme_zns_check_resources() argument
431 ns->nr_open_zones + opn > ns->params.max_open_zones) { in nvme_zns_check_resources()
447 static uint16_t nvme_aor_check(NvmeNamespace *ns, uint32_t act, uint32_t opn) in nvme_aor_check() argument
449 return nvme_zns_check_resources(ns, act, opn, 0); in nvme_aor_check()