Searched defs:dcmd (Results 1 - 7 of 7) sorted by relevance

/drivers/mtd/devices/
H A Dpmc551.c361 u32 size, dcmd, cfg, dtmp; local
406 pci_read_config_dword(dev, PMC551_PCI_MEM_MAP0, &dcmd);
407 dtmp = (dcmd | PMC551_PCI_MEM_MAP_ENABLE | PMC551_PCI_MEM_MAP_REG_EN);
521 pci_read_config_dword(dev, PMC551_DRAM_CFG, &dcmd);
522 dcmd |= 0x02000000;
523 pci_write_config_dword(dev, PMC551_DRAM_CFG, dcmd);
567 ((dcmd & (0x1 << 3)) == 0) ? "non-" : "",
573 pci_read_config_dword(dev, PMC551_DRAM_BLK0, &dcmd);
577 (((0x1 << 1) & dcmd) == 0) ? "RW" : "RO",
578 (((0x1 << 0) & dcmd)
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_cdc.c18 * Communicates with the dongle by using dcmd codes.
19 * For certain dcmd codes, the dongle interprets string data from the host.
86 #define RETRIES 2 /* # of retries to retrieve matching dcmd response */
281 brcmf_proto_dcmd(struct brcmf_pub *drvr, int ifidx, struct brcmf_dcmd *dcmd, argument
300 dcmd->cmd, (unsigned long)dcmd->cmd, prot->lastcmd,
302 if (dcmd->cmd == BRCMF_C_SET_VAR ||
303 dcmd->cmd == BRCMF_C_GET_VAR)
304 brcmf_dbg(TRACE, "iovar cmd=%s\n", (char *)dcmd->buf);
310 prot->lastcmd = dcmd
[all...]
H A Ddhd_linux.c114 struct brcmf_dcmd dcmd; local
150 memset(&dcmd, 0, sizeof(dcmd));
151 dcmd.cmd = BRCMF_C_SET_VAR;
152 dcmd.buf = buf;
153 dcmd.len = buflen;
154 dcmd.set = true;
156 ret = brcmf_proto_dcmd(drvr, 0, &dcmd, dcmd.len);
187 memset(&dcmd,
226 struct brcmf_dcmd dcmd; local
509 struct brcmf_dcmd dcmd; local
545 struct brcmf_dcmd dcmd; local
730 struct brcmf_dcmd dcmd; local
[all...]
/drivers/mmc/host/
H A Dpxamci.c179 u32 dcmd; local
197 dcmd = DCMD_INCTRGADDR | DCMD_FLOWSRC;
202 dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG;
207 dcmd |= DCMD_BURST32 | DCMD_WIDTH1;
214 host->sg_cpu[i].dcmd = dcmd | length;
216 host->sg_cpu[i].dcmd |= DCMD_ENDIRQEN;
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c710 struct megasas_dcmd_frame *dcmd; local
730 dcmd = &cmd->frame->dcmd;
745 memset(dcmd->mbox.b, 0, MFI_MBOX_SIZE);
747 dcmd->cmd = MFI_CMD_DCMD;
748 dcmd->cmd_status = 0xFF;
749 dcmd->sge_count = 1;
750 dcmd->flags = MFI_FRAME_DIR_READ;
751 dcmd->timeout = 0;
752 dcmd
799 struct megasas_dcmd_frame *dcmd; local
[all...]
H A Dmegaraid_sas_base.c2252 if ((cmd->frame->dcmd.opcode == MR_DCMD_LD_MAP_GET_INFO) &&
2253 (cmd->frame->dcmd.mbox.b[1] == 1)) {
2282 if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_GET_INFO ||
2283 cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_GET) {
2292 if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_WAIT)
3062 struct megasas_dcmd_frame *dcmd; local
3074 dcmd = &cmd->frame->dcmd;
3086 memset(dcmd->mbox.b, 0, MFI_MBOX_SIZE);
3088 dcmd
3154 struct megasas_dcmd_frame *dcmd; local
3235 struct megasas_dcmd_frame *dcmd; local
3635 struct megasas_dcmd_frame *dcmd; local
3699 struct megasas_dcmd_frame *dcmd; local
4221 struct megasas_dcmd_frame *dcmd; local
4261 struct megasas_dcmd_frame *dcmd; local
[all...]
H A Dmegaraid_sas.h1104 struct megasas_dcmd_frame dcmd; member in union:megasas_frame

Completed in 153 milliseconds