Searched refs:TWL6032_SUBCLASS (Results 1 – 4 of 4) sorted by relevance
176 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) { in twl6030reg_is_enabled()214 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_enable()248 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_disable()342 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_set_mode()
1135 if ((id->driver_data) & TWL6032_SUBCLASS) in twl_probe()1261 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
351 if (pdata->features & TWL6032_SUBCLASS) in twl6030_usb_probe()
772 #define TWL6032_SUBCLASS BIT(4) /* TWL6032 has changed registers */ macro