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

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

Completed in 116 milliseconds