Lines Matching refs:write_buf
475 u32 write_buf; in smsc95xx_init_common() local
485 write_buf = HW_CFG_LRST_; in smsc95xx_init_common()
486 ret = smsc95xx_write_reg(udev, HW_CFG, write_buf); in smsc95xx_init_common()
504 write_buf = PM_CTL_PHY_RST_; in smsc95xx_init_common()
505 ret = smsc95xx_write_reg(udev, PM_CTRL, write_buf); in smsc95xx_init_common()
590 write_buf = 0xFFFFFFFF; in smsc95xx_init_common()
591 ret = smsc95xx_write_reg(udev, INT_STS, write_buf); in smsc95xx_init_common()
601 write_buf = LED_GPIO_CFG_SPD_LED | LED_GPIO_CFG_LNK_LED | in smsc95xx_init_common()
603 ret = smsc95xx_write_reg(udev, LED_GPIO_CFG, write_buf); in smsc95xx_init_common()
609 write_buf = 0; in smsc95xx_init_common()
610 ret = smsc95xx_write_reg(udev, FLOW, write_buf); in smsc95xx_init_common()
624 write_buf = (u32)ETH_P_8021Q; in smsc95xx_init_common()
625 ret = smsc95xx_write_reg(udev, VLAN1, write_buf); in smsc95xx_init_common()