Thank you for your reply.
I checked the AN 2847 and found the diagrams for CPOL=0 / CPHA=0 and CPOL=1 / CPHA=0 (see http://upload.wikimedia.org/wikipedia/commons/7/73/Spi003.png). But i do not know how to achieve CPHA=1 modes. Since i have no eTPU compiler, I cannot modifiy the standard Freescale SPI eTPU functions to my needs. Is there a free compiler for the standard eTPU functions available?
The problem is, that my slave devices pushes the data with the risigng edge on the line. With AN2847 figure 2, the slave has to set the line before any clock edges (normally after CS going low), so it can be sampled from the master with the first (falling) edge (and that doesn't fit my slave device).
Bernhard