HomeSort by: relevance | last modified time | path
    Searched refs: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...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am335x-guardian.dts 263 isel = <1>; /* 1 - ISET1, 2 ISET2 */
am335x-pepper.dts 430 isel = <1>; /* ISET1 */

Completed in 12 milliseconds