Searched refs:_xadc_write_adc_reg (Results 1 – 3 of 3) sorted by relevance
/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 150 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()
|
D | xilinx-xadc.h | 99 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()
|
D | xilinx-xadc-core.c | 604 return _xadc_write_adc_reg(xadc, reg, (tmp & ~mask) | val); in _xadc_update_adc_reg()
|