Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
advlib.c | 338 u_int16_t cfg_msw, cfg_lsw; local in function:AscInitFromEEP 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 507 u_int16_t cfg_msw; local in function:AscInitFromASC_SOFTC [all...] |
adwlib.h | 136 u_int16_t cfg_msw; /* 01 unused */ member in struct:adw_eeprom |
advlib.h | 977 u_int16_t cfg_msw; member in struct:asceep_config |