Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dad525x_dpot.c250 DPOT_MAX_POS(dpot->devid)) | in dpot_write_spi()
255 DPOT_MAX_POS(dpot->devid)) | in dpot_write_spi()
702 data->max_pos = 1 << DPOT_MAX_POS(devid); in ad_dpot_probe()
H A Dad525x_dpot.h18 #define DPOT_MAX_POS(conf) ((conf >> 6) & 0xF) macro