| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cotable.c | 269 } *cmd1; in vmw_cotable_scrub() local 278 submit_size = sizeof(*cmd1); in vmw_cotable_scrub() 282 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_cotable_scrub() 283 if (!cmd1) in vmw_cotable_scrub() 288 cmd0 = (void *) cmd1; in vmw_cotable_scrub() 293 cmd1 = (void *) &cmd0[1]; in vmw_cotable_scrub() 296 cmd1->header.id = SVGA_3D_CMD_DX_SET_COTABLE; in vmw_cotable_scrub() 297 cmd1->header.size = sizeof(cmd1->body); in vmw_cotable_scrub() 298 cmd1->body.cid = vcotbl->ctx->id; in vmw_cotable_scrub() 299 cmd1->body.type = vcotbl->type; in vmw_cotable_scrub() [all …]
|
| H A D | vmwgfx_context.c | 381 } *cmd1; in vmw_gb_context_unbind() local 395 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind() 405 cmd1 = (void *) cmd; in vmw_gb_context_unbind() 406 cmd1->header.id = SVGA_3D_CMD_READBACK_GB_CONTEXT; in vmw_gb_context_unbind() 407 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind() 408 cmd1->body.cid = res->id; in vmw_gb_context_unbind() 409 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind() 590 } *cmd1; in vmw_dx_context_unbind() local 611 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_dx_context_unbind() 621 cmd1 = (void *) cmd; in vmw_dx_context_unbind() [all …]
|
| H A D | vmwgfx_surface.c | 1263 } *cmd1; in vmw_gb_surface_bind() local 1273 submit_size = sizeof(*cmd1) + (res->guest_memory_dirty ? sizeof(*cmd2) : 0); in vmw_gb_surface_bind() 1275 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_gb_surface_bind() 1276 if (unlikely(!cmd1)) in vmw_gb_surface_bind() 1279 cmd1->header.id = SVGA_3D_CMD_BIND_GB_SURFACE; in vmw_gb_surface_bind() 1280 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_surface_bind() 1281 cmd1->body.sid = res->id; in vmw_gb_surface_bind() 1282 cmd1->body.mobid = bo->resource->start; in vmw_gb_surface_bind() 1284 cmd2 = (void *) &cmd1[1]; in vmw_gb_surface_bind() 1312 } *cmd1; in vmw_gb_surface_unbind() local [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-cmd-queue.h | 427 uint64_t cmd1, in cvmx_cmd_queue_write2() argument 460 ptr[0] = cmd1; in cvmx_cmd_queue_write2() 486 *ptr++ = cmd1; in cvmx_cmd_queue_write2() 527 uint64_t cmd1, in cvmx_cmd_queue_write3() argument 561 ptr[0] = cmd1; in cvmx_cmd_queue_write3() 588 *ptr++ = cmd1; in cvmx_cmd_queue_write3()
|
| /linux/arch/s390/mm/ |
| H A D | extmem.c | 585 char cmd1[160]; in segment_save() local 600 snprintf(cmd1, sizeof(cmd1), "DEFSEG %s", name); in segment_save() 602 size_t len = strlen(cmd1); in segment_save() 604 snprintf(cmd1 + len, sizeof(cmd1) - len, " %lX-%lX %s", in segment_save() 611 cpcmd(cmd1, NULL, 0, &response); in segment_save()
|
| /linux/drivers/net/ethernet/sunplus/ |
| H A D | spl2sw_desc.c | 28 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_flush() 41 comm->tx_desc[i].cmd1 = 0; in spl2sw_tx_descs_clean() 73 rx_desc[j].cmd1 = 0; in spl2sw_rx_descs_clean() 159 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_init()
|
| H A D | spl2sw_int.c | 42 cmd = desc->cmd1; in spl2sw_rx_poll() 106 desc->cmd1 = RXD_OWN; in spl2sw_rx_poll() 117 if (queue == 1 && !(h_desc->cmd1 & RXD_OWN)) in spl2sw_rx_poll() 154 cmd = comm->tx_desc[tx_done_pos].cmd1; in spl2sw_tx_poll()
|
| H A D | spl2sw_define.h | 210 u32 cmd1; member
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_labpc.h | 30 unsigned int cmd1; member
|
| H A D | ni_labpc_common.c | 146 devpriv->cmd1 = CMD1_MA(chan); in labpc_ai_set_chan_and_gain() 147 devpriv->cmd1 |= CMD1_GAIN(range); in labpc_ai_set_chan_and_gain() 149 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_ai_set_chan_and_gain() 682 devpriv->cmd1 |= CMD1_SCANEN; in labpc_ai_cmd() 689 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_ai_cmd() 1217 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_common_attach()
|
| /linux/sound/usb/line6/ |
| H A D | toneport.c | 62 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2); 125 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2) in toneport_send_cmd() argument 131 cmd1, cmd2, NULL, 0, LINE6_TIMEOUT, in toneport_send_cmd()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 395 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local 446 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc() 561 dtp->dev_id, stp->dev_id, cmd0, cmd1, src0, in au1xxx_dbdma_ring_alloc() 566 dp->dscr_cmd1 = cmd1; in au1xxx_dbdma_ring_alloc()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | pl35x-nand-controller.c | 668 u32 addr1 = 0, addr2 = 0, cmd0 = 0, cmd1 = 0, cmd_addr = 0; in pl35x_nand_exec_op() local 683 cmd1 = PL35X_SMC_CMD_PHASE_CMD1(instr->ctx.cmd.opcode); in pl35x_nand_exec_op() 720 cmd_addr |= PL35X_SMC_CMD_PHASE | cmd0 | cmd1 | in pl35x_nand_exec_op() 730 last_flags |= cmd1 | PL35X_SMC_CMD_PHASE_CMD1_VALID; in pl35x_nand_exec_op()
|
| H A D | meson_nand.c | 159 u32 cmd1; member 735 nfc->cmdfifo.rw.cmd1 = cs | NFC_CMD_CLE | NAND_CMD_READSTART; in meson_nfc_rw_cmd_prepare_and_execute() 736 writel(nfc->cmdfifo.rw.cmd1, nfc->reg_base + NFC_REG_CMD); in meson_nfc_rw_cmd_prepare_and_execute()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | motorola-mapphone-handset.dtsi | 150 /* cmd1 0x4a100096 gpmc_ncs7.gpio_104 d24 */
|
| /linux/tools/testing/selftests/x86/ |
| H A D | lam.c | 78 #define PAS_CMD(cmd1, cmd2, cmd3) (((cmd3) << 8) | ((cmd2) << 4) | ((cmd1) << 0)) argument
|
| /linux/drivers/net/ethernet/silan/ |
| H A D | sc92031.c | 326 static u32 _sc92031_mii_cmd(void __iomem *port_base, u32 cmd0, u32 cmd1) in _sc92031_mii_cmd() argument 332 iowrite32(cmd1, port_base + Miicmd1); in _sc92031_mii_cmd()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 634 u8 cmd1; in rhine_chip_reset() local 650 cmd1 = ioread8(ioaddr + ChipCmd1); in rhine_chip_reset() 651 netif_info(rp, hw, dev, "Reset %s\n", (cmd1 & Cmd1Reset) ? in rhine_chip_reset()
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 1801 u8 cmd1 = 0xFF & (cmd->arg >> 16); in examine_cyclic_buffer() local 1807 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer() 1829 cmd1 == r->command_byte[1] && in examine_cyclic_buffer()
|
| /linux/drivers/hid/ |
| H A D | hid-wiimote-core.c | 124 static inline void wiiproto_keep_rumble(struct wiimote_data *wdata, __u8 *cmd1) in wiiproto_keep_rumble() argument 127 *cmd1 |= 0x01; in wiiproto_keep_rumble()
|
| /linux/drivers/video/fbdev/mmp/hw/ |
| H A D | mmp_ctrl.h | 1069 u32 cmd1; member
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3128.dtsi | 962 emmc_cmd1: emmc-cmd1 {
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1122 self.cmd1 = dict() 1139 self.cmd1[name] = self.dictify(info, delta) 1140 elif not debug and delta and name in self.cmd1: 1141 before, after = self.cmd1[name], self.dictify(info, delta)
|