RCG: Fix ADC read loop limit
Fast ADCs were reading only one point per cycle. The ADC read loop limit was being reset to 1 for slow ADCs but not set back 1 for fast ADCs.
the 4-value dropouts seen on h1ioplsc0 fast adc channels ought to be fixed by this change.