Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dbcm590xx-regulator.c97 #define BCM590XX_REG_VBUS 26 macro
103 ((n > BCM590XX_REG_VSR) && (n < BCM590XX_REG_VBUS))
104 #define BCM590XX_REG_IS_VBUS(n) (n == BCM590XX_REG_VBUS)
245 case BCM590XX_REG_VBUS: in bcm590xx_get_enable_register()