Lines Matching refs:cfg_msw
1703 ushort cfg_msw; member
2246 ushort cfg_msw; /* 01 unused */ member
2316 ushort cfg_msw; /* 01 unused */ member
2419 ushort cfg_msw; /* 01 unused */ member
12407 ushort cfg_msw; in ASC_INITFUNC() local
12414 cfg_msw = AscGetChipCfgMsw(iop_base); in ASC_INITFUNC()
12415 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in ASC_INITFUNC()
12416 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK)); in ASC_INITFUNC()
12418 AscSetChipCfgMsw(iop_base, cfg_msw); in ASC_INITFUNC()
12435 cfg_msw &= 0xFFC0; in ASC_INITFUNC()
12436 AscSetChipCfgMsw(iop_base, cfg_msw); in ASC_INITFUNC()
12631 ushort cfg_msw, cfg_lsw; in ASC_INITFUNC() local
12656 cfg_msw = AscGetChipCfgMsw(iop_base); in ASC_INITFUNC()
12658 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in ASC_INITFUNC()
12659 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK)); in ASC_INITFUNC()
12661 AscSetChipCfgMsw(iop_base, cfg_msw); in ASC_INITFUNC()
12675 if (eep_config->cfg_msw != cfg_msw) { in ASC_INITFUNC()
12677 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in ASC_INITFUNC()
12681 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in ASC_INITFUNC()
12732 eep_config->cfg_msw |= 0x0800; in ASC_INITFUNC()
12733 cfg_msw |= 0x0800; in ASC_INITFUNC()
12734 AscSetChipCfgMsw(iop_base, cfg_msw); in ASC_INITFUNC()
12775 eep_config->cfg_msw = AscGetChipCfgMsw(iop_base); in ASC_INITFUNC()