Lines Matching refs:printf

60 			printf("Timeout!!\n");  in MMCTestBurst()
86 printf("Timeout!!\n"); in MMCTestSingle()
104 printf("Pattern = %08X : ", pattern); in MMCTest()
128 printf("\nASPEED DRAM BIST\n\n"); in print_usage()
129 printf("Usage: dramtest <count> <block> <length>\n\n"); in print_usage()
130 printf("count: how many iterations to run (mandatory, in decimal)\n"); in print_usage()
131 printf(" 0: infinite loop.\n"); in print_usage()
132 printf("block: index of the address block to test " in print_usage()
134 printf(" 0: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 0, DRAM_BASE + BLK_SIZE * 1); in print_usage()
135 printf(" 1: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 1, DRAM_BASE + BLK_SIZE * 2); in print_usage()
136 printf(" 2: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 2, DRAM_BASE + BLK_SIZE * 3); in print_usage()
137 printf(" n: [80000000 + n*%dMB, 80000000 + (n+1)*%dMB)\n", BLK_SIZE_MB, BLK_SIZE_MB); in print_usage()
138 printf(" where n = [0, %d]\n", N_BLK - 1); in print_usage()
139 printf("length: size to test (optional, in hex, default: 0x10000)\n"); in print_usage()
140 printf(" 0x0: test the whole memory block %dMB\n", BLK_SIZE_MB); in print_usage()
141 printf(" 0x1: test the first 16 Bytes of the memory block\n"); in print_usage()
142 printf(" 0x2: test the first 2*16 Bytes of the memory block\n"); in print_usage()
143 printf(" n : test the first n*16 Bytes of the memory block\n"); in print_usage()
144 printf(" where n = [0x00000001, 0x%08x]\n", N_16B_IN_BLK); in print_usage()
145 printf("\n\n"); in print_usage()
179 printf("Test range: 0x%08lx - 0x%08lx\n", DRAM_BASE + (block << MCR74_BLK_OFFSET), in do_ast_dramtest()
189 printf("FAIL %d/%ld (fail DQ 0x%08x)\n", PassCnt, Testcounter, in do_ast_dramtest()
195 printf("Pass %d/%ld\n", PassCnt, Testcounter); in do_ast_dramtest()