Searched refs:BQ32K_TCFE (Results 1 – 1 of 1) sorted by relevance
35 #define BQ32K_TCFE BIT(6) /* Trickle charge FET bypass */ macro204 return sprintf(buf, "%d\n", (reg & BQ32K_TCFE) ? 1 : 0); in bq32k_sysfs_show_tricklecharge_bypass()221 reg |= BQ32K_TCFE; in bq32k_sysfs_store_tricklecharge_bypass()228 reg &= ~BQ32K_TCFE; in bq32k_sysfs_store_tricklecharge_bypass()