Content originally posted in LPCWare by DF9DQ on Sat Jul 18 12:36:56 MST 2015
In SGPIO_MUX_CFG you select SGPIO9 to be both the clock and the clock qualifier at the same time. That won't work.
I assume you do not want to qualify (= gate) the clock by any signal at all, but rather have all clock pulses shift the slice. In that case set the QUALIFIER_MODE field in SGPIO_MUX_CFG to 0 ("Enable"). The QUALIFIER_PIN_MODE and QUALIFIER_SLICE_MODE fields are don't care's then.