Home
last modified time | relevance | path

Searched refs:spi_stat_reg (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c385 u8 spi_stat_reg; in e1000_ready_nvm_eeprom() local
413 spi_stat_reg = (u8)e1000_shift_in_eec_bits(hw, 8); in e1000_ready_nvm_eeprom()
414 if (!(spi_stat_reg & NVM_STATUS_RDY_SPI)) in e1000_ready_nvm_eeprom()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000.c489 uint8_t spi_stat_reg; in e1000_spi_eeprom_ready() local
500 spi_stat_reg = (uint8_t)e1000_shift_in_ee_bits(hw, 8); in e1000_spi_eeprom_ready()
501 if (!(spi_stat_reg & EEPROM_STATUS_RDY_SPI)) in e1000_spi_eeprom_ready()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c1618 u8 spi_stat_reg; in ixgbe_ready_eeprom() local
1631 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8); in ixgbe_ready_eeprom()
1632 if (!(spi_stat_reg & IXGBE_EEPROM_STATUS_RDY_SPI)) in ixgbe_ready_eeprom()