Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/igb/
H A De1000_osdep.h136 #define E1000_READ_FLASH_REG(hw, reg) \ macro
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h175 #define E1000_READ_FLASH_REG(hw, reg) \ macro
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c667 gfpreg = E1000_READ_FLASH_REG(hw, ICH_FLASH_GFPREG); in e1000_init_nvm_params_ich8lan()
3741 hsflctl.regval = E1000_READ_FLASH_REG(hw, ICH_FLASH_HSFSTS)>>16; in e1000_flash_cycle_ich8lan()
3891 flash_data = E1000_READ_FLASH_REG(hw, ICH_FLASH_FDATA0); in e1000_read_flash_data_ich8lan()
3952 hsflctl.regval = E1000_READ_FLASH_REG(hw, ICH_FLASH_HSFSTS)>>16; in e1000_read_flash_data32_ich8lan()
3973 *data = E1000_READ_FLASH_REG(hw, ICH_FLASH_FDATA0); in e1000_read_flash_data32_ich8lan()
4448 E1000_READ_FLASH_REG(hw, ICH_FLASH_HSFSTS)>>16; in e1000_write_flash_data_ich8lan()
4539 hsflctl.regval = E1000_READ_FLASH_REG(hw, in e1000_write_flash_data32_ich8lan()
4757 E1000_READ_FLASH_REG(hw, in e1000_erase_flash_bank_ich8lan()