Searched refs:PWR_SEQ_CMD (Results 1 – 1 of 1) sorted by relevance
1100 HALMAC_WLAN_PWR_CFG PWR_SEQ_CMD; in halmac_pwr_seq_parser_88xx() local1107 PWR_SEQ_CMD = PWR_SEQ_CFG[AryIdx]; in halmac_pwr_seq_parser_88xx()1109 …if ((PWR_SEQ_CMD.interface_msk & INTF) && (PWR_SEQ_CMD.fab_msk & FAB) && (PWR_SEQ_CMD.cut_msk & CU… in halmac_pwr_seq_parser_88xx()1110 switch (PWR_SEQ_CMD.cmd) { in halmac_pwr_seq_parser_88xx()1112 if (PWR_SEQ_CMD.base == HALMAC_PWR_BASEADDR_SDIO) in halmac_pwr_seq_parser_88xx()1113 offset = PWR_SEQ_CMD.offset | SDIO_LOCAL_OFFSET; in halmac_pwr_seq_parser_88xx()1115 offset = PWR_SEQ_CMD.offset; in halmac_pwr_seq_parser_88xx()1118 value = (u8)(value & (u8)(~(PWR_SEQ_CMD.msk))); in halmac_pwr_seq_parser_88xx()1119 value = (u8)(value | (u8)(PWR_SEQ_CMD.value & PWR_SEQ_CMD.msk)); in halmac_pwr_seq_parser_88xx()1127 if (PWR_SEQ_CMD.base == HALMAC_PWR_BASEADDR_SDIO) in halmac_pwr_seq_parser_88xx()[all …]