Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c94 #define CHG_DCD_MAX_RETRIES 6 macro
587 tmout = ++dcd_retries == CHG_DCD_MAX_RETRIES; in rk3288_chg_detect_work()
631 if (dcd_retries == CHG_DCD_MAX_RETRIES) { in rk3288_chg_detect_work()
H A Dphy-rockchip-inno-usb2.c1414 #define CHG_DCD_MAX_RETRIES 6 macro
1468 tmout = ++rphy->dcd_retries == CHG_DCD_MAX_RETRIES; in rockchip_chg_detect_work()
1493 if (rphy->dcd_retries == CHG_DCD_MAX_RETRIES) { in rockchip_chg_detect_work()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c23 #define CHG_DCD_MAX_RETRIES 6 macro
296 rphy->dcd_retries = CHG_DCD_MAX_RETRIES; in rockchip_chg_get_type()