Searched refs:xy_size (Results 1 – 1 of 1) sorted by relevance
1128 uint8_t xy_size = 0; in VL53L1_get_mode_mitigation_roi() local1149 xy_size = pdev->nvm_copy_data.roi_config__mode_roi_xy_size; in VL53L1_get_mode_mitigation_roi()1151 pmm_roi->height = xy_size >> 4; in VL53L1_get_mode_mitigation_roi()1152 pmm_roi->width = xy_size & 0x0F; in VL53L1_get_mode_mitigation_roi()