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
9112 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local
9136 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9138 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitFromEEP()
9139 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9141 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9156 if (eep_config->cfg_msw != cfg_msw) { in AscInitFromEEP()
9158 eep_config->cfg_msw = in AscInitFromEEP()
9163 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9214 eep_config->cfg_msw |= 0x0800; in AscInitFromEEP()
9215 cfg_msw |= 0x0800; in AscInitFromEEP()
9216 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9255 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9329 unsigned short cfg_msw; in AscInitSetConfig() local
9340 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitSetConfig()
9341 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitSetConfig()
9342 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitSetConfig()
9344 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()
9356 cfg_msw &= 0xFFC0; in AscInitSetConfig()
9357 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()