Home
last modified time | relevance | path

Searched refs:_xadc_write_adc_reg (Results 1 – 3 of 3) sorted by relevance

/drivers/iio/adc/
Dxilinx-xadc-events.c150 ret = _xadc_write_adc_reg(xadc, XADC_REG_CONF1, cfg); in xadc_write_event_config()
231 ret = _xadc_write_adc_reg(xadc, XADC_REG_THRESHOLD(offset + 4), in xadc_write_event_value()
238 ret = _xadc_write_adc_reg(xadc, XADC_REG_THRESHOLD(offset), val); in xadc_write_event_value()
Dxilinx-xadc.h99 static inline int _xadc_write_adc_reg(struct xadc *xadc, unsigned int reg, in _xadc_write_adc_reg() function
123 ret = _xadc_write_adc_reg(xadc, reg, val); in xadc_write_adc_reg()
Dxilinx-xadc-core.c604 return _xadc_write_adc_reg(xadc, reg, (tmp & ~mask) | val); in _xadc_update_adc_reg()