Lines Matching refs:last_order
420 uint8_t last_order = 0; in max1125x_configure_chmap() local
431 if ((chmap1_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
432 last_order = chmap1_register[index] >> 2; in max1125x_configure_chmap()
440 if ((chmap0_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
441 last_order = chmap0_register[index] >> 2; in max1125x_configure_chmap()
447 last_order++; in max1125x_configure_chmap()
451 chmap0_register[2] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
454 chmap0_register[1] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
457 chmap0_register[0] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
460 chmap1_register[2] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
463 chmap1_register[1] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()
466 chmap1_register[0] = MAX1125X_CONFIG_CHMAP(last_order); in max1125x_configure_chmap()