Lines Matching refs:u16
39 u16 word[2];
40 u16 *pba_block;
45 u16 eep_major;
46 u16 eep_minor;
47 u16 eep_build;
54 u16 or_major;
55 u16 or_build;
56 u16 or_patch;
61 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
63 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
64 s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
73 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
74 u32 eeprom_buf_size, u16 max_pba_block_size,
76 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
78 s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
79 u32 eeprom_buf_size, u16 *pba_block_size);
80 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
81 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
82 u16 words, u16 *data);
83 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
84 u16 *data);
85 s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data);
87 s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset,
88 u16 words, u16 *data);
89 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
90 u16 *data);