Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_ael1002.c128 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd() argument
134 (dev_addr << 8) | (1 << 8) | word_addr); in ael_i2c_rd()
152 phy->addr, dev_addr, word_addr); in ael_i2c_rd()
159 static int ael_i2c_wr(struct cphy *phy, int dev_addr, int word_addr, int data) in ael_i2c_wr() argument
169 (dev_addr << 8) | word_addr); in ael_i2c_wr()
182 phy->addr, dev_addr, word_addr, data); in ael_i2c_wr()
/freebsd-10-stable/sys/dev/e1000/
De1000_ich8lan.c2276 u16 word_addr, reg_data, reg_addr, phy_page = 0; in e1000_sw_lcd_config_ich8lan() local
2355 word_addr = (u16)(cnf_base_addr << 1); in e1000_sw_lcd_config_ich8lan()
2358 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2), 1, in e1000_sw_lcd_config_ich8lan()
2363 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2 + 1), in e1000_sw_lcd_config_ich8lan()