Lines Matching refs:write_buf
476 u32 write_buf; in smsc95xx_init_common() local
486 write_buf = HW_CFG_LRST_; in smsc95xx_init_common()
487 ret = smsc95xx_write_reg(udev, HW_CFG, write_buf); in smsc95xx_init_common()
505 write_buf = PM_CTL_PHY_RST_; in smsc95xx_init_common()
506 ret = smsc95xx_write_reg(udev, PM_CTRL, write_buf); in smsc95xx_init_common()
591 write_buf = 0xFFFFFFFF; in smsc95xx_init_common()
592 ret = smsc95xx_write_reg(udev, INT_STS, write_buf); in smsc95xx_init_common()
602 write_buf = LED_GPIO_CFG_SPD_LED | LED_GPIO_CFG_LNK_LED | in smsc95xx_init_common()
604 ret = smsc95xx_write_reg(udev, LED_GPIO_CFG, write_buf); in smsc95xx_init_common()
610 write_buf = 0; in smsc95xx_init_common()
611 ret = smsc95xx_write_reg(udev, FLOW, write_buf); in smsc95xx_init_common()
625 write_buf = (u32)ETH_P_8021Q; in smsc95xx_init_common()
626 ret = smsc95xx_write_reg(udev, VLAN1, write_buf); in smsc95xx_init_common()