HomeSort by: relevance | last modified time | path
    Searched defs:isel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
tps65217pmic.c 331 int isel, fdim, brightness; local in function:tps65217pmic_attach
347 if (prop_dictionary_get_int32(dict, "isel", &isel)) {
351 isel = -1;
390 if (isel != -1)
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
499 switch (isel) {
502 val |= ((isel - 1) << TPS65217PMIC_WLEDCTRL1_ISEL);
506 "WLED ISET selection is 1 or 2: isel %d\n", isel)
    [all...]
tps65217pmic.c 331 int isel, fdim, brightness; local in function:tps65217pmic_attach
347 if (prop_dictionary_get_int32(dict, "isel", &isel)) {
351 isel = -1;
390 if (isel != -1)
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
499 switch (isel) {
502 val |= ((isel - 1) << TPS65217PMIC_WLEDCTRL1_ISEL);
506 "WLED ISET selection is 1 or 2: isel %d\n", isel)
    [all...]
tps65217pmic.c 331 int isel, fdim, brightness; local in function:tps65217pmic_attach
347 if (prop_dictionary_get_int32(dict, "isel", &isel)) {
351 isel = -1;
390 if (isel != -1)
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
499 switch (isel) {
502 val |= ((isel - 1) << TPS65217PMIC_WLEDCTRL1_ISEL);
506 "WLED ISET selection is 1 or 2: isel %d\n", isel)
    [all...]

Completed in 79 milliseconds