Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/twl/
H A Dtwl_clks.c218 } else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) { in twl_clks_is_enabled()
222 if (twl_is_6030(sc->sc_pdev)) { in twl_clks_is_enabled()
294 } else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) { in twl_clks_set_state()
296 if (twl_is_6030(sc->sc_pdev) && !(grp & TWL6030_P1_GRP)) { in twl_clks_set_state()
304 if (twl_is_6030(sc->sc_pdev)) in twl_clks_set_state()
568 else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) in twl_clks_init()
580 twl_is_6030(device_get_parent(dev))) in twl_clks_probe()
H A Dtwl_vreg.c372 } else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) { in twl_vreg_is_regulator_enabled()
374 if (twl_is_6030(sc->sc_pdev)) { in twl_vreg_is_regulator_enabled()
444 } else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) { in twl_vreg_disable_regulator()
446 if (twl_is_6030(sc->sc_pdev)) in twl_vreg_disable_regulator()
507 } else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) { in twl_vreg_enable_regulator()
508 if (twl_is_6030(sc->sc_pdev) && !(grp & TWL6030_P1_GRP)) { in twl_vreg_enable_regulator()
941 else if (twl_is_6030(sc->sc_pdev) || twl_is_6025(sc->sc_pdev)) in twl_vreg_init()
955 twl_is_6030(device_get_parent(dev))) in twl_vreg_probe()
H A Dtwl.h39 int twl_is_6030(device_t dev);
H A Dtwl.c149 twl_is_6030(device_t dev) in twl_is_6030() function