REG_RESET
ec_write(REG_RESET, BIT_RESET_ON);
val = lgs8gl5_read_reg(state, REG_RESET);
lgs8gl5_write_reg(state, REG_RESET, val & ~REG_RESET_OFF);
lgs8gl5_write_reg(state, REG_RESET, val | REG_RESET_OFF);
if (lgs8gl5_read_reg(state, REG_RESET) < 0)
iowrite32(REG_RESET_HRR, nhi->iobase + REG_RESET);
val = ioread32(nhi->iobase + REG_RESET);