NCO_STRIDE
sc->sc_nclocks = faa->fa_reg[0].size / NCO_STRIDE;
#define NCO_CTRL(idx) ((idx) * NCO_STRIDE + 0x0000)
#define NCO_DIV(idx) ((idx) * NCO_STRIDE + 0x0004)
#define NCO_INC1(idx) ((idx) * NCO_STRIDE + 0x0008)
#define NCO_INC2(idx) ((idx) * NCO_STRIDE + 0x000c)