Home
last modified time | relevance | path

Searched refs:SERIAL_EEPROM_ADDRESS_REG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1417 regval = bge_reg_get32(bgep, SERIAL_EEPROM_ADDRESS_REG); in bge_seeprom_access()
1435 bge_reg_put32(bgep, SERIAL_EEPROM_ADDRESS_REG, cmd); in bge_seeprom_access()
1446 regval = bge_reg_get32(bgep, SERIAL_EEPROM_ADDRESS_REG); in bge_seeprom_access()
1461 bge_reg_put32(bgep, SERIAL_EEPROM_ADDRESS_REG, regval); in bge_seeprom_access()
1475 bge_reg_set32(bgep, SERIAL_EEPROM_ADDRESS_REG, SEEPROM_ACCESS_INIT); in bge_seeprom_access()
4255 bge_reg_set32(bgep, SERIAL_EEPROM_ADDRESS_REG, SEEPROM_ACCESS_INIT); in bge_chip_reset()
H A Dbge_hw.h1492 #define SERIAL_EEPROM_ADDRESS_REG 0x6838 macro