Lines Matching refs:cfg_msw
590 ushort cfg_msw; member
935 ushort cfg_msw; /* 01 unused */ member
1004 ushort cfg_msw; /* 01 unused */ member
1106 ushort cfg_msw; /* 01 unused */ member
9106 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local
9130 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9132 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitFromEEP()
9133 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9135 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9150 if (eep_config->cfg_msw != cfg_msw) { in AscInitFromEEP()
9152 eep_config->cfg_msw = in AscInitFromEEP()
9157 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9208 eep_config->cfg_msw |= 0x0800; in AscInitFromEEP()
9209 cfg_msw |= 0x0800; in AscInitFromEEP()
9210 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9249 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9323 unsigned short cfg_msw; in AscInitSetConfig() local
9334 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitSetConfig()
9335 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitSetConfig()
9336 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitSetConfig()
9338 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()
9350 cfg_msw &= 0xFFC0; in AscInitSetConfig()
9351 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()