Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/adc/
Dxilinx-xadc.h86 static inline int _xadc_read_adc_reg(struct xadc *xadc, unsigned int reg, in _xadc_read_adc_reg() function
106 ret = _xadc_read_adc_reg(xadc, reg, val); in xadc_read_adc_reg()
Dxilinx-xadc-events.c141 ret = _xadc_read_adc_reg(xadc, XADC_REG_CONF1, &cfg); in xadc_write_event_config()
Dxilinx-xadc-core.c561 ret = _xadc_read_adc_reg(xadc, reg, &tmp); in _xadc_update_adc_reg()