Lines Matching refs:printf

72 	printf("  design filename = \"%s\"\n", dataptr);
77 printf("%s: Part number id not recognized in bitstream\n",
88 printf("%s: Wrong bitstream ID for this device\n",
90 printf("%s: Bitstream ID %s, current device ID %d/%s\n",
95 printf("%s: Please fill correct device ID to xilinx_desc\n",
98 printf(" part number = \"%s\"\n", dataptr);
103 printf("%s: Date identifier not recognized in bitstream\n",
110 printf(" date = \"%s\"\n", dataptr);
115 printf("%s: Time identifier not recognized in bitstream\n",
122 printf(" time = \"%s\"\n", dataptr);
127 printf("%s: Data length id not recognized in bitstream\n",
136 printf(" bytes in bitstream = %d\n", swapsize);
145 printf ("%s: Invalid device descriptor\n", __FUNCTION__);
150 printf("%s: Missing load operation\n", __func__);
162 printf("%s: Invalid device descriptor\n", __func__);
167 printf("%s: Missing loadfs operation\n", __func__);
180 printf("%s: Invalid device descriptor\n", __func__);
185 printf("%s: Missing loads operation\n", __func__);
196 printf ("%s: Invalid device descriptor\n", __FUNCTION__);
201 printf("%s: Missing dump operation\n", __func__);
213 printf ("Family: \t");
216 printf ("Spartan-II\n");
219 printf ("Spartan-III\n");
222 printf ("Virtex-II\n");
225 printf("Zynq PL\n");
228 printf("ZynqMP PL\n");
231 printf("Versal PL\n");
235 printf ("Unknown family type, %d\n", desc->family);
238 printf ("Interface type:\t");
241 printf ("Slave Serial\n");
244 printf ("Master Serial\n");
247 printf ("Slave Parallel\n");
250 printf ("JTAG Mode\n");
253 printf ("Slave SelectMap Mode\n");
256 printf ("Master SelectMap Mode\n");
259 printf("Device configuration interface (Zynq)\n");
262 printf("csu_dma configuration interface (ZynqMP)\n");
265 printf("CFI configuration interface (Versal)\n");
269 printf ("Unsupported interface type, %d\n", desc->iface);
272 printf("Device Size: \t%zd bytes\n"
276 printf("Device name: \t%s\n", desc->name);
279 printf ("Device Function Table @ 0x%p\n", desc->iface_fns);
281 printf ("No Device Function Table.\n");
288 printf ("%s: Invalid device descriptor\n", __FUNCTION__);
308 printf ("%s: NULL part size\n", fn);
310 printf ("%s: Invalid Interface type, %d\n",
313 printf ("%s: Invalid family type, %d\n", fn, desc->family);
315 printf ("%s: NULL descriptor!\n", fn);