Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-keystone.c155 int loop_cnt = 0; in keystone_xhci_phy_suspend() local
210 ++loop_cnt; in keystone_xhci_phy_suspend()
213 } while (((usb2_pls != 0x4) || (usb3_pls != 0x4)) && loop_cnt < 1000); in keystone_xhci_phy_suspend()
221 debug("USB2 and USB3 PLS - Disabled, loop_cnt=%d\n", loop_cnt); in keystone_xhci_phy_suspend()
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dhte.c143 u8 loop_cnt, u32 seed_victim, u32 seed_aggressor, in hte_rw_data_cmp() argument
178 tmp = 0x10001000 | (loop_cnt << 16); in hte_rw_data_cmp()
/rk3399_rockchip-uboot/drivers/video/
H A Dda8xx-fb.c245 u32 loop_cnt = 0; in lcd_disable_raster() local
250 loop_cnt = 5000; in lcd_disable_raster()
265 } while (!(stat & 0x01) && (i++ < loop_cnt)); in lcd_disable_raster()
272 if ((loop_cnt != 0) && (i >= loop_cnt)) { in lcd_disable_raster()