Home
last modified time | relevance | path

Searched refs:acfg (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/cxlflash/
Docxl_hw.c331 struct ocxl_afu_config *acfg = &afu->acfg; in start_context() local
349 ctx->psn_size = acfg->global_mmio_size; in start_context()
352 ctx->psn_size = acfg->pp_mmio_stride; in start_context()
403 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_stop_context() local
416 rc = ocxl_config_terminate_pasid(pdev, acfg->dvsec_afu_control_pos, in ocxlflash_stop_context()
714 pos = afu->acfg.dvsec_afu_control_pos; in ocxlflash_destroy_afu()
803 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_map_mmio() local
809 rc = pci_request_region(pdev, acfg->global_mmio_bar, "ocxlflash"); in ocxlflash_map_mmio()
815 gmmio = pci_resource_start(pdev, acfg->global_mmio_bar); in ocxlflash_map_mmio()
816 gmmio += acfg->global_mmio_offset; in ocxlflash_map_mmio()
[all …]
Docxl_hw.h27 struct ocxl_afu_config acfg; /* AFU configuration data */ member
/drivers/iio/addac/
Dstx104.c68 u8 acfg; member
109 adc_config = ioread8(&reg->acfg); in stx104_read_raw()
137 adc_config = ioread8(&reg->acfg); in stx104_read_raw()
144 adc_config = ioread8(&reg->acfg); in stx104_read_raw()
166 iowrite8(0, &priv->reg->acfg); in stx104_write_raw()
169 iowrite8(1, &priv->reg->acfg); in stx104_write_raw()
172 iowrite8(2, &priv->reg->acfg); in stx104_write_raw()
175 iowrite8(3, &priv->reg->acfg); in stx104_write_raw()
370 iowrite8(0, &priv->reg->acfg); in stx104_probe()