Searched refs:MAX6650_CFG_MODE_MASK (Results 1 – 1 of 1) sorted by relevance
86 #define MAX6650_CFG_MODE_MASK 0x30 macro197 if (mode == (config & MAX6650_CFG_MODE_MASK)) in max6650_set_operating_mode()200 config = (config & ~MAX6650_CFG_MODE_MASK) | mode; in max6650_set_operating_mode()413 int mode = (data->config & MAX6650_CFG_MODE_MASK) >> 4; in get_enable()