Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dadi-axi-dac.c55 #define AXI_DAC_SCALE_SIGN BIT(15) macro
205 sign = FIELD_GET(AXI_DAC_SCALE_SIGN, raw); in axi_dac_scale_get()
315 raw = FIELD_PREP(AXI_DAC_SCALE_SIGN, 1); in axi_dac_scale_set()