Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nge/
H A Dnge_chip.c327 if (cmd_reg.cmd_bits.sts == SEEPROM_READY) in nge_seeprom_access()
338 cmd_reg.cmd_bits.sts = SEEPROM_READY; in nge_seeprom_access()
346 if (cmd_reg.cmd_bits.sts == SEEPROM_READY) in nge_seeprom_access()
368 if (cmd_reg.cmd_bits.sts == SEEPROM_READY) in nge_seeprom_access()
H A Dnge_chip.h1183 #define SEEPROM_READY 0x1 macro