Searched full:moortec (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | moortec,mr75203.yaml | 4 $id: http://devicetree.org/schemas/hwmon/moortec,mr75203.yaml# 7 title: Moortec Semiconductor MR75203 PVT Controller 13 A Moortec PVT (Process, Voltage, Temperature) monitoring logic design can 15 Such a design will usually consists of several Moortec's embedded analog IPs, 16 and a single Moortec controller (mr75203) to configure and control the IPs. 18 Some of the Moortec's analog hard IPs that can be used in a design: 40 const: moortec,mr75203 73 moortec,vm-active-channels: 82 moortec,vm-pre-scaler-x2: 94 moortec,ts-series: [all …]
|
/linux/drivers/hwmon/ |
H A D | mr75203.c | 6 * (MR75203) which is used to configure & control Moortec embedded 638 ret = device_property_read_u8_array(dev, "moortec,vm-active-channels", in pvt_get_active_channel() 642 * Incase "moortec,vm-active-channels" property is not defined, in pvt_get_active_channel() 665 * Example - 3 VMs, "moortec,vm_active_ch" = <5 2 4>: in pvt_get_active_channel() 696 /* Get number of channels configured in "moortec,vm-pre-scaler-x2". */ in pvt_get_pre_scaler() 697 num_ch = device_property_count_u8(dev, "moortec,vm-pre-scaler-x2"); in pvt_get_pre_scaler() 707 ret = device_property_read_u8_array(dev, "moortec,vm-pre-scaler-x2", in pvt_get_pre_scaler() 730 ret = device_property_read_u32(dev, "moortec,ts-series", &series); in pvt_set_temp_coeff() 756 device_property_read_u32(dev, "moortec,ts-coeff-h", &ts_coeff->h); in pvt_set_temp_coeff() 757 device_property_read_u32(dev, "moortec,ts-coeff-g", &ts_coeff->g); in pvt_set_temp_coeff() [all …]
|
H A D | Kconfig | 1354 tristate "Moortec Semiconductor MR75203 PVT Controller" 1357 If you say yes here you get support for Moortec MR75203
|
/linux/Documentation/hwmon/ |
H A D | sparx5-temp.rst | 22 Moortec IP.
|