Lines Matching defs:read
101 * We normally read the onboard EEPROM in order to discover our MAC
393 Reset_Reg = 0x00, /* Reset; read for chip type; bits: */
418 #define READMODE_PLAIN (0) /* Plain memory read */
419 #define READMODE_LINE (2) /* Memory read line */
420 #define READMODE_MULTIPLE (3) /* Memory read multiple */
560 "(itf %d): SRAM word at %d bad: wrote 0x%X, read 0x%X\n",
767 int read, write, lastread = -1;
786 read = TXREADPTR_GET_PTR(cardvcc_read(lvcc, vcc_txreadptr));
787 if (read == write && /* Is TX buffer empty? */
792 if (read != lastread) { /* Has there been any progress? */
793 lastread = read;
800 DPRINTK("read, write = %d, %d\n", read, write);
885 data = (address << 1) | 1; /* Command=read + address */
903 /* read back result */
921 clock_l(); udelay(5); /* finish read */
936 /* read a big-endian 4-byte value out of eeprom */
1101 printk(KERN_ERR DEV_LABEL "(itf %d): can't read PCI_STATUS: "
1393 * Before we actually read from the buffer, make sure the memory
2166 /* 3.6: read EEPROM */