Searched refs:config_area (Results 1 – 3 of 3) sorted by relevance
241 if (f34->v7.config_area == v7_UI_CONFIG_AREA) in rmi_f34v7_write_partition_id()243 else if (f34->v7.config_area == v7_DP_CONFIG_AREA) in rmi_f34v7_write_partition_id()245 else if (f34->v7.config_area == v7_PM_CONFIG_AREA) in rmi_f34v7_write_partition_id()247 else if (f34->v7.config_area == v7_BL_CONFIG_AREA) in rmi_f34v7_write_partition_id()249 else if (f34->v7.config_area == v7_FLASH_CONFIG_AREA) in rmi_f34v7_write_partition_id()304 f34->v7.config_area = v7_FLASH_CONFIG_AREA; in rmi_f34v7_read_partition_table()780 f34->v7.config_area = v7_UI_CONFIG_AREA; in rmi_f34v7_write_ui_config()790 f34->v7.config_area = v7_DP_CONFIG_AREA; in rmi_f34v7_write_dp_config()810 f34->v7.config_area = v7_FLASH_CONFIG_AREA; in rmi_f34v7_write_flash_config()836 f34->v7.config_area = v7_BL_CONFIG_AREA; in rmi_f34v7_write_partition_table()[all …]
259 u16 config_area; member
862 void *config_area; in virtio_ccw_get_config() local869 config_area = ccw_device_dma_zalloc(vcdev->cdev, in virtio_ccw_get_config()871 if (!config_area) in virtio_ccw_get_config()878 ccw->cda = (__u32)(unsigned long)config_area; in virtio_ccw_get_config()884 memcpy(vcdev->config, config_area, offset + len); in virtio_ccw_get_config()889 memcpy(buf, config_area + offset, len); in virtio_ccw_get_config()892 ccw_device_dma_free(vcdev->cdev, config_area, VIRTIO_CCW_CONFIG_SIZE); in virtio_ccw_get_config()902 void *config_area; in virtio_ccw_set_config() local909 config_area = ccw_device_dma_zalloc(vcdev->cdev, in virtio_ccw_set_config()911 if (!config_area) in virtio_ccw_set_config()[all …]