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

/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_clks.c126 uint8_t sub_dev; /* the sub-device number for the clock */ member in struct:twl_clk_entry
175 return (twl_read(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, val, 1));
182 return (twl_write(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, &val, 1));
467 new->sub_dev = nsub;
H A Dtwl_vreg.c219 uint8_t sub_dev; /* TWL sub-device group */ member in struct:twl_regulator_entry
270 return (twl_read(sc->sc_pdev, regulator->sub_dev,
278 return (twl_write(sc->sc_pdev, regulator->sub_dev,
840 new->sub_dev = nsub;

Completed in 56 milliseconds