Searched +full:tc +full:- +full:resistor (Results  1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/rtc/ | 
| H A D | abracon,abx80x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - linux-rtc@vger.kernel.org
 17       must perform auto-detection from ID register.
 19       - abracon,abx80x
 20       - abracon,ab0801
 21       - abracon,ab0803
 22       - abracon,ab0804
 23       - abracon,ab0805
 [all …]
 
 | 
| H A D | adi,max31335.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Antoniu Miclaus <antoniu.miclaus@analog.com>
 13   Analog Devices MAX31335 I2C RTC ±2ppm Automotive Real-Time Clock with
 17   - $ref: rtc.yaml#
 22       - adi,max31331
 23       - adi,max31335
 31   "#clock-cells":
 36   adi,tc-diode:
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | imx8mq-hummingboard-pulse.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3  * Copyright (C) 2018 Jon Nettleton <jon@solid-run.com>
 6 /dts-v1/;
 8 #include "dt-bindings/usb/pd.h"
 9 #include "imx8mq-sr-som.dtsi"
 13 	compatible = "solidrun,hummingboard-pulse", "fsl,imx8mq";
 16 		stdout-path = &uart1;
 19 	reg_usdhc2_vmmc: regulator-usdhc2-vmmc {
 20 		compatible = "regulator-fixed";
 21 		pinctrl-names = "default";
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/ti/ | 
| H A D | k3-am642-hummingboard-t.dts | 1 // SPDX-License-Identifier: GPL-2.0+3  * Copyright (C) 2023 Josua Mayer <josua@solid-run.com>
 5  * DTS for SolidRun AM642 HummingBoard-T,
 10 /dts-v1/;
 12 #include <dt-bindings/leds/common.h>
 13 #include <dt-bindings/phy/phy.h>
 15 #include "k3-am642.dtsi"
 16 #include "k3-am642-sr-som.dtsi"
 19 	model = "SolidRun AM642 HummingBoard-T";
 20 	compatible = "solidrun,am642-hummingboard-t", "solidrun,am642-sr-som", "ti,am642";
 [all …]
 
 | 
| /linux/drivers/rtc/ | 
| H A D | rtc-abx80x.c | 1 // SPDX-License-Identifier: GPL-2.06  * Copyright 2014-2015 Macq S.A.
 135 		dev_err(&client->dev, "Unable to write configuration key\n");  in abx80x_write_config_key()
 136 		return -EIO;  in abx80x_write_config_key()
 148 		dev_err(&client->dev,  in abx80x_is_rc_mode()
 166 		return -EIO;  in abx80x_enable_trickle_charger()
 172 		dev_err(&client->dev, "Unable to write trickle register\n");  in abx80x_enable_trickle_charger()
 173 		return -EIO;  in abx80x_enable_trickle_charger()
 197 			return -EINVAL;  in abx80x_rtc_read_time()
 204 		dev_err(&client->dev, "Unable to read date\n");  in abx80x_rtc_read_time()
 [all …]
 
 | 
| H A D | rtc-max31335.c | 1 // SPDX-License-Identifier: GPL-2.016 #include <linux/clk-provider.h>
 260 	const struct chip_desc *chip = max31335->chip;  in max31335_volatile_reg()
 263 	if (reg >= chip->sec_reg && reg < chip->sec_reg + MAX31335_TIME_SIZE)  in max31335_volatile_reg()
 267 	if (reg == chip->int_status_reg)  in max31335_volatile_reg()
 271 	if (chip->temp_reg && (reg == chip->temp_reg || reg == chip->temp_reg + 1))  in max31335_volatile_reg()
 290 	ret = regmap_bulk_read(max31335->regmap, max31335->chip->sec_reg, date,  in max31335_read_time()
 295 	tm->tm_sec  = bcd2bin(date[0] & 0x7f);  in max31335_read_time()
 296 	tm->tm_min  = bcd2bin(date[1] & 0x7f);  in max31335_read_time()
 297 	tm->tm_hour = bcd2bin(date[2] & 0x3f);  in max31335_read_time()
 [all …]
 
 | 
| /linux/drivers/net/ethernet/sfc/ | 
| H A D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */4  * Copyright 2009-2018 Solarflare Communications Inc.
 5  * Copyright 2019-2020 Xilinx Inc.
 13 /* Power-on reset state */
 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
 38 /* The rest of these are firmware-defined */
 46 /* Values to be written to the per-port status dword in shared
 71  *               |                      |   \--- Response
 72  *               |                      \------- Error
 73  *               \------------------------------ Resync (always set)
 [all …]
 
 | 
| /linux/drivers/net/ethernet/sfc/siena/ | 
| H A D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */4  * Copyright 2009-2018 Solarflare Communications Inc.
 5  * Copyright 2019-2020 Xilinx Inc.
 13 /* Power-on reset state */
 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
 38 /* The rest of these are firmware-defined */
 46 /* Values to be written to the per-port status dword in shared
 71  *               |                      |   \--- Response
 72  *               |                      \------- Error
 73  *               \------------------------------ Resync (always set)
 [all …]
 
 |