Searched refs:eeprom_data (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp281 read_eeprom(ice, ice->eeprom_data);
286 ice->info.device_id = ice->eeprom_data[E2PROM_MAP_SUBVENDOR_HIGH] << 8
287 | ice->eeprom_data[E2PROM_MAP_SUBVENDOR_LOW];
288 ice->info.vendor_id = ice->eeprom_data[E2PROM_MAP_SUBDEVICE_HIGH] << 8
289 | ice->eeprom_data[E2PROM_MAP_SUBDEVICE_LOW];
295 ice->eeprom_data[E2PROM_MAP_GPIOMASK]);
297 ice->eeprom_data[E2PROM_MAP_GPIOSTATE]);
299 ice->eeprom_data[E2PROM_MAP_GPIODIR]);
302 ice->eeprom_data[E2PROM_MAP_GPIOMASK]);
304 ice->eeprom_data[E2PROM_MAP_GPIOSTAT
[all...]
H A Dice1712.h142 uint8 eeprom_data[32]; member in struct:ice1712
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c2236 u16 eeprom_data = 0, apme_mask; local
2239 eeprom_data = IGC_READ_REG(&adapter->hw, IGC_WUC);
2241 if (eeprom_data & apme_mask)
2723 u16 eeprom_data; local
2734 igc_read_nvm(&adapter->hw, i, 1, &eeprom_data);
2735 printf("%04x ", eeprom_data);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c3747 u16 eeprom_data = 0, device_id, apme_mask; local
3758 NVM_INIT_CONTROL2_REG, 1, &eeprom_data);
3765 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
3769 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3780 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
3784 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3804 eeprom_data = E1000_READ_REG(&sc->hw, E1000_WUC);
3808 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3811 if (eeprom_data & apme_mask)
4654 u16 eeprom_data; local
[all...]

Completed in 59 milliseconds