Lines Matching refs:cfg_msw
577 ushort cfg_msw; member
922 ushort cfg_msw; /* 01 unused */ member
991 ushort cfg_msw; /* 01 unused */ member
1093 ushort cfg_msw; /* 01 unused */ member
8934 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local
8958 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
8960 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitFromEEP()
8961 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
8963 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
8978 if (eep_config->cfg_msw != cfg_msw) { in AscInitFromEEP()
8980 eep_config->cfg_msw = in AscInitFromEEP()
8985 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9035 eep_config->cfg_msw |= 0x0800; in AscInitFromEEP()
9036 cfg_msw |= 0x0800; in AscInitFromEEP()
9037 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9076 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9150 unsigned short cfg_msw; in AscInitSetConfig() local
9161 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitSetConfig()
9162 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitSetConfig()
9163 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitSetConfig()
9165 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()
9177 cfg_msw &= 0xFFC0; in AscInitSetConfig()
9178 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()