Searched refs:raw_cmd (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | gic_v3_its.c | 102 u64 raw_cmd[4]; member 110 cmd->raw_cmd_le[0] = cpu_to_le64(cmd->raw_cmd[0]); in its_fixup_cmd() 111 cmd->raw_cmd_le[1] = cpu_to_le64(cmd->raw_cmd[1]); in its_fixup_cmd() 112 cmd->raw_cmd_le[2] = cpu_to_le64(cmd->raw_cmd[2]); in its_fixup_cmd() 113 cmd->raw_cmd_le[3] = cpu_to_le64(cmd->raw_cmd[3]); in its_fixup_cmd() 116 static void its_mask_encode(u64 *raw_cmd, u64 val, int h, int l) in its_mask_encode() argument 119 *raw_cmd &= ~mask; in its_mask_encode() 120 *raw_cmd |= (val << l) & mask; in its_mask_encode() 125 its_mask_encode(&cmd->raw_cmd[0], cmd_nr, 7, 0); in its_encode_cmd() 130 its_mask_encode(&cmd->raw_cmd[0], devid, 63, 32); in its_encode_devid() [all …]
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | trace.c | 29 const char *ucsi_cmd_str(u64 raw_cmd) in ucsi_cmd_str() argument 31 u8 cmd = raw_cmd & GENMASK(7, 0); in ucsi_cmd_str()
|
| H A D | trace.h | 12 const char *ucsi_cmd_str(u64 raw_cmd);
|
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 534 u64 raw_cmd[4]; member 550 static void its_mask_encode(u64 *raw_cmd, u64 val, int h, int l) in its_mask_encode() argument 553 *raw_cmd &= ~mask; in its_mask_encode() 554 *raw_cmd |= (val << l) & mask; in its_mask_encode() 559 its_mask_encode(&cmd->raw_cmd[0], cmd_nr, 7, 0); in its_encode_cmd() 564 its_mask_encode(&cmd->raw_cmd[0], devid, 63, 32); in its_encode_devid() 569 its_mask_encode(&cmd->raw_cmd[1], id, 31, 0); in its_encode_event_id() 574 its_mask_encode(&cmd->raw_cmd[1], phys_id, 63, 32); in its_encode_phys_id() 579 its_mask_encode(&cmd->raw_cmd[1], size, 4, 0); in its_encode_size() 584 its_mask_encode(&cmd->raw_cmd[2], itt_addr >> 8, 51, 8); in its_encode_itt() [all …]
|
| /linux/drivers/ata/ |
| H A D | pata_ixp4xx_cf.c | 196 unsigned long raw_cmd, unsigned long raw_ctl) in ixp4xx_setup_port() argument 226 raw_cmd ^= 0x03; in ixp4xx_setup_port() 230 ata_port_desc(ap, "cmd 0x%lx ctl 0x%lx", raw_cmd, raw_ctl); in ixp4xx_setup_port()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | trace.h | 244 __dynamic_array(u32, raw_cmd, cmd_len) 257 memcpy(__get_dynamic_array(raw_cmd), cmd_va, cmd_len * sizeof(*cmd_va)); 269 __print_array(__get_dynamic_array(raw_cmd),
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_core.h | 226 DECLARE_FLEX_ARRAY(u8, raw_cmd);
|