It would help if you told us a bit more of what you are trying to do.
Are you attempting to write your own magcal code?
Are you attempting to use Freescale's standalone magnetic calibration?
Are you using NXP's Sensor Fusion library which incorporates magnetic calibration?
Regardless, you do not "look up" V or B. You compute them from measured values and knowledge of the way the fields work. See "Magnetometer Autocalibation Leveraging Measurement Locus Constraints" by Dr. Demoz Gebre-Egziabher in the July-August 2008 Journal of Aircraft for a theoretical background on the topic.
If using Freescale's standalone magnetic calibration, we recommend you upgrade to our sensor fusion integrated version. The standalone version is no longer supported.
If already using the NXP sensor fusion library, you don't need to deal with any of this. It is already taken care of for you. You simply read the calibrated sensor readings as described in section 3.3.2 of the Version 5.00 sensor fusion user guide.
If you are using the sensor fusion library, and truly want to know the hidden details, look at magnetic.h in the source directory of any of the FSFK examples in the kit. struct MagCalibration contains what you are after.
Regards,
Mike