Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c93 #define CHG_DCD_POLL_TIME (100 * HZ / 1000) macro
581 delay = CHG_DCD_POLL_TIME; in rk3288_chg_detect_work()
608 delay = CHG_DCD_POLL_TIME; in rk3288_chg_detect_work()
H A Dphy-rockchip-inno-usb2.c1413 #define CHG_DCD_POLL_TIME (100 * HZ / 1000) macro
1462 delay = CHG_DCD_POLL_TIME; in rockchip_chg_detect_work()
1480 delay = CHG_DCD_POLL_TIME; in rockchip_chg_detect_work()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c25 #define CHG_DCD_POLL_TIME 100 /* millisecond */ macro
303 mdelay(CHG_DCD_POLL_TIME); in rockchip_chg_get_type()