Lines Matching refs:cfg_msw
651 ushort cfg_msw; member
1023 ushort cfg_msw; /* 01 unused */ member
1092 ushort cfg_msw; /* 01 unused */ member
1194 ushort cfg_msw; /* 01 unused */ member
9543 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local
9567 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9569 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitFromEEP()
9570 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9572 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9587 if (eep_config->cfg_msw != cfg_msw) { in AscInitFromEEP()
9589 eep_config->cfg_msw = in AscInitFromEEP()
9594 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitFromEEP()
9645 eep_config->cfg_msw |= 0x0800; in AscInitFromEEP()
9646 cfg_msw |= 0x0800; in AscInitFromEEP()
9647 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitFromEEP()
9686 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitFromEEP()
9760 unsigned short cfg_msw; in AscInitSetConfig() local
9771 cfg_msw = AscGetChipCfgMsw(iop_base); in AscInitSetConfig()
9772 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in AscInitSetConfig()
9773 cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in AscInitSetConfig()
9775 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()
9787 cfg_msw &= 0xFFC0; in AscInitSetConfig()
9788 AscSetChipCfgMsw(iop_base, cfg_msw); in AscInitSetConfig()