Lines Matching defs:read
75 ret = bus->read(bus, phy_id, regnum);
84 "failed to read qca8k 32bit lo register\n");
95 ret = bus->read(bus, phy_id, regnum);
104 "failed to read qca8k 32bit hi register\n");
198 * The read/write function will extract the requested data.
573 .read = qca8k_bulk_read,
577 .disable_locking = true, /* Locking is handled by qca8k read/write */
579 .max_raw_read = 32, /* mgmt eth can read up to 8 registers at time */
623 qca8k_phy_eth_command(struct qca8k_priv *priv, bool read, int phy,
642 if (read) {
735 if (read) {
738 /* Increment seq_num and set it in the read pkt */
972 bus->read = qca8k_internal_mdio_read;
982 bus->read = qca8k_legacy_mdio_read;