Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CBSIZE (Results 1 – 25 of 146) sorted by relevance

123456

/OK3568_Linux_fs/u-boot/common/
H A Dcli_simple.c66 int outputcnt = CONFIG_SYS_CBSIZE; in cli_simple_process_macros()
124 char envname[CONFIG_SYS_CBSIZE], *envval; in cli_simple_process_macros()
177 char cmdbuf[CONFIG_SYS_CBSIZE]; /* working copy of cmd */ in cli_simple_run_command()
180 char finaltoken[CONFIG_SYS_CBSIZE]; in cli_simple_run_command()
198 if (strlen(cmd) >= CONFIG_SYS_CBSIZE) { in cli_simple_run_command()
262 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop()
280 CONFIG_SYS_CBSIZE + 1); in cli_simple_loop()
/OK3568_Linux_fs/u-boot/include/
H A Dconfig_fallbacks.h79 #ifndef CONFIG_SYS_CBSIZE
81 #define CONFIG_SYS_CBSIZE 1024 macro
83 #define CONFIG_SYS_CBSIZE 256 macro
88 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
/OK3568_Linux_fs/u-boot/include/configs/
H A Ddisplay5.h368 #undef CONFIG_SYS_CBSIZE
369 #define CONFIG_SYS_CBSIZE 2048 macro
372 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
375 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dcolibri_t30.h45 #undef CONFIG_SYS_CBSIZE
46 #define CONFIG_SYS_CBSIZE 1024 macro
50 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dapalis_t30.h48 #undef CONFIG_SYS_CBSIZE
49 #define CONFIG_SYS_CBSIZE 1024 macro
53 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dcolibri_t20.h56 #undef CONFIG_SYS_CBSIZE
57 #define CONFIG_SYS_CBSIZE 1024 macro
61 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dapalis-tk1.h141 #undef CONFIG_SYS_CBSIZE
142 #define CONFIG_SYS_CBSIZE 1024 macro
146 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dstmark2.h100 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ macro
103 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
107 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dexynos-common.h45 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
49 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dedison.h20 #define CONFIG_SYS_CBSIZE 2048 macro
22 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dbcm_ep_board.h51 #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ macro
53 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dtplink_wdr4300.h45 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ macro
47 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dbcm_northstar2.h43 #define CONFIG_SYS_CBSIZE SZ_1K macro
45 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dhighbank.h56 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
57 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dtegra-common.h60 #define CONFIG_SYS_CBSIZE (1024 * 2) /* Console I/O Buffer Size */ macro
65 #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
H A Dbcm28155_ap.h88 #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ macro
90 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A DBSC9131RDB.h296 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
298 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
300 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
H A Dbcm23550_w1d.h89 #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ macro
91 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dti_armv7_common.h123 #define CONFIG_SYS_CBSIZE 1024 macro
125 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Drcar-gen3-common.h41 #define CONFIG_SYS_CBSIZE 2048 macro
42 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dwb50n.h90 #define CONFIG_SYS_CBSIZE 1024 macro
93 (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
H A Dmx25pdk.h65 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
67 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dexynos7420-common.h26 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
30 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
H A Dmxs.h86 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ macro
88 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
/OK3568_Linux_fs/u-boot/include/configs/km/
H A Dkeymile-common.h20 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro
22 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ macro
25 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE

123456