Lines Matching defs:mode
11 * Either of two modes is selectable: In 8-bit mode, only the state
13 * In 16-bit mode, an additional status byte is clocked out with
23 * If the chips are hardwired to 8-bit mode ("modesel" pulled high),
51 * @mode: current mode, 0 for 16-bit, 1 for 8-bit;
53 * to use the same mode
76 enum max3191x_mode mode;
121 return max3191x->mode == STATUS_BYTE_ENABLED ? 2 : 1;
137 if (max3191x->mode == STATUS_BYTE_ENABLED) {
198 if (max3191x->mode == STATUS_BYTE_DISABLED)
396 max3191x->mode = device_property_read_bool(dev, "maxim,modesel-8bit")
402 max3191x->modesel_pins->info, max3191x->mode);