Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/dac/
H A Dcio-dac.c37 #define CIO_DAC_BASE 0x00 macro
77 err = regmap_read(priv->map, CIO_DAC_BASE + offset, &dac_val); in cio_dac_read_raw()
99 return regmap_write(priv->map, CIO_DAC_BASE + offset, val); in cio_dac_write_raw()