PVR_FEATURE_VALUE
PVR_FEATURE_VALUE(pvr_dev, ecc_rams, &num_ecc_rams);
err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width);
PVR_FEATURE_VALUE(pvr_dev, cdm_control_stream_format, &cdm_control_stream_format);
PVR_FEATURE_VALUE(pvr_dev, fbcdc_algorithm, &fbcdc_algorithm);
PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits,
PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &tile_size_x);
PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &tile_size_y);
PVR_FEATURE_VALUE(pvr_dev, max_partitions, &max_partitions);
PVR_FEATURE_VALUE(pvr_dev, usc_min_output_registers_per_pix,
PVR_FEATURE_VALUE(pvr_dev, common_store_size_in_dwords, &common_store_size_in_dwords);
PVR_FEATURE_VALUE(pvr_dev, num_clusters, &num_clusters);
PVR_FEATURE_VALUE(pvr_dev, isp_max_tiles_in_flight, &tiles_in_flight);
WARN_ON(PVR_FEATURE_VALUE(pvr_dev, slc_size_in_kilobytes, &slc_size_in_kilobytes));
WARN_ON(PVR_FEATURE_VALUE(pvr_dev, num_clusters,
err = PVR_FEATURE_VALUE(pvr_dev, meta_coremem_size, &coremem_size);
int err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width);
err = PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, &slc_cache_line_size_bits);
err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel);
err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel);
err = PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &info.tile_size_x);
err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y);
err = PVR_FEATURE_VALUE(pvr_dev, simple_parameter_format_version,
err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers);
err = PVR_FEATURE_VALUE(pvr_dev, num_raster_pipes, &num_isp_store_registers);
err = PVR_FEATURE_VALUE(pvr_dev, xpu_max_slaves, &xpu_max_slaves);
err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers);
err = PVR_FEATURE_VALUE(pvr_dev, virtual_address_space_bits,
if (PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width))