Home
last modified time | relevance | path

Searched refs:SAR (Results 1 – 25 of 43) sorted by relevance

12

/linux/Documentation/ABI/testing/
A Dsysfs-driver-intc_sar7 Specific Absorption Rate (SAR) regulatory mode is typically
11 the current SAR regulatory mode on the Dynamic SAR driver using
14 from the Dynamic SAR driver.
32 This sysfs entry is used to retrieve Dynamic SAR information
33 emitted/maintained by a BIOS that supports Dynamic SAR.
44 level using the Band/Antenna/SAR table index information.
48 given host. The regulatory mode configured on Dynamic SAR
/linux/drivers/platform/x86/intel/int1092/
A DKconfig7 M.2 modem to regulate the RF power based on SAR data obtained from the
9 to SAR driver. The front end application in userspace will interact with SAR
11 SAR table index and use available communication like MBIM interface to enable
13 given platform needs to support "Dynamic SAR" configuration for a modem available
/linux/Documentation/devicetree/bindings/input/
A Diqs62x-keys.yaml72 | 10 | SAR Active*** | x | | x | | |
74 | 11 | SAR Quick Rel.*** | x | | x | | |
76 | 12 | SAR Movement*** | x | | x | | |
78 | 13 | SAR Filter Halt*** | x | | x | | |
84 * Two-channel SAR. Replaces CH0-2 plus metal touch and proximity events
88 *** One-channel SAR. Replaces CH0-2 touch and proximity events if enabled
/linux/drivers/dma/
A Dtxx9dmac.h72 u64 SAR; /* Source Address Register */ member
82 u32 SAR; member
206 u64 SAR; member
212 u32 SAR; member
A Dtxx9dmac.c290 channel64_readq(dc, SAR), in txx9dmac_dump_regs()
302 channel32_readl(dc, SAR), in txx9dmac_dump_regs()
316 channel_writeq(dc, SAR, 0); in txx9dmac_reset_chan()
320 channel_writel(dc, SAR, 0); in txx9dmac_reset_chan()
492 d->CHAR, d->SAR, d->DAR, d->CNTR, in txx9dmac_dump_desc()
755 desc->hwdesc.SAR = src + offset; in txx9dmac_prep_dma_memcpy()
761 desc->hwdesc32.SAR = src + offset; in txx9dmac_prep_dma_memcpy()
842 desc->hwdesc.SAR = mem; in txx9dmac_prep_slave_sg()
845 desc->hwdesc.SAR = ds->rx_reg; in txx9dmac_prep_slave_sg()
851 desc->hwdesc32.SAR = mem; in txx9dmac_prep_slave_sg()
[all …]
/linux/Documentation/devicetree/bindings/iio/proximity/
A Dawinic,aw96103.yaml14 The specific absorption rate (SAR) is a metric that measures
20 power of the antenna to keep the SAR within a safe range. Therefore,
21 we also refer to the proximity sensor as a SAR sensor.
/linux/Documentation/devicetree/bindings/sound/
A Dnuvoton,nau8824.yaml84 configuration. SAR value is calculated as
85 SAR = 255 * MICBIAS / SAR_VOLTAGE * R / (2000 + R) where MICBIAS is
120 SAR compare time.
131 SAR sampling time.
A Dnuvoton,nau8825.yaml90 configuration. SAR value is calculated as
91 SAR = 255 * MICBIAS / SAR_VOLTAGE * R / (2000 + R) where MICBIAS is
126 SAR compare time.
137 SAR sampling time.
/linux/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad7291.yaml7 title: AD7291 8-Channel, I2C, 12-Bit SAR ADC with Temperature Sensor
13 Analog Devices AD7291 8-Channel I2C 12-Bit SAR ADC with Temperature Sensor
A Drockchip-saradc.yaml7 title: Rockchip Successive Approximation Register (SAR) A/D Converter
A Damlogic,meson-saradc.yaml7 title: Amlogic Meson SAR (Successive Approximation Register) A/D converter
/linux/arch/sh/include/asm/
A Ddma-register.h14 #define SAR 0x00 /* Source Address Register */ macro
/linux/drivers/net/wireless/ath/ath9k/
A DKconfig86 TX99 support enables Specific Absorption Rate (SAR) testing.
87 SAR is the unit of measurement for the amount of radio frequency(RF)
89 limits used are expressed in the terms of SAR, which is a measure
94 governmental SAR regulations.
/linux/drivers/i2c/busses/
A Di2c-rcar.c74 #define SAR BIT(0) /* slave addr received */ macro
666 if (ssr_filtered & SAR) { in rcar_i2c_slave_irq()
671 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq()
675 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq()
679 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq()
686 rcar_i2c_write(priv, ICSIER, SAR); in rcar_i2c_slave_irq()
1033 rcar_i2c_write(priv, ICSIER, SAR); in rcar_reg_slave()
/linux/Documentation/devicetree/bindings/clock/
A Dmvebu-core-clock.txt4 reading the Sample-At-Reset (SAR) register. The core clock consumer should
67 - reg : shall be the register address of the Sample-At-Reset (SAR) register
/linux/Documentation/hwmon/
A Dadm1266.rst20 integrated 12 bit SAR ADC, accessed using a PMBus interface.
/linux/Documentation/translations/zh_CN/arch/parisc/
A Dregisters.rst29 CR11 按照ABI的规定(SAR
/linux/Documentation/translations/zh_TW/arch/parisc/
A Dregisters.rst29 CR11 按照ABI的規定(SAR
/linux/drivers/iio/proximity/
A DKconfig36 tristate "TYHX HX9023S SAR sensor"
42 Say Y here to build a driver for TYHX HX9023S capacitive SAR sensor.
44 SAR sensors. This sensors is used for proximity detection applications.
/linux/drivers/dma/sh/
A Dshdmac.c37 #define SAR 0x00 /* Source Address Register */ macro
216 sh_dmae_writel(sh_chan, hw->sar, SAR); in dmae_set_reg()
459 u32 sar_buf = sh_dmae_readl(sh_chan, SAR); in sh_dmae_desc_completed()
/linux/arch/xtensa/kernel/
A Dcoprocessor.S179 ssl a3 # SAR: 32 - coprocessor_number
/linux/arch/sh/drivers/dma/
A Ddma-sh.c231 __raw_writel(chan->sar, (dma_base_addr(chan->chan) + SAR)); in sh_dmac_xfer_dma()
/linux/drivers/dma/dw/
A Dregs.h40 DW_REG(SAR); /* Source Address Register */
/linux/Documentation/devicetree/bindings/mfd/
A Drohm,bd71828-pmic.yaml62 BD71827 and BD71828 have SAR ADC for measuring charging currents.
A Drohm,bd71815-pmic.yaml57 BD71827 and BD71828 have SAR ADC for measuring charging currents.

Completed in 46 milliseconds

12