Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1399 regval = bge_reg_get32(bgep, SERIAL_EEPROM_ADDRESS_REG); in bge_seeprom_access()
1417 bge_reg_put32(bgep, SERIAL_EEPROM_ADDRESS_REG, cmd); in bge_seeprom_access()
1428 regval = bge_reg_get32(bgep, SERIAL_EEPROM_ADDRESS_REG); in bge_seeprom_access()
1443 bge_reg_put32(bgep, SERIAL_EEPROM_ADDRESS_REG, regval); in bge_seeprom_access()
1457 bge_reg_set32(bgep, SERIAL_EEPROM_ADDRESS_REG, SEEPROM_ACCESS_INIT); in bge_seeprom_access()
4169 bge_reg_set32(bgep, SERIAL_EEPROM_ADDRESS_REG, SEEPROM_ACCESS_INIT); in bge_chip_reset()
H A Dbge_hw.h1450 #define SERIAL_EEPROM_ADDRESS_REG 0x6838 macro