Searched refs:TWL6030_P1_GRP (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_clks.c89 #define TWL6030_P1_GRP 0x01 /* Application power group (FreeBSD control) */ macro
240 if (!(grp & TWL6030_P1_GRP)) {
310 if (twl_is_6030(sc->sc_pdev) && !(grp & TWL6030_P1_GRP)) {
311 grp |= TWL6030_P1_GRP;
319 grp = TWL6030_P1_GRP | TWL6030_P2_GRP | TWL6030_P3_GRP;
H A Dtwl_vreg.c89 #define TWL6030_P1_GRP 0x01 /* Application power group (FreeBSD control) */ macro
387 if (!(grp & TWL6030_P1_GRP)) {
457 grp = TWL6030_P1_GRP | TWL6030_P2_GRP | TWL6030_P3_GRP;
521 if (twl_is_6030(sc->sc_pdev) && !(grp & TWL6030_P1_GRP)) {
522 grp |= TWL6030_P1_GRP;

Completed in 107 milliseconds