Lines Matching refs:data
156 Wn0EepromCmd = 10, Wn0EepromData = 12, /* EEPROM command/address, data. */
246 local data structures for one device. The device is registered
516 MDIO protocol. See the MII specifications or DP83840A data sheet
518 The maxium data clock rate is 2.5 Mhz. The timing is easily met by the
557 /* Read the two transition, 16 data, and wire-idle bits. */
748 outsl(ioaddr + TX_FIFO, skb->data, (skb->len+3)>>2);
1038 struct mii_ioctl_data *data = if_mii(rq);
1043 data->phy_id, data->reg_num, data->val_in, data->val_out);
1047 data->phy_id = phy;
1057 data->val_out = mdio_read(ioaddr, data->phy_id & 0x1f,
1058 data->reg_num & 0x1f);
1071 mdio_write(ioaddr, data->phy_id & 0x1f,
1072 data->reg_num & 0x1f, data->val_in);