Searched refs:dcmd (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/mtd/devices/ |
H A D | pmc551.c | 352 u32 size, dcmd, cfg, dtmp; in fixup_pmc551() local 397 pci_read_config_dword(dev, PMC551_PCI_MEM_MAP0, &dcmd); in fixup_pmc551() 398 dtmp = (dcmd | PMC551_PCI_MEM_MAP_ENABLE | PMC551_PCI_MEM_MAP_REG_EN); in fixup_pmc551() 512 pci_read_config_dword(dev, PMC551_DRAM_CFG, &dcmd); in fixup_pmc551() 513 dcmd |= 0x02000000; in fixup_pmc551() 514 pci_write_config_dword(dev, PMC551_DRAM_CFG, dcmd); in fixup_pmc551() 558 ((dcmd & (0x1 << 3)) == 0) ? "non-" : "", in fixup_pmc551() 564 pci_read_config_dword(dev, PMC551_DRAM_BLK0, &dcmd); in fixup_pmc551() 568 (((0x1 << 1) & dcmd) == 0) ? "RW" : "RO", in fixup_pmc551() 569 (((0x1 << 0) & dcmd) == 0) ? "Off" : "On", in fixup_pmc551() [all …]
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 287 struct megasas_dcmd_frame *dcmd, in megasas_set_dma_settings() argument 291 dcmd->sgl.sge64[0].phys_addr = cpu_to_le64(dma_addr); in megasas_set_dma_settings() 292 dcmd->sgl.sge64[0].length = cpu_to_le32(dma_len); in megasas_set_dma_settings() 293 dcmd->flags = cpu_to_le16(dcmd->flags | MFI_FRAME_SGL64); in megasas_set_dma_settings() 296 dcmd->sgl.sge32[0].phys_addr = in megasas_set_dma_settings() 298 dcmd->sgl.sge32[0].length = cpu_to_le32(dma_len); in megasas_set_dma_settings() 299 dcmd->flags = cpu_to_le16(dcmd->flags); in megasas_set_dma_settings() 1171 cmd->frame->dcmd.opcode, __func__); in megasas_issue_blocked_cmd() 1235 opcode = cmd_to_abort->frame->dcmd.opcode; in megasas_issue_blocked_abort_cmd() 2367 struct megasas_dcmd_frame *dcmd; in megasas_get_ld_vf_affiliation_111() local [all …]
|
H A D | megaraid_sas_fusion.c | 1309 struct megasas_dcmd_frame *dcmd; in megasas_sync_pd_seq_num() local 1326 dcmd = &cmd->frame->dcmd; in megasas_sync_pd_seq_num() 1329 memset(dcmd->mbox.b, 0, MFI_MBOX_SIZE); in megasas_sync_pd_seq_num() 1332 dcmd->mbox.b[0] = MEGASAS_DCMD_MBOX_PEND_FLAG; in megasas_sync_pd_seq_num() 1333 dcmd->flags = MFI_FRAME_DIR_WRITE; in megasas_sync_pd_seq_num() 1336 dcmd->flags = MFI_FRAME_DIR_READ; in megasas_sync_pd_seq_num() 1339 dcmd->cmd = MFI_CMD_DCMD; in megasas_sync_pd_seq_num() 1340 dcmd->cmd_status = 0xFF; in megasas_sync_pd_seq_num() 1341 dcmd->sge_count = 1; in megasas_sync_pd_seq_num() 1342 dcmd->timeout = 0; in megasas_sync_pd_seq_num() [all …]
|
H A D | megaraid_sas.h | 2014 struct megasas_dcmd_frame dcmd; member 2736 struct megasas_dcmd_frame *dcmd,
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | pxa_camera.rst | 118 - finisher: has ddadr=DADDR_STOP, dcmd=ENDIRQEN 119 - linker: has ddadr= desc-sg[0] of next video buffer, dcmd=0
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 66 - finisher: has ddadr=DADDR_STOP, dcmd=ENDIRQEN 68 - linker: has ddadr= desc-sg[0] of next transfer, dcmd=0
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-base.dtsi | 434 disable-cqe-dcmd;
|