Home | History | Annotate | Download | only in drivers

Lines Matching refs:_read

287 	u16 _read, addr_be16[3], addr_read[3], ports_read;
292 &_read, 1);
294 if (!(_read & (1 << 4))) return -1;
309 _read &= ~(1 << 4);
311 ROBO_ARLCTRL_CONF, &_read,
351 u16 vlan = 0, _read[2];
409 _read[0] = ROBO_VLAN_MAX;
411 _read, 1);
413 _read + 1, 1);
414 drv->is_5350 = _read[0] == _read[1];
422 wpa_driver_roboswitch_read(drv, ROBO_VLAN_PAGE, ROBO_VLAN_READ, _read,
424 if (!(drv->is_5350 ? _read[1] & (1 << 4) : _read[0] & (1 << 14))) {
430 drv->ports = _read[0] & 0x001F;