MANUAL_MODE
manual = read_reg(th, MANUAL_MODE[fan]);
write_reg(th, MANUAL_MODE[fan],
MANUAL_MODE[fan]) & (~MANUAL_MASK);
MANUAL_MODE[fan], manual|REM_CONTROL[fan]);
manual = read_reg(th, MANUAL_MODE[fan]);
write_reg(th, MANUAL_MODE[fan], manual&(~AUTO_MASK));
static u8 MANUAL_MODE[2] = {0x5c, 0x5d};
th->pwm_inv[0] = read_reg(th, MANUAL_MODE[0]) & INVERT_MASK;
th->pwm_inv[1] = read_reg(th, MANUAL_MODE[1]) & INVERT_MASK;
gxp_spi_set_mode(spifi, MANUAL_MODE);
if (mode == MANUAL_MODE) {