Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsgm41542_charger.c64 #define SGM4154x_OTG_EN BIT(5) macro
1141 SGM4154x_OTG_EN, in sgm4154x_enable_vbus()
1142 SGM4154x_OTG_EN); in sgm4154x_enable_vbus()
1158 SGM4154x_OTG_EN, in sgm4154x_disable_vbus()
1180 return (temp & SGM4154x_OTG_EN) ? 1 : 0; in sgm4154x_is_enabled_vbus()
/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dsgm41542_charger.c54 #define SGM4154x_OTG_EN BIT(5) macro