The drivers include working demo projects where you can find all you need. See this file that shows how to set ssd_config:
c:\Program Files\Freescale\Standard Software C90FL Driver v1.0.3\MPC5644A\Demos\MPC5644A\Demo_Code\inc\Demo_User_Config.h
Also check the demo code:
c:\Program Files\Freescale\Standard Software C90FL Driver v1.0.3\MPC5644A\Demos\MPC5644A\Demo_Code\normal_demo\NormalDemo.c
One important note: MPC5644A has interleaved flash in high address space. That means 16bytes belongs to flash block A, next 16 bytes belongs to flash block B, next 16 bytes belongs to block A again and so on… This is to optimize data transfer performance.
The SSD drivers use logical address mapping which is different from physical address mapping. See the chapter 2 in:
c:\Program Files\Freescale\Standard Software C90FL Driver v1.0.3\MPC5644A\UM_C90FL_MM_JDP_SSD.pdf
Regards,
Lukas