Searched refs:mix (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/w1-eeprom/
H A Dds2502.c49 u8 mix = (crc ^ data) & 1; local
52 if (mix)
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-board.c489 int mix; local
491 snprintf(name_buffer, sizeof(name_buffer), "mix%d", interface_index);
495 debug("ERROR: mix%d path not found in device tree\n",
498 mix = fdt_path_offset(fdt_addr, mix_path);
499 if (mix < 0) {
503 return mix;

Completed in 82 milliseconds