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

/freebsd-11-stable/sys/arm/ti/twl/
H A Dtwl_clks.c124 uint8_t sub_dev; /* the sub-device number for the clock */ member in struct:twl_clk_entry
173 return (twl_read(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, val, 1));
180 return (twl_write(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, &val, 1));
465 new->sub_dev = nsub;
H A Dtwl_vreg.c217 uint8_t sub_dev; /* TWL sub-device group */ member in struct:twl_regulator_entry
268 return (twl_read(sc->sc_pdev, regulator->sub_dev,
276 return (twl_write(sc->sc_pdev, regulator->sub_dev,
838 new->sub_dev = nsub;

Completed in 60 milliseconds