ramfuc_wr32
ramfuc_wr32(ram, reg, (temp & ~mask) | data);
#define ram_wr32(s,r,d) ramfuc_wr32(&(s)->base, &(s)->r_##r, (d))