Lines Matching refs:write
379 /* The location of the write-back status block */
505 * to 1 prior to starting a single byte read/write
531 /* For an EEPROM, an I2C single byte write is defined as a START
534 * EEPROM's internally timed write cycle to the nonvolatile memory.
535 * All inputs are disabled during this write cycle and the EEPROM will
536 * not respond to any access until the internal write is complete.
556 /* Write the data to the LBCIF Data Register (the I2C write
562 * 1:0 are both equal to 1, the I2C write has completed and the
563 * internal write cycle of the EEPROM is about to start.
574 * 1, this is so we do a blind write for load bug.
581 * ACK error has occurred on the address phase of the write.
583 * EEPROM may still be in its internal write cycle from a
584 * previous write. This write operation was ignored and must be
589 * or the EEPROM may still be in its internal write
590 * cycle from a previous write. This write operation
608 /* Do read until internal ACK_ERROR goes away meaning write
635 /* A single byte read is similar to the single byte write, with the
698 /* Re-write the first 4 bytes if we have an eeprom
837 * in the adapter structure. We write what is stored in the adapter
1257 /* Set up the register we need to write to on the correct PHY */
1260 /* Add the value to write to the registers to the mac */
1269 /* If we hit the max delay, we could not write the register */
1284 /* Stop the write operation */
2570 /* Write the new write pointer back to the device. */
3021 "Could not write PCI config space for ACK/NAK\n");
3027 "Could not write PCI config space for Replay Timer\n");
3037 "Could not write PCI config space for Latency Timers\n");
3537 /* This means a timeout has occurred on a read or write request
3988 adapter->mii_bus->write = et131x_mdio_write;