Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dtwl-core.c1114 if ((id->driver_data) & TWL6030_CLASS) { in twl_probe()
1266 { "twl6030", TWL6030_CLASS }, /* "Phoenix power chip" */
1267 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
/Linux-v5.4/include/linux/mfd/
Dtwl.h758 #define TWL6030_CLASS BIT(3) /* TWL6030 class */ macro