Home
last modified time | relevance | path

Searched refs:loop_cnt (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py160 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): argument
178 root, loop_cnt, assume_dir)
184 def __realpath(self, file, root, loop_cnt, assume_dir): argument
186 if loop_cnt == 0:
189 loop_cnt -= 1
198 file = self.__realpath_rel(tdir, target, root, loop_cnt, assume_dir)
207 def realpath(self, file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
227 file = self.__realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
229 file = self.__realpath(file, root, loop_cnt, assume_dir)[0]
H A Dpath.py191 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument
209 root, loop_cnt, assume_dir)
215 def __realpath(file, root, loop_cnt, assume_dir): argument
217 if loop_cnt == 0:
220 loop_cnt -= 1
229 file = __realpath_rel(tdir, target, root, loop_cnt, assume_dir)
238 def realpath(file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
258 file = __realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
260 file = __realpath(file, root, loop_cnt, assume_dir)[0]
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c1273 …ble : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_cnt, eng->run.loop_cnt ); in check_int()
1280 …to RX FIFO full : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_cnt, eng->run.loop_cnt ); in check_int()
1287 …buffer unavailable: %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_cnt, eng->run.loop_cnt ); in check_int()
1294 …hernet lost : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_cnt, eng->run.loop_cnt ); in check_int()
1331 …loop[%d]:%d]\n", eng->dat.FRAME_LEN[ des_num ], des_num, eng->run.loop_of_cnt, eng->run.loop_cnt ); in setup_framesize()
1360 …loop[%d]:%d]\n", eng->dat.FRAME_LEN[ des_num ], des_num, eng->run.loop_of_cnt, eng->run.loop_cnt ); in setup_framesize()
1436 …printf("[loop[%d]:%4d][des:%4d][setup_buf ] %08x\n", eng->run.loop_of_cnt, eng->run.loop_cnt, des… in setup_buf()
1464 …printf("[loop[%d]:%4d][des:%4d][setup_buf ] %08x\n", eng->run.loop_of_cnt, eng->run.loop_cnt, des… in setup_buf()
1481 …printf("[loop[%d]:%4d][des:%4d][setup_buf ] %08x\n", eng->run.loop_of_cnt, eng->run.loop_cnt, des… in setup_buf()
1507 …%08x[Des:%d][loop[%d]:%d]\n", Current_framelen, des_num, eng->run.loop_of_cnt, eng->run.loop_cnt ); in setup_buf()
[all …]
H A Dcomminf.h499 uint32_t loop_cnt; member
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.c142 u8 loop_cnt, u32 seed_victim, u32 seed_aggressor, in hte_rw_data_cmp() argument
177 tmp = 0x10001000 | (loop_cnt << 16); in hte_rw_data_cmp()
/openbmc/u-boot/drivers/video/
H A Dda8xx-fb.c244 u32 loop_cnt = 0; in lcd_disable_raster() local
249 loop_cnt = 5000; in lcd_disable_raster()
264 } while (!(stat & 0x01) && (i++ < loop_cnt)); in lcd_disable_raster()
271 if ((loop_cnt != 0) && (i >= loop_cnt)) { in lcd_disable_raster()