Home
last modified time | relevance | path

Searched +full:chan +full:- +full:step +full:- +full:avg (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dti,am3359-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/ti,am3359-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <miquel.raynal@bootlin.com>
15 - enum:
16 - ti,am3359-adc
17 - ti,am4372-adc
18 - items:
19 - enum:
[all …]
/Linux-v6.1/drivers/iio/adc/
Dti_am335x_adc.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
27 #include <linux/dma-mapping.h>
33 struct dma_chan *chan; member
57 return readl(adc->mfd_tscadc->tscadc_base + reg); in tiadc_readl()
63 writel(val, adc->mfd_tscadc->tscadc_base + reg); in tiadc_writel()
70 step_en = ((1 << adc_dev->channels) - 1); in get_adc_step_mask()
71 step_en <<= TOTAL_STEPS - adc_dev->channels + 1; in get_adc_step_mask()
76 struct iio_chan_spec const *chan) in get_adc_chan_step_mask() argument
80 for (i = 0; i < ARRAY_SIZE(adc_dev->channel_step); i++) { in get_adc_chan_step_mask()
[all …]
Dtwl4030-madc.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * TWL4030 MADC module driver-This driver monitors the real time
8 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
9 * J Keerthy <j-keerthy@ti.com>
11 * Based on twl4030-madc.c
87 /* Step size and prescaler ratio */
112 u8 avg; member
118 * struct twl4030_madc_request - madc request packet for channel conversion
153 * struct twl4030_madc_data - a container for madc info
158 * @use_second_irq: IRQ selection (main or co-processor)
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dam335x-pocketbeagle.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
7 /dts-v1/;
10 #include "am335x-osd335x-common.dtsi"
14 compatible = "ti,am335x-pocketbeagle", "ti,am335x-bone", "ti,am33xx";
17 stdout-path = &uart0;
21 pinctrl-names = "default";
22 pinctrl-0 = <&usr_leds_pins>;
24 compatible = "gpio-leds";
29 linux,default-trigger = "heartbeat";
[all …]
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcore.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2019-2020 Realtek Corporation
36 #define RTW89_RSSI_RAW_TO_DBM(rssi) ((s8)((rssi) >> RSSI_FACTOR) - MAX_RSSI)
83 RTW89_CH_6G_BAND_IDX6, /* Ultra-high */
84 RTW89_CH_6G_BAND_IDX7, /* Ultra-high */
204 * RTW89_ADDR_CAM_SEC_ALL_UNI : 0 - 6 unicast
205 * RTW89_ADDR_CAM_SEC_NORMAL : 0 - 1 unicast, 2 - 4 group, 5 - 6 BIP
206 * RTW89_ADDR_CAM_SEC_4GROUP : 0 - 1 unicast, 2 - 5 group, 6 BIP
640 /* The follow-up are derived from the above. We must ensure that it
956 #define RTW89_TP_SHIFT 18 /* bytes/2s --> Mbps */
[all …]
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c1 // SPDX-License-Identifier: GPL-2.0-only
4 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
9 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
12 Extensions 0.26 package and copyright (c) 1997-2003 Jean Tourrilhes
16 Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen
18 Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi>
34 Tx - Commands and Data
84 There are two locks utilized. The first is the low level lock (priv->low_lock)
87 - Access to the Tx/Rx queue lists via priv->low_lock. The lists are as follows:
89 tx_free_list : Holds pre-allocated Tx buffers.
[all …]