The TM4C1294 main clock tree figure 5-5 shows SYSCLK pre-divided (N%2) for PWMCLK and line exiting bottom of block labeled PWMDIV. The confusing part is no other blocks in tree with N show a divisor so it make seem as if SYSCLK logically is pre-divided by design. If the intent is PWMDIV infers PWMCC register sets the divisor then the clock tree should perhaps indicate such.
Does clock tree infer a 120mHz SYSCLK will actually be 60mHz PWMCLK before setting PWMCC bit 8?
Strange thing 120mHz setting PWMCC bit 8 produces 80us period, 12.5kHz assuming 4800 ticks per second. However (SYSCLK%4) should be 30mHz(33.3ns) PWMCLK, seemingly 2400 ticks but the actual period being produced is not a multiple of the ticks or.....
33.3ns * 2400=(80us) and PWM generators are roughly producing a period 0.390ms.