Searched refs:sub_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/ti/twl/ |
H A D | twl_clks.c | 120 uint8_t sub_dev; /* the sub-device number for the clock */ member 166 return (twl_read(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, val, 1)); in twl_clks_read_1() 173 return (twl_write(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, &val, 1)); in twl_clks_write_1() 449 new->sub_dev = nsub; in twl_clks_add_clock()
|
H A D | twl_vreg.c | 216 uint8_t sub_dev; /* TWL sub-device group */ member 263 return (twl_read(sc->sc_pdev, regulator->sub_dev, in twl_vreg_read_1() 271 return (twl_write(sc->sc_pdev, regulator->sub_dev, in twl_vreg_write_1() 820 new->sub_dev = nsub; in twl_vreg_add_regulator()
|