Lines Matching refs:cfg_msw
594 ushort cfg_msw; member
939 ushort cfg_msw; /* 01 unused */ member
1008 ushort cfg_msw; /* 01 unused */ member
1110 ushort cfg_msw; /* 01 unused */ member
9113 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local
9137 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9139 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitFromEEP()
9140 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9142 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9157 if (eep_config->cfg_msw != cfg_msw) { in AscInitFromEEP()
9159 eep_config->cfg_msw = in AscInitFromEEP()
9164 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9215 eep_config->cfg_msw |= 0x0800; in AscInitFromEEP()
9216 cfg_msw |= 0x0800; in AscInitFromEEP()
9217 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9256 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9330 unsigned short cfg_msw; in AscInitSetConfig() local
9341 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitSetConfig()
9342 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitSetConfig()
9343 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitSetConfig()
9345 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()
9357 cfg_msw &= 0xFFC0; in AscInitSetConfig()
9358 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()