Searched refs:loadingstage (Results 1 – 2 of 2) sorted by relevance
701 u8 loadingstage = LD_STAGE_EXC_MAPPING; in _hal_parse_txpwrlmt() local722 if (loadingstage == LD_STAGE_EXC_MAPPING) { in _hal_parse_txpwrlmt()724 loadingstage = LD_STAGE_TAB_DEFINE; in _hal_parse_txpwrlmt()734 if (loadingstage == LD_STAGE_TAB_DEFINE) { in _hal_parse_txpwrlmt()779 loadingstage = LD_STAGE_TAB_START; in _hal_parse_txpwrlmt()780 } else if (loadingstage == LD_STAGE_TAB_START) { in _hal_parse_txpwrlmt()795 loadingstage = LD_STAGE_COLUMN_DEFINE; in _hal_parse_txpwrlmt()796 } else if (loadingstage == LD_STAGE_COLUMN_DEFINE) { in _hal_parse_txpwrlmt()836 loadingstage = LD_STAGE_COLUMN_REG; in _hal_parse_txpwrlmt()837 } else if (loadingstage == LD_STAGE_COLUMN_REG) { in _hal_parse_txpwrlmt()[all …]