TWSI_CONTROL
[TWSI_CONTROL] = TWSI_ALLWINNER_CONTROL,
val = gttwsi_read_4(sc, TWSI_CONTROL);
gttwsi_write_4(sc, TWSI_CONTROL, val & ~CONTROL_INTEN);
gttwsi_write_4(sc, TWSI_CONTROL, control);
gttwsi_write_4(sc, TWSI_CONTROL, control | CONTROL_TWSIEN);
control = gttwsi_read_4(sc, TWSI_CONTROL);
[TWSI_CONTROL] = TWSI_MARVELL_CONTROL,