if_wm.c | 14299 * Set SPI and FLASH related information from the EECD register. 14312 /* Read the size of NVM from EECD by default */ 14508 uint32_t eecd; local in function:wm_nvm_valid_bank_detect_ich8lan 14548 eecd = CSR_READ(sc, WMREG_EECD); 14549 if ((eecd & EECD_SEC1VAL_VALMASK) == EECD_SEC1VAL_VALMASK) { 14550 *bank = ((eecd & EECD_SEC1VAL) != 0) ? 1 : 0; 15120 uint32_t eecd = 0; local in function:wm_nvm_is_onboard_eeprom 15124 eecd = CSR_READ(sc, WMREG_EECD); 15127 eecd = ((eecd >> 15) & 0x03) [all...] |