ASC_CFG0_HOST_INT_ON
AscSetChipCfgLsw(iop_base, cfg | ASC_CFG0_HOST_INT_ON);
AscSetChipCfgLsw(iop_base, cfg & (~ASC_CFG0_HOST_INT_ON));
eep_config->cfg_lsw |= ASC_CFG0_HOST_INT_ON;