Lines Matching refs:devad

2676 			   u8 devad, u16 reg, u16 *ret_val)  in bnx2x_cl45_read()  argument
2692 val = ((phy->addr << 21) | (devad << 16) | reg | in bnx2x_cl45_read()
2713 val = ((phy->addr << 21) | (devad << 16) | in bnx2x_cl45_read()
2740 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read()
2751 u8 devad, u16 reg, u16 val) in bnx2x_cl45_write() argument
2768 tmp = ((phy->addr << 21) | (devad << 16) | reg | in bnx2x_cl45_write()
2788 tmp = ((phy->addr << 21) | (devad << 16) | val | in bnx2x_cl45_write()
2814 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write()
3178 u8 devad, u16 reg, u16 or_val) in bnx2x_cl45_read_or_write() argument
3181 bnx2x_cl45_read(bp, phy, devad, reg, &val); in bnx2x_cl45_read_or_write()
3182 bnx2x_cl45_write(bp, phy, devad, reg, val | or_val); in bnx2x_cl45_read_or_write()
3187 u8 devad, u16 reg, u16 and_val) in bnx2x_cl45_read_and_write() argument
3190 bnx2x_cl45_read(bp, phy, devad, reg, &val); in bnx2x_cl45_read_and_write()
3191 bnx2x_cl45_write(bp, phy, devad, reg, val & and_val); in bnx2x_cl45_read_and_write()
3195 u8 devad, u16 reg, u16 *ret_val) in bnx2x_phy_read() argument
3204 &params->phy[phy_index], devad, in bnx2x_phy_read()
3212 u8 devad, u16 reg, u16 val) in bnx2x_phy_write() argument
3221 &params->phy[phy_index], devad, in bnx2x_phy_write()
3665 bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg, in bnx2x_warpcore_enable_AN_KR2()
3700 bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg, in bnx2x_disable_kr2()
3754 bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg, in bnx2x_warpcore_enable_AN_KR()
3907 bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg, in bnx2x_warpcore_set_10G_KR()
4325 bnx2x_cl45_write(bp, phy, wc_regs[i].devad, wc_regs[i].reg, in bnx2x_warpcore_clear_regs()
9686 bnx2x_cl45_write(bp, phy, reg_set[i].devad, in bnx2x_save_848xx_spirom_version()
9757 bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg, in bnx2x_848xx_set_led()