Searched refs:word_addr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_ael1002.c | 127 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd() argument 133 (dev_addr << 8) | (1 << 8) | word_addr); in ael_i2c_rd() 151 phy->addr, dev_addr, word_addr); in ael_i2c_rd() 158 static int ael_i2c_wr(struct cphy *phy, int dev_addr, int word_addr, int data) in ael_i2c_wr() argument 168 (dev_addr << 8) | word_addr); in ael_i2c_wr() 181 phy->addr, dev_addr, word_addr, data); in ael_i2c_wr()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.c | 2287 u16 word_addr, reg_data, reg_addr, phy_page = 0; in e1000_sw_lcd_config_ich8lan() local 2370 word_addr = (u16)(cnf_base_addr << 1); in e1000_sw_lcd_config_ich8lan() 2373 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2), 1, in e1000_sw_lcd_config_ich8lan() 2378 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2 + 1), in e1000_sw_lcd_config_ich8lan()
|