Lines Matching defs:cfg_msw
338 u_int16_t cfg_msw, cfg_lsw;
364 cfg_msw = ASC_GET_CHIP_CFG_MSW(iot, ioh);
366 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) {
367 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK));
369 ASC_SET_CHIP_CFG_MSW(iot, ioh, cfg_msw);
385 if (eep_config->cfg_msw != cfg_msw) {
387 eep_config->cfg_msw = ASC_GET_CHIP_CFG_MSW(iot, ioh);
391 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK;
450 eep_config->cfg_msw |= 0x0800;
451 cfg_msw |= 0x0800;
452 ASC_SET_CHIP_CFG_MSW(iot, ioh, cfg_msw);
490 eep_config->cfg_msw = ASC_GET_CHIP_CFG_MSW(iot, ioh);
507 u_int16_t cfg_msw;
513 cfg_msw = ASC_GET_CHIP_CFG_MSW(iot, ioh);
515 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) {
516 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK));
518 ASC_SET_CHIP_CFG_MSW(iot, ioh, cfg_msw);
531 cfg_msw &= 0xFFC0;
532 ASC_SET_CHIP_CFG_MSW(iot, ioh, cfg_msw);
1413 printf("cfg_msw = 0x%x\n", eep_config->cfg_msw);