Home
last modified time | relevance | path

Searched full:moortec (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dmoortec,mr75203.yaml4 $id: http://devicetree.org/schemas/hwmon/moortec,mr75203.yaml#
7 title: Moortec Semiconductor MR75203 PVT Controller bindings
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-v6.1/drivers/hwmon/
Dmr75203.c6 * (MR75203) which is used to configure & control Moortec embedded
637 ret = device_property_read_u8_array(dev, "moortec,vm-active-channels", in pvt_get_active_channel()
641 * Incase "moortec,vm-active-channels" property is not defined, in pvt_get_active_channel()
664 * Example - 3 VMs, "moortec,vm_active_ch" = <5 2 4>: in pvt_get_active_channel()
695 /* Get number of channels configured in "moortec,vm-pre-scaler-x2". */ in pvt_get_pre_scaler()
696 num_ch = device_property_count_u8(dev, "moortec,vm-pre-scaler-x2"); in pvt_get_pre_scaler()
706 ret = device_property_read_u8_array(dev, "moortec,vm-pre-scaler-x2", in pvt_get_pre_scaler()
729 ret = device_property_read_u32(dev, "moortec,ts-series", &series); in pvt_set_temp_coeff()
755 device_property_read_u32(dev, "moortec,ts-coeff-h", &ts_coeff->h); in pvt_set_temp_coeff()
756 device_property_read_u32(dev, "moortec,ts-coeff-g", &ts_coeff->g); in pvt_set_temp_coeff()
[all …]
DKconfig1216 tristate "Moortec Semiconductor MR75203 PVT Controller"
1219 If you say yes here you get support for Moortec MR75203
/Linux-v6.1/Documentation/hwmon/
Dsparx5-temp.rst22 Moortec IP.
/Linux-v6.1/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml830 "^moortec,.*":
831 description: Moortec Semiconductor Ltd.