Searched refs:twl_write (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl.h35 int twl_write(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt);
H A Dtwl.c210 * twl_write - writes one or more registers to the TWL device
223 twl_write(device_t dev, uint8_t nsub, uint8_t reg, uint8_t *buf, uint16_t cnt) function
H A Dtwl_clks.c182 return (twl_write(sc->sc_pdev, clk->sub_dev, clk->reg_off + off, &val, 1));
H A Dtwl_vreg.c278 return (twl_write(sc->sc_pdev, regulator->sub_dev,

Completed in 119 milliseconds