HomeSort by: relevance | last modified time | path
    Searched defs:eeprom_location (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
cs89x0.c 716 int eeprom_location; local in function:cs_read_pktpg_from_eeprom
718 eeprom_location = ((pktpg - offset) >> 1) ;
720 *pValue = sc->eeprom_data[x + eeprom_location];
cs89x0.c 716 int eeprom_location; local in function:cs_read_pktpg_from_eeprom
718 eeprom_location = ((pktpg - offset) >> 1) ;
720 *pValue = sc->eeprom_data[x + eeprom_location];
cs89x0.c 716 int eeprom_location; local in function:cs_read_pktpg_from_eeprom
718 eeprom_location = ((pktpg - offset) >> 1) ;
720 *pValue = sc->eeprom_data[x + eeprom_location];

Completed in 36 milliseconds