Home | History | Annotate | Download | only in drivers

Lines Matching refs:_read

289 	u16 _read, addr_be16[3], addr_read[3], ports_read;
294 &_read, 1);
296 if (!(_read & (1 << 4))) return -1;
311 _read &= ~(1 << 4);
313 ROBO_ARLCTRL_CONF, &_read,
353 u16 vlan = 0, _read[2];
414 _read[0] = ROBO_VLAN_MAX;
416 _read, 1);
418 _read + 1, 1);
419 drv->is_5350 = _read[0] == _read[1];
427 wpa_driver_roboswitch_read(drv, ROBO_VLAN_PAGE, ROBO_VLAN_READ, _read,
429 if (!(drv->is_5350 ? _read[1] & (1 << 4) : _read[0] & (1 << 14))) {
435 drv->ports = _read[0] & 0x001F;