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
63 // TMP513 specific register definition
161 tmp512, tmp513 enumerator
594 if (data->id == tmp513) { in tmp51x_init()
611 { "tmp513", tmp513 },
622 .compatible = "ti,tmp513",
623 .data = (void *)tmp513
683 (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
685 memcpy(data->nfactor, nfactor, (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
707 data->temp_config = (data->id == tmp513) ? in tmp51x_configure()