Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c138 int full_cmd, ret; in isst_store_cmd() local
140 full_cmd = (cmd & GENMASK_ULL(15, 0)) << 16; in isst_store_cmd()
141 full_cmd |= (sub_cmd & GENMASK_ULL(15, 0)); in isst_store_cmd()
143 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd()
144 if (sst_cmd->cmd == full_cmd && sst_cmd->cpu == cpu && in isst_store_cmd()
153 ret = isst_store_new_cmd(full_cmd, cpu, mbox_cmd_type, param, data); in isst_store_cmd()
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py965 full_cmd = OrderedDict((
969 log(full_cmd, filters, indent=indent)