Lines Matching refs:printf

156 			printf("Default I2C bus %d not found\n",
226 printf("Error %s the chip: %d\n",
413 printf("%x\n", flags);
443 printf("%x\n", ret);
547 printf("%04x:", addr);
550 printf(" %02x", *cp++);
559 printf("%c", *cp);
718 printf ("CRC32 for %08lx ... %08lx ==> ", addr, addr + count - 1);
739 printf ("%08lx\n", crc);
820 printf("%08lx:", addr);
831 printf(" %02lx", (data >> 24) & 0x000000FF);
833 printf(" %04lx", (data >> 16) & 0x0000FFFF);
835 printf(" %08lx", data);
952 printf(" %02X", j);
962 printf(" %02X", NO_PROBE_ADDR(k));
1063 printf ("%d.", (b >> 4) & 0x0F);
1075 printf ("%d ns\n", b & 0x0F);
1194 printf ("WARNING: Configuration data checksum failure:\n"
1197 printf ("SPD data revision %d.%d\n",
1199 printf ("Bytes used 0x%02X\n", data[0]);
1200 printf ("Serial memory size 0x%02X\n", 1 << data[1]);
1236 printf ("%d\n", data[3] & 0x0F);
1238 printf ("%d/%d\n", data[3] & 0x0F, (data[3] >> 4) & 0x0F);
1242 printf ("%d\n", data[4] & 0x0F);
1244 printf ("%d/%d\n", data[4] & 0x0F, (data[4] >> 4) & 0x0F);
1248 printf ("Number of ranks %d\n",
1252 printf ("Module rows %d\n", data[5]);
1258 printf ("Module data width %d bits\n", data[6]);
1261 printf ("Module data width %d bits\n",
1279 printf ("SDRAM cycle time ");
1283 printf ("SDRAM cycle time %d.%d ns\n",
1290 printf ("SDRAM access time 0.%d%d ns\n",
1294 printf ("SDRAM access time %d.%d ns\n",
1324 printf ("SDRAM width (primary) %d\n", data[13]);
1327 printf ("SDRAM width (primary) %d\n", data[13] & 0x7F);
1329 printf (" (second bank) %d\n",
1338 printf ("EDC width %d\n", data[14]);
1342 printf ("EDC width %d\n",
1346 printf (" (second bank) %d\n",
1354 printf ("Min clock delay, back-to-back random column addresses "
1365 printf ("Number of banks %d\n", data[17]);
1403 printf (" %d PLLs on DIMM\n", (data[21] >> 2) & 0x03);
1405 printf (" %d active registers on DIMM\n",
1439 printf ("SDRAM cycle time (2nd highest CAS latency) ");
1443 printf ("SDRAM cycle time (2nd highest CAS latency) %d."
1450 printf ("SDRAM access from clock (2nd highest CAS latency) 0."
1454 printf ("SDRAM access from clock (2nd highest CAS latency) %d."
1461 printf ("SDRAM cycle time (3rd highest CAS latency) ");
1465 printf ("SDRAM cycle time (3rd highest CAS latency) %d."
1472 printf ("SDRAM access from clock (3rd highest CAS latency) 0."
1476 printf ("SDRAM access from clock (3rd highest CAS latency) %d."
1483 printf ("Minimum row precharge %d.%02d ns\n",
1487 printf ("Minimum row precharge %d ns\n", data[27]);
1493 printf ("Row active to row active min %d.%02d ns\n",
1497 printf ("Row active to row active min %d ns\n", data[28]);
1503 printf ("RAS to CAS delay min %d.%02d ns\n",
1507 printf ("RAS to CAS delay min %d ns\n", data[29]);
1511 printf ("Minimum RAS pulse width %d ns\n", data[30]);
1530 printf ("1.%d%d ns\n",
1533 printf ("0.%d%d ns\n",
1538 printf ("Command and Address setup %c%d.%d ns\n",
1548 printf ("1.%d%d ns\n",
1551 printf ("0.%d%d ns\n",
1556 printf ("Command and Address hold %c%d.%d ns\n",
1564 printf ("Data signal input setup 0.%d%d ns\n",
1568 printf ("Data signal input setup %c%d.%d ns\n",
1576 printf ("Data signal input hold 0.%d%d ns\n",
1580 printf ("Data signal input hold %c%d.%d ns\n",
1588 printf ("%02X ", data[j]);
1590 printf ("Manufacturing Location %02X\n", data[72]);
1593 printf ("%02X ", data[j]);
1595 printf ("Revision Code %02X %02X\n", data[91], data[92]);
1596 printf ("Manufacturing Date %02X %02X\n", data[93], data[94]);
1599 printf ("%02X ", data[j]);
1603 printf ("Speed rating PC%d\n",
1656 printf("Bus %d:\t%s", dev_seq(bus), bus->name);
1658 printf(" (active %d)", dev_seq(bus));
1659 printf("\n");
1665 printf(" %02x: %s, offset len %x, flags %x\n",
1701 printf("Bus %d:\t%s", i, I2C_ADAP_NR(i)->name);
1708 printf("->%s@0x%2x:%d",
1714 printf("\n");
1728 printf("Invalid bus %d: err=%d\n", i, ret);
1734 printf("Invalid bus %d\n", i);
1737 printf("Bus %d:\t%s", i, I2C_ADAP_NR(i)->name);
1743 printf("->%s@0x%2x:%d",
1749 printf("\n");
1786 printf("Current bus is %d\n", bus_no);
1791 printf("Invalid bus %d\n", bus_no);
1795 printf("Setting bus to %d\n", bus_no);
1802 printf("Failure changing bus number (%d)\n", ret);
1837 printf("Current bus speed=%d\n", speed);
1840 printf("Setting bus speed to %d Hz\n", speed);
1847 printf("Failure changing bus speed (%d)\n", ret);
1903 printf("Error: Not supported by the driver\n");