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

/freebsd-13-stable/sys/arm/ti/twl/
H A Dtwl_clks.c122 uint8_t sub_dev; /* the sub-device number for the clock */ member in struct:twl_clk_entry
168 return (twl_read(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, val, 1));
175 return (twl_write(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, &val, 1));
451 new->sub_dev = nsub;
H A Dtwl_vreg.c218 uint8_t sub_dev; /* TWL sub-device group */ member in struct:twl_regulator_entry
265 return (twl_read(sc->sc_pdev, regulator->sub_dev,
273 return (twl_write(sc->sc_pdev, regulator->sub_dev,
822 new->sub_dev = nsub;

Completed in 58 milliseconds