/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cotable.c | 254 } *cmd1; in vmw_cotable_scrub() local 263 submit_size = sizeof(*cmd1); in vmw_cotable_scrub() 267 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_cotable_scrub() 268 if (!cmd1) in vmw_cotable_scrub() 273 cmd0 = (void *) cmd1; in vmw_cotable_scrub() 278 cmd1 = (void *) &cmd0[1]; in vmw_cotable_scrub() 281 cmd1->header.id = SVGA_3D_CMD_DX_SET_COTABLE; in vmw_cotable_scrub() 282 cmd1->header.size = sizeof(cmd1->body); in vmw_cotable_scrub() 283 cmd1->body.cid = vcotbl->ctx->id; in vmw_cotable_scrub() 284 cmd1->body.type = vcotbl->type; in vmw_cotable_scrub() [all …]
|
D | vmwgfx_context.c | 379 } *cmd1; in vmw_gb_context_unbind() local 393 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind() 403 cmd1 = (void *) cmd; in vmw_gb_context_unbind() 404 cmd1->header.id = SVGA_3D_CMD_READBACK_GB_CONTEXT; in vmw_gb_context_unbind() 405 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind() 406 cmd1->body.cid = res->id; in vmw_gb_context_unbind() 407 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind() 588 } *cmd1; in vmw_dx_context_unbind() local 609 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_dx_context_unbind() 619 cmd1 = (void *) cmd; in vmw_dx_context_unbind() [all …]
|
D | vmwgfx_surface.c | 1207 } *cmd1; in vmw_gb_surface_bind() local 1217 submit_size = sizeof(*cmd1) + (res->backup_dirty ? sizeof(*cmd2) : 0); in vmw_gb_surface_bind() 1219 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_gb_surface_bind() 1220 if (unlikely(!cmd1)) in vmw_gb_surface_bind() 1223 cmd1->header.id = SVGA_3D_CMD_BIND_GB_SURFACE; in vmw_gb_surface_bind() 1224 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_surface_bind() 1225 cmd1->body.sid = res->id; in vmw_gb_surface_bind() 1226 cmd1->body.mobid = bo->resource->start; in vmw_gb_surface_bind() 1228 cmd2 = (void *) &cmd1[1]; in vmw_gb_surface_bind() 1256 } *cmd1; in vmw_gb_surface_unbind() local [all …]
|
/drivers/nfc/st21nfca/ |
D | dep.c | 63 u8 cmd1; member 75 u8 cmd1; member 88 u8 cmd1; member 97 u8 cmd1; member 104 u8 cmd1; member 161 atr_res->cmd1 = ST21NFCA_NFCIP1_ATR_RES; in st21nfca_tm_send_atr_res() 241 psl_res->cmd1 = ST21NFCA_NFCIP1_PSL_RES; in st21nfca_tm_send_psl_res() 351 u8 cmd0, cmd1; in st21nfca_tm_event_send_data() local 357 cmd1 = skb->data[2]; in st21nfca_tm_event_send_data() 358 switch (cmd1) { in st21nfca_tm_event_send_data() [all …]
|
/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 327 u32 cmd1, u32 cmd2, u32 trfr_sz) in vf610_nfc_run() argument 336 vf610_nfc_write(nfc, NFC_FLASH_CMD1, cmd1); in vf610_nfc_run() 341 col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_run() 363 u32 col = 0, row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_cmd() local 418 cmd1 |= instr->ctx.cmd.opcode << CMD_BYTE2_SHIFT; in vf610_nfc_cmd() 443 vf610_nfc_run(nfc, col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_cmd() 554 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local 564 cmd1 |= NAND_CMD_READSTART << CMD_BYTE2_SHIFT; in vf610_nfc_read_page() 570 vf610_nfc_run(nfc, 0, row, cmd1, cmd2, trfr_sz); in vf610_nfc_read_page() 602 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_write_page() local [all …]
|
D | pl35x-nand-controller.c | 670 u32 addr1 = 0, addr2 = 0, cmd0 = 0, cmd1 = 0, cmd_addr = 0; in pl35x_nand_exec_op() local 685 cmd1 = PL35X_SMC_CMD_PHASE_CMD1(instr->ctx.cmd.opcode); in pl35x_nand_exec_op() 722 cmd_addr |= PL35X_SMC_CMD_PHASE | cmd0 | cmd1 | in pl35x_nand_exec_op() 732 last_flags |= cmd1 | PL35X_SMC_CMD_PHASE_CMD1_VALID; in pl35x_nand_exec_op()
|
D | qcom_nandc.c | 316 __le32 cmd1; member 416 u32 cmd1, vld; member 642 return ®s->cmd1; in offset_to_nandc_reg() 1262 (nandc->cmd1 & ~(0xFF << READ_ADDR)) in nandc_param() 1269 nandc_set_reg(chip, NAND_DEV_CMD1_RESTORE, nandc->cmd1); in nandc_param() 2899 nandc->cmd1 = nandc_read(nandc, dev_cmd_reg_addr(nandc, NAND_DEV_CMD1)); in qcom_nandc_setup()
|
D | meson_nand.c | 142 u32 cmd1; member 621 nfc->cmdfifo.rw.cmd1 = cs | NFC_CMD_CLE | NAND_CMD_READSTART; in meson_nfc_rw_cmd_prepare_and_execute() 622 writel(nfc->cmdfifo.rw.cmd1, nfc->reg_base + NFC_REG_CMD); in meson_nfc_rw_cmd_prepare_and_execute()
|
/drivers/mmc/host/ |
D | mxs-mmc.c | 254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local 258 cmd1 = cmd->arg; in mxs_mmc_bc() 267 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_bc() 289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local 300 cmd1 = cmd->arg; in mxs_mmc_ac() 312 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_ac() 361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local 416 cmd1 = cmd->arg; in mxs_mmc_adtc() 433 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_adtc()
|
D | vub300.c | 1802 u8 cmd1 = 0xFF & (cmd->arg >> 16); in examine_cyclic_buffer() local 1808 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer() 1830 cmd1 == r->command_byte[1] && in examine_cyclic_buffer()
|
/drivers/input/touchscreen/ |
D | wacom_i2c.c | 44 u8 cmd1[] = { WACOM_CMD_QUERY0, WACOM_CMD_QUERY1, in wacom_query_device() local 52 .len = sizeof(cmd1), in wacom_query_device() 53 .buf = cmd1, in wacom_query_device()
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.c | 206 u8 cmd1 = *(u8 *)key; in iwl_hcmd_names_cmp() local 209 return (cmd1 - cmd2); in iwl_hcmd_names_cmp()
|
/drivers/comedi/drivers/ |
D | ni_labpc.h | 30 unsigned int cmd1; member
|
D | ni_labpc_common.c | 142 devpriv->cmd1 = CMD1_MA(chan); in labpc_ai_set_chan_and_gain() 143 devpriv->cmd1 |= CMD1_GAIN(range); in labpc_ai_set_chan_and_gain() 145 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_ai_set_chan_and_gain() 678 devpriv->cmd1 |= CMD1_SCANEN; in labpc_ai_cmd() 685 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_ai_cmd() 1209 devpriv->write_byte(dev, devpriv->cmd1, CMD1_REG); in labpc_common_attach()
|
/drivers/spi/ |
D | spi-tegra210-quad.c | 993 u32 cmd1; in tegra_qspi_transfer_one_message() local 1019 cmd1 = tegra_qspi_setup_transfer_one(spi, xfer, is_first_msg); in tegra_qspi_transfer_one_message() 1021 ret = tegra_qspi_start_transfer_one(spi, xfer, cmd1); in tegra_qspi_transfer_one_message()
|
D | spi-tegra114.c | 1050 u32 cmd1; in tegra_spi_transfer_one_message() local 1054 cmd1 = tegra_spi_setup_transfer_one(spi, xfer, is_first_msg, in tegra_spi_transfer_one_message() 1063 ret = tegra_spi_start_transfer_one(spi, xfer, cmd1); in tegra_spi_transfer_one_message()
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.h | 608 u8 cmd1; member
|
/drivers/i3c/master/ |
D | i3c-master-cdns.c | 379 u32 cmd1; member 548 writel(cmd->cmd1 | CMD1_FIFO_CMDID(i), in cdns_i3c_master_start_xfer_locked() 708 ccmd->cmd1 = CMD1_FIFO_CCC(cmd->id); in cdns_i3c_master_send_ccc_cmd()
|
/drivers/net/ethernet/silan/ |
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()
|
/drivers/net/ethernet/via/ |
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()
|
/drivers/hid/ |
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()
|
/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 1069 u32 cmd1; member
|