Searched refs:opn (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxbf-bootctl.c | 591 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 D | sysfs-platform-mellanox-bootctl | 97 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 D | hif_api_general.h | 113 u8 opn[14]; member
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_core.c | 458 static int validate(struct slot *slot_cur, int opn) in validate() argument 474 switch (opn) { in validate()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 8491 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 D | emit.c.inc | 90 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 D | jstree.min.js | 5 …opn=[],this._data.search.som=!1,this._data.search.smc=!1,this._data.search.hdn=[],this.element.on(…
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 422 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()
|