HomeSort by: relevance | last modified time | path
    Searched defs:add_i2c_device (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
ofw_patch.c 74 add_i2c_device(prop_array_t cfg, const char *name, const char *compat, function in typeref:typename:void
271 add_i2c_device(cfg, "dimm-spd", NULL, i, 0);
287 add_i2c_device(cfg, "hardware-monitor", "i2c-adm1026", 0x2e, 0);
289 add_i2c_device(cfg, "temperature-sensor", "i2c-lm75", 0x4e, 0);
302 add_i2c_device(cfg, "PSU-1", "ecadc", 0x48, node);
305 add_i2c_device(cfg, "PSU-2", "ecadc", 0x49, node);
308 add_i2c_device(cfg, "PSU-3", "ecadc", 0x4a, node);
311 add_i2c_device(cfg, "ambient", "i2c-lm75", 0x4d, node);
314 add_i2c_device(cfg, "CPU", "ecadc", 0x4f, node);
329 add_i2c_device(cfg, "PSU", "ecadc", 0x4a, node)
    [all...]
ofw_patch.c 74 add_i2c_device(prop_array_t cfg, const char *name, const char *compat, function in typeref:typename:void
271 add_i2c_device(cfg, "dimm-spd", NULL, i, 0);
287 add_i2c_device(cfg, "hardware-monitor", "i2c-adm1026", 0x2e, 0);
289 add_i2c_device(cfg, "temperature-sensor", "i2c-lm75", 0x4e, 0);
302 add_i2c_device(cfg, "PSU-1", "ecadc", 0x48, node);
305 add_i2c_device(cfg, "PSU-2", "ecadc", 0x49, node);
308 add_i2c_device(cfg, "PSU-3", "ecadc", 0x4a, node);
311 add_i2c_device(cfg, "ambient", "i2c-lm75", 0x4d, node);
314 add_i2c_device(cfg, "CPU", "ecadc", 0x4f, node);
329 add_i2c_device(cfg, "PSU", "ecadc", 0x4a, node)
    [all...]

Completed in 189 milliseconds