Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bfe/
H A Dbfe.c2561 prom[i] = INL(bfe, BFE_EEPROM_BASE + i * sizeof (uint32_t)); in bfe_get_chip_config()
2565 INB(bfe, BFE_EEPROM_BASE + 79); in bfe_get_chip_config()
2568 INB(bfe, BFE_EEPROM_BASE + 78); in bfe_get_chip_config()
2571 INB(bfe, BFE_EEPROM_BASE + 81); in bfe_get_chip_config()
2574 INB(bfe, BFE_EEPROM_BASE + 80); in bfe_get_chip_config()
2577 INB(bfe, BFE_EEPROM_BASE + 83); in bfe_get_chip_config()
2580 INB(bfe, BFE_EEPROM_BASE + 82); in bfe_get_chip_config()
H A Dbfe_hw.h448 #define BFE_EEPROM_BASE 0x1000 macro