Searched refs:line (Results 1 - 15 of 15) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_tests.c102 char line[256]; local
246 num_read = console_readline(prompt,line,sizeof(line));
248 if (line[0] == 'e') break;
250 if (line[0] == 'r') {
275 else if (line[0] == 't') {
326 tmp_char = line[idx2 + 0];
329 tmp_char = line[idx2 + 1];
/broadcom-cfe-1.4.2/cfe/arch/mips/board/sentosa/src/
H A Dsentosa_test.c117 char line[256]; local
261 num_read = console_readline(prompt,line,sizeof(line));
263 if (line[0] == 'e') break;
265 if (line[0] == 'r') {
290 else if (line[0] == 't') {
341 tmp_char = line[idx2 + 0];
344 tmp_char = line[idx2 + 1];
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dinit_mips.S845 1: LR t4,0(t1) # read one cache line
849 SR t4,0(t2) # write one cache line
H A Dzipstart_init.S419 1: LR t4,0(t1) # read one cache line
423 SR t4,0(t2) # write one cache line
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_l2cache.S135 daddu t0,(4*CACHE_LINE_SIZE) # size of a cache line
142 # we simply zero a line in another way again. (This won't
393 # Select the line to be victimized, and wait for the
399 # Read the high-memory flush address for this line, and
425 daddu t0,(4*CACHE_LINE_SIZE) # size of a cache line
432 # we simply zero a line in another way again. (This won't
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Ddiag_l2cache.S685 dadd addr, addr, R_BG_SCRATCH0 /* next line */
797 #define SET_ERR_TABLE(pass_fail, line) \
799 and R_BG_SCRATCH0, R_BG_SCRATCH0, line; \
801 dsrl R_BG_SCRATCH1, line, 6; \
978 /* for (line = 0; line < max_lines_per_block; line++) */
981 dadd R_BG_WADDR, R_BG_WADDR, R_BG_SCRATCH0 /* next line */
997 /* for (line = 0; line < lines_per_bloc
[all...]
H A Ddiag_l2util.h102 int line; member in struct:__anon16
H A Dsb1250_l2cache.S136 daddu t0,(4*CACHE_LINE_SIZE) # size of a cache line
345 # Select the line to be victimized, and wait for the
351 # Read the high-memory flush address for this line, and
376 daddu t0,(4*CACHE_LINE_SIZE) # size of a cache line
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmakereg.c252 static void doagentcmd(FILE *str,char *line,int nomask) argument
267 agentname = gettoken(&line);
268 instances = gettoken(&line);
369 static void docommand(FILE *str,char *line) argument
373 cmd = gettoken(&line);
378 doagentcmd(str,line,FALSE);
381 doagentcmd(str,line,TRUE);
392 char line[500]; local
394 while (readline(str,line,sizeof(line)) >
[all...]
H A Dmemconfig.c342 char line[500]; local
357 if (!fgets(line,sizeof(line),str)) break;
358 if ((x = strchr(line,'\r'))) *x = '\0';
359 if (line[0] == '\0') continue; /* blank line */
360 if (line[0] == '#') continue; /* comment */
361 if (strchr(line,'=') == NULL) continue;
362 if (sscanf(line,"%u=%02x",&addr,&val) != 2) {
363 printf("Incorrect line forma
[all...]
/broadcom-cfe-1.4.2/cfe/include/
H A Dui_command.h97 void cmd_parse(ui_cmdline_t *cmd,char *line);
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe.mk139 # Gross - allow more options to be supplied from command line
278 # normal linker command line switches, but there appears to be no
279 # command-line way to override the 'AT' qualifier in the linker script.
H A Dcfe_ldr_srec.c127 * Read a line of text from a file using our crude file stream
132 * buffer - will receive line of text
183 * getbyte(line)
188 * line - pointer to pointer to characters (updated on exit)
194 static int getbyte(char **line) argument
199 c1 = getxdigit(*(*(line)+0));
202 c2 = getxdigit(*(*(line)+1));
206 (*line) += 2;
213 * procsrec(line,loadaddr,blklen,data)
219 * line
228 procsrec(char *line, unsigned int *loadaddr, unsigned int *blklen, unsigned char *data) argument
400 char line[256]; local
[all...]
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_examcmds.c226 * The reason we save the line in this union is to provide the
237 } line; local
251 line.bytes[x] = b;
265 line.halves[x/2] = h;
280 line.words[x/4] = w;
294 line.quads[x/8] = q;
307 b = line.bytes[x];
357 char line[256]; local
398 console_readline(prompt,line,sizeof(line));
[all...]
H A Dui_toyclock.c105 char *line; local
112 if ((line = cmd_getarg(cmd,0)) == NULL) {
117 while ((p = strchr(line,':'))) *p = ' ';
119 /* parse and check command-line args */
122 p = gettoken(&line);
124 p = gettoken(&line);
126 p = gettoken(&line);
161 char *line; local
168 if ((line = cmd_getarg(cmd,0)) == NULL) {
174 while ((p = strchr(line,'/'))) *
[all...]

Completed in 70 milliseconds