CLK_RST
tmp = cx_read(CLK_RST);
cx_write(CLK_RST, tmp & ~(FLD_VID_I_CLK_NOE | FLD_VID_J_CLK_NOE));
value = cx_read(CLK_RST);
fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0);
fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0);