Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Ddump.c13 static void show_devices(struct udevice *dev, int depth, int last_flag) in show_devices() argument
24 is_last = (last_flag >> i) & 1; in show_devices()
49 show_devices(child, depth + 1, (last_flag << 1) | is_last); in show_devices()