Searched refs:printf (Results 1 - 25 of 100) sorted by relevance

1234

/broadcom-cfe-1.4.2/cfe/pci/
H A Dcfe_pci.h52 #define panic(x) printf(x)
H A Ddevlist2h.awk41 printf("/*\n") > dfile
42 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
44 printf(" *\n") > dfile
45 printf(" * generated from:\n") > dfile
46 printf(" *\t%s\n", VERSION) > dfile
47 printf(" */\n") > dfile
49 printf("/*\n") > hfile
50 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
52 printf(" *\n") > hfile
53 printf(" * generate
[all...]
H A Dpci_subr.c399 printf(" %s: %s\n", (str), (rval & (bit)) ? "on" : "off"); \
416 printf("%sVendor Name: %s (0x%04x)\n", prefix,
419 printf("%sVendor ID: 0x%04x\n", prefix, PCI_VENDOR(rval));
422 printf("%sDevice Name: %s (0x%04x)\n", prefix,
425 printf("%sDevice ID: 0x%04x\n", prefix, PCI_PRODUCT(rval));
431 printf("%sVendor ID: 0x%04x\n", prefix, PCI_VENDOR(rval));
432 printf("%sDevice ID: 0x%04x\n", prefix, PCI_PRODUCT(rval));
501 printf(" Base Address Register at 0x%02x", reg);
503 printf(" (%s)", name);
504 printf("\
[all...]
/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbdebug.c69 for (idx = 0; idx < level; idx++) printf(" ");
70 printf("PORT %d STATUS\n",port);
72 for (idx = 0; idx < level; idx++) printf(" ");
74 printf("wPortStatus = %04X ",x);
75 if (x & 1) printf("DevicePresent ");
76 if (x & 2) printf("Enabled ");
77 if (x & 4) printf("Suspend ");
78 if (x & 8) printf("OverCurrent ");
79 if (x & 16) printf("InReset ");
80 if (x & 256) printf("Powere
[all...]
H A Dusbhack.c235 * tmplt - printf string args...
249 printf("%s\n",buffer);
291 printf("Play area mapped ok at address %p to %p\n",play_area,play_area+PLAY_AREA_SIZE-1);
294 if (play_area[idx] != 0x55) printf("Offset %x doesn't work\n",idx);
296 if (play_area[idx] != 0xaa) printf("Offset %x doesn't work\n",idx);
298 if (play_area[idx] != 0x0) printf("Offset %x doesn't work\n",idx);
317 printf("Device area mapped ok at address %p\n",device_area);
382 printf("Interrupted, controller reset\n");
406 printf("%s",str);
443 printf("Coul
[all...]
H A Dusbmain.c160 printf("USB: Could not create OHCI driver structure for controller at 0x%08X\n",addr);
169 printf("USB: Could not init OHCI controller at 0x%08X\n",addr);
248 printf("USB has already been initialized.\n");
252 printf("Initializing USB.\n");
282 printf("No USB has been configured.\n");
307 printf("Invalid bus number, %d USB Buses currently configured.\n",usb_buscnt);
/broadcom-cfe-1.4.2/cfe/msys/
H A Ddev_msys.c146 printf("Error: FLStatus - ") ;
151 printf("OK\n") ;
154 printf("BadFunction\n") ;
157 printf("FileNotFound\n") ;
160 printf("PathNotFound\n") ;
163 printf("TooManyOpenFiles\n") ;
166 printf("NoWriteAccess\n") ;
169 printf("BadFileHandle\n") ;
172 printf("DriveNotAvailable\n") ;
175 printf("NonFATforma
[all...]
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmkpcidb.c130 printf("struct pci_knowndev2 {\n");
131 printf(" pci_vendor_id_t vendor;\n");
132 printf(" pci_product_id_t product;\n");
133 printf(" %s vendorname, productname;\n", stringoff_type);
134 printf("};\n");
136 printf("\n\n\n");
137 printf("const static struct pci_knowndev2 _pci_knowndevs[] __attribute__ ((section (\".text\"))) = {\n");
139 printf("\t{0x%04X,0x%04X,%d,%d},\n",
145 printf("};\n\n\n");
146 printf("cons
[all...]
H A Dmemconfig.c240 if (debug) printf("READ %08X\n",(uint32_t) reg);
281 printf("Warning: CSR %08X not supported by emulated SBREADCSR\n",(uint32_t)reg);
293 if (debug) printf("WRITE %08X %016llX\n",(uint32_t) reg,val);
363 printf("Incorrect line format: %s\n",line);
367 printf("Values out of range: %s\n",line);
377 if (ttl != spd[63]) printf("Warning: checksum mismatch on SPD file: %02X\n",ttl);
395 printf("Fields must be specified as 'name=value'\n");
407 printf("Invalid field name: %s\n",txt);
417 printf("%s: invalid number: %s\n",sf->name,x);
429 printf("
[all...]
H A Dmemconfig1480.c256 if (debug) printf("READ %08X\n",(uint32_t) reg);
365 printf("Unrecognized register read: %016llX\n",reg);
373 if (debug) printf("WRITE %08X %016llX\n",(uint32_t) reg,val);
484 printf("Fields must be specified as 'name=value'\n");
496 printf("Invalid field name: %s\n",txt);
506 printf("%s: invalid number: %s\n",sf->name,x);
518 printf("%s: Invalid BCD number: %s\n",sf->name,x);
525 printf("%s: Invalid 2-bit fraction number: %s\n",sf->name,x);
526 printf("(number after decimal should be 0,25,50,75)\n");
538 printf("
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_swtrace.c78 //#define WRITECSR(x,y) printf("WRITE_REG %016llx %016llx\n",(uint64_t)(x),(uint64_t)(y));phys_write64(x,y)
146 printf("Counter 0: %llu\n",phys_read64(A_BCM1480_SWPERF_CNT0));
147 printf("Counter 1: %llu\n",phys_read64(A_BCM1480_SWPERF_CNT1));
148 printf("Counter 2: %llu\n",phys_read64(A_BCM1480_SWPERF_CNT2));
149 printf("Counter 3: %llu\n",phys_read64(A_BCM1480_SWPERF_CNT3));
162 printf("%s ",(d0 & M_BCM1480_SWENT_VALID) ? "Val " : " ");
163 printf("%s ",(d0 & M_BCM1480_SWENT_MULTI) ? "Mul " : " ");
164 printf("%s ",(d0 & M_BCM1480_SWENT_BCAST) ? "Bcs " : " ");
165 printf("%s ",(d0 & M_BCM1480_SWENT_SOP) ? "SOP " : " ");
166 printf("
[all...]
H A Dui_hspcmds.c228 printf("WARNING Port %d is NOT in HT mode.\n",port);
263 printf("WARNING Port %d is NOT in SPI4 mode.\n",port);
298 printf("%04X: %016llX ",idx,READCSR(datareg));
302 printf("%016llX ",READCSR(datareg));
306 printf("%016llX\n",READCSR(datareg));
334 printf("%04X: %016llX ",idx,READCSR(datareg));
338 printf("%016llX ",READCSR(datareg));
343 printf("%016llX\n",READCSR(datareg));
365 printf("Dumping visibility of TX port %d register file #%d\n",(int)port,(int)reg);
373 printf("Regfil
[all...]
H A Dcc_numa.c69 printf ("Stored uncached u64 %llx to addr %llx\n", val, vaddr);
80 printf ("Loaded uncached u64 %llx from addr %llx\n", val, vaddr);
91 printf ("Stored coherent u64 %llx to addr %llx\n", val, vaddr);
102 printf ("Loaded coherent u64 %llx from addr %llx\n", val, vaddr);
113 printf ("Stored coherent u8 %x to addr %llx\n", val, vaddr);
125 printf ("Loaded coherent u8 %x from addr %llx\n", val, vaddr);
156 printf ("\nInitializing shared memory on local node:\n");
165 printf ("Done Initializing shared memory on local node\n");
179 printf ("Waiting for addr %llx to be %llx", addr, val);
180 if (msg_cnt % 64 == 0) printf("\
[all...]
H A Dui_cpuinfo.c208 printf("SysCfg: %016llX [PLL_DIV: %d, IOB0_DIV: %s, IOB1_DIV: %s]\n",
217 printf("PLL_DIV of zero found, assuming 6 (300MHz)\n");
322 printf("CPU: BCM1250 %s\n", revprintstr);
325 printf("[Uniprocessor CPU mode]\n");
332 printf("L2 Cache Status: ");
334 printf("disabled via JTAG\n");
341 printf("0x%llX Available L2 Cache: %dKB\n", cachetest,
344 else printf("OK\n");
347 printf("Wafer ID: Not set\n");
351 printf("Wafe
[all...]
/broadcom-cfe-1.4.2/cfe/arch/x86/cpu/p4_xeon/src/
H A Dui_p4_xeon.c66 printf("%d cpus started. APIC IDS:\n",ncpus);
68 printf("%08X\n",cpu_ids[idx]);
81 printf("[EAX=%08X]: %08X %08X %08X %08X\n",
89 printf("[EAX=%08X]: %08X %08X %08X %08X\n",
97 printf("FreqMSR: %08X %08X\n",a,d);
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dmaketree.c42 printf("\n ");
43 printf(" {{{%u,%u}},%u}", t[i].exop, t[i].bits, t[i].base);
77 printf("local uInt fixed_bl = %d;\n", bl);
78 printf("local uInt fixed_bd = %d;\n", bd);
79 printf("local inflate_huft fixed_tl[] = {");
82 printf("local inflate_huft fixed_td[] = {");
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_command.c330 for (idx = 0; idx < cmd->argc; idx++) printf("argc[%d] = [%s]\n",idx,cmd->argv[idx]);
331 for (idx = 0; idx < cmd->swc; idx++) printf("switch[%s] = [%s]\n",cmd->swv[idx].swname,
398 for (idx = 0; idx < amt; idx++) printf(" ");
405 printf("%s\n",ptr);
429 printf(" ");
434 printf("%-12s %s\n",ptr,semi);
438 printf("%-12s (no information)\n",ptr);
456 printf("%s ",words[idx]);
459 printf("%s",cmd->cmdword);
461 for (idx = len; idx < 20; idx++) printf(" ");
[all...]
H A Dui_pcicmds.c168 printf("invalid PCI tuple %s\n", argp);
272 printf("\n Insufficient arguments, please see help");
283 printf("\n Found device on Port: %d, Bus: %d, Device: %d, Func: %d", port, bus, device, function);
307 printf("\n BAR: %lx, Size: %lx", addr, memsize);
311 printf("\n Addres %016llx",addr);
320 printf("\n Insufficient memory: Unable to allocate memory for test data");
328 printf("\n Failed to read data from Target address:%016llX", addr+i*8);
335 printf("\n Writing Test Data to PCI Target");
338 printf("\n Writing memory region of size: %016llX at Address: %016llX with Pattern: %llX",
343 printf("\
[all...]
H A Dui_test_flash.c117 printf("FLASH: Base %016llX size %08X type %02X(%s) flags %08X\n",
122 printf("FLASH: Could not determine flash information\n");
127 printf("NVRAM: Offset %08X Size %08X EraseFlg %d\n",
131 printf("NVRAM: Not supported by this flash\n");
135 printf("Flash sector information:\n");
142 printf("ioctl error\n");
146 printf(" Sector %d offset %08X size %d\n",
185 printf("Offset %d Result %d\n",offset,res);
187 if ((idx % 16) == 0) printf("\n");
188 printf("
[all...]
H A Durl.c333 printf("--- Loader parameters:\n");
334 printf(" Filename = %s\n",la->la_filename);
335 printf(" Filesys = %s\n",la->la_filesys);
336 printf(" Device = %s\n",la->la_device);
337 printf(" Options = %s\n",la->la_options);
338 printf(" Loader = %s\n",la->la_loader);
339 printf(" Flags = %08X\n",la->la_flags);
340 printf(" address = %08X\n",la->la_address);
341 printf(" maxsize = %08X\n",la->la_maxsize);
342 printf(" entryp
[all...]
H A Dui_miiphycmds.c124 printf("** PHY registers on MAC %d PHY %d **\n",mac,phynum);
126 printf("Reg 0x%02X = 0x%04X | ",idx,MII_READ(mii_channel,phynum,idx));
127 printf("Reg 0x%02X = 0x%04X",idx+1,MII_READ(mii_channel,phynum,idx+1));
128 printf("\n");
132 printf("Reg %02X = %04X\n",reg,MII_READ(mii_channel,phynum,reg));
175 printf("Wrote 0x%04X to phy %d register 0x%02X on mac %d\n",
H A Dui_tcpcmds.c324 printf("Disconnecting...");
326 printf("done.\n");
330 printf("Remote host is no longer connected.\n");
420 printf("Could not connect to remote host\n");
425 printf("Connected to remote host.\n");
435 printf("Remote host is no longer connected.\n");
445 printf(".");
477 printf("+");
486 printf("Disconnecting...");
488 printf("don
[all...]
/broadcom-cfe-1.4.2/cfe/include/
H A Dlib_printf.h4 * simple printf File: lib_printf.h
8 * This module contains a very, very, very simple printf
62 #define printf xprintf macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91280e/src/
H A Dbcm91280e_devs.c237 printf("%s board revision %d\n",CFG_BOARDNAME,board_rev);
238 printf("%s configuration switches: 0x%x\n",CFG_BOARDNAME,board_config);
307 printf("Memory controller #0: %dMHz\n",
313 printf("Memory controller #1: %dMHz\n",
317 printf("Switch Clock: %dMHz\n",
387 printf("*** STARTUP environment variable not set.\n\n");
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/mousse/src/
H A Dui_mousse.c154 printf("whoopie! %d\n",a/b);
192 printf("HID0 = 0x%08X\n",read_hid0());
216 printf("HID1 = 0x%08X, pllconfig=0x%02X\n",hid1,G_HID1_PLLCFG(hid1));
225 printf("MSR = 0x%08X\n",read_msr());
251 printf("IBAT%d U:%08X L:%08X\n",idx/2,bats[idx],bats[idx+1]);
254 printf("DBAT%d U:%08X L:%08X\n",(idx-8)/2,bats[idx],bats[idx+1]);

Completed in 155 milliseconds

1234