CLK_INT
u8 clk_int = i2c_rd8(sd, CLK_INT) & ~clk_int_mask;
i2c_wr8(sd, CLK_INT, clk_int | 0x80 | MASK_I_OUT_H_CHG);