WB_NETCFG
WB_SETBIT(data->reg_base + WB_NETCFG, WB_NETCFG_RX_ON);
WB_SETBIT(data->reg_base + WB_NETCFG, WB_NETCFG_TX_ON);
WB_CLRBIT(device->reg_base + WB_NETCFG,
write32(device->reg_base + WB_NETCFG, 0L);
uint32 cfgAddress = (uint32)device->reg_base + WB_NETCFG;
WB_SETBIT(device->reg_base + WB_NETCFG, WB_NETCFG_RX_BROAD);
uint32 cfgAddress = (uint32)info->reg_base + WB_NETCFG;