Lines Matching full:tmp513
3 * Driver for Texas Instruments TMP512, TMP513 power monitor chips
5 * TMP513:
8 * Datasheet: https://www.ti.com/lit/gpn/tmp513
58 // TMP513 specific register definition
156 tmp512, tmp513 enumerator
588 if (data->id == tmp513) { in tmp51x_init()
605 { "tmp513", tmp513 },
616 .compatible = "ti,tmp513",
617 .data = (void *)tmp513
677 (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
679 memcpy(data->nfactor, nfactor, (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
701 data->temp_config = (data->id == tmp513) ? in tmp51x_configure()