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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dxgmac.c100 unsigned int oft = mac->offset; local
102 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, F_MAC_RESET_);
103 t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flush */
105 t3_write_regs(adap, mac_reset_avp, ARRAY_SIZE(mac_reset_avp), oft);
106 t3_set_reg_field(adap, A_XGM_RXFIFO_CFG + oft,
112 t3_set_reg_field(adap, A_XGM_SERDES_CTRL + oft, 0,
114 if (t3_wait_op_done(adap, A_XGM_SERDES_STATUS1 + oft,
121 t3_set_reg_field(adap, A_XGM_SERDES_CTRL + oft, 0,
134 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, val);
135 t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flus
148 unsigned int oft = mac->offset; local
203 unsigned int oft = mac->offset + idx * 8; local
274 unsigned int oft = mac->offset; local
398 unsigned int oft = mac->offset; local
436 unsigned int oft = mac->offset; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ddm9000.c1053 u16 i, oft, hash_table[4]; local
1060 for (i = 0, oft = 0x10; i < 6; i++, oft++)
1061 iow(db, oft, dev->dev_addr[i]);
1077 for (i = 0, oft = 0x16; i < 4; i++) {
1078 iow(db, oft++, hash_table[i] & 0xff);
1079 iow(db, oft++, (hash_table[i] >> 8) & 0xff);

Completed in 99 milliseconds