Searched refs:_xadc_write_adc_reg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | xilinx-xadc-events.c | 150 ret = _xadc_write_adc_reg(xadc, XADC_REG_CONF1, cfg); in xadc_write_event_config() 232 ret = _xadc_write_adc_reg(xadc, XADC_REG_THRESHOLD(offset + 4), in xadc_write_event_value() 239 ret = _xadc_write_adc_reg(xadc, XADC_REG_THRESHOLD(offset), val); in xadc_write_event_value()
|
H A D | xilinx-xadc.h | 92 static inline int _xadc_write_adc_reg(struct xadc *xadc, unsigned int reg, in _xadc_write_adc_reg() function 116 ret = _xadc_write_adc_reg(xadc, reg, val); in xadc_write_adc_reg()
|
H A D | xilinx-xadc-core.c | 565 return _xadc_write_adc_reg(xadc, reg, (tmp & ~mask) | val); in _xadc_update_adc_reg()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A 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()
|
H A 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()
|
H A D | xilinx-xadc-core.c | 604 return _xadc_write_adc_reg(xadc, reg, (tmp & ~mask) | val); in _xadc_update_adc_reg()
|
Completed in 6 milliseconds