Home
last modified time | relevance | path

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

12

/linux/Documentation/ABI/testing/
H 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
H A Dsysfs-bus-iio59 Specific Absorption Rate (SAR) limits are honored.
/linux/drivers/platform/x86/intel/int1092/
H 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/drivers/dma/
H A Dtxx9dmac.h72 u64 SAR; /* Source Address Register */ member
82 u32 SAR; member
206 u64 SAR; member
212 u32 SAR; member
H A Dtxx9dmac.c287 " CHAR: %#llx SAR: %#llx DAR: %#llx CNTR: %#x" in txx9dmac_dump_regs()
290 channel64_readq(dc, SAR), in txx9dmac_dump_regs()
299 " CHAR: %#x SAR: %#x DAR: %#x CNTR: %#x" 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()
474 (u64)desc->CHAR, desc->SAR, desc->DAR, desc->CNTR); in txx9dmac_dump_desc()
479 (u64)desc->CHAR, desc->SAR, desc->DAR, desc->CNTR, in txx9dmac_dump_desc()
487 d->CHAR, d->SAR, d->DAR, d->CNTR); in txx9dmac_dump_desc()
492 d->CHAR, d->SAR, in txx9dmac_dump_desc()
[all...]
H A Dpl330.c339 SAR = 0, enumerator
732 dst == SAR ? "SAR" : (dst == DAR ? "DAR" : "CCR"), val); in _emit_MOV()
1399 /* DMAMOV SAR, x->src_addr */ in _setup_xfer()
1400 off += _emit_MOV(dry_run, &buf[off], SAR, x->src_addr); in _setup_xfer()
2399 /* If DMAMOV hasn't finished yet, SAR/DAR can be zero */ in pl330_get_current_xferred_count()
/linux/arch/sh/include/asm/
H A Ddma-register.h14 #define SAR 0x00 /* Source Address Register */ macro
/linux/drivers/i2c/busses/
H A Di2c-rcar.c74 #define SAR BIT(0) /* slave addr received */ macro
670 if (ssr_filtered & SAR) { in rcar_i2c_slave_irq()
675 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq()
682 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq()
686 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq()
694 rcar_i2c_write(priv, ICSIER, SAR); in rcar_i2c_slave_irq()
1043 rcar_i2c_write(priv, ICSIER, SAR); in rcar_reg_slave()
/linux/Documentation/hwmon/
H A Dadm1266.rst20 integrated 12 bit SAR ADC, accessed using a PMBus interface.
/linux/Documentation/translations/zh_TW/arch/parisc/
H A Dregisters.rst29 CR11 按照ABI的規定(SAR
/linux/Documentation/translations/zh_CN/arch/parisc/
H A Dregisters.rst29 CR11 按照ABI的规定(SAR
/linux/drivers/iio/proximity/
H A DKconfig45 tristate "TYHX HX9023S SAR sensor"
51 Say Y here to build a driver for TYHX HX9023S capacitive SAR sensor.
53 SAR sensors. This sensors is used for proximity detection applications.
/linux/drivers/dma/sh/
H 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/
H A Dcoprocessor.S152 /* Save remaining registers a1-a3 and SAR */
179 ssl a3 # SAR: 32 - coprocessor_number
H A Dentry.S97 * We save SAR (used to calculate WMASK), and WB and WS (we don't have to
135 /* Save SAR and turn off single stepping */
230 /* WINDOWBASE still in SAR! */
289 /* Save SAR and turn off single stepping */
595 ssr a2 # preserve user's WB in the SAR
739 /* Restore PC, SAR */
1247 /* Save a3, a4 and SAR on stack. */
1294 ssr a0 # save in SAR for later.
1393 /* Advance PC, restore registers and SAR, and return from exception. */
1556 rsr a3, sar # WB is still in SAR
[all...]
/linux/arch/sh/drivers/dma/
H A Ddma-sh.c217 * It's important that we don't accidentally write any value to SAR/DAR in sh_dmac_xfer_dma()
227 * SAR and DAR, regardless of value, in order for cascading to work. in sh_dmac_xfer_dma()
231 __raw_writel(chan->sar, (dma_base_addr(chan->chan) + SAR)); in sh_dmac_xfer_dma()
/linux/drivers/dma/dw/
H A Dregs.h40 DW_REG(SAR); /* Source Address Register */
154 #define DWC_CTLL_SRC_INC (0<<9) /* SAR update/not */
H A Dcore.c131 " SAR: 0x%x DAR: 0x%x LLP: 0x%x CTL: 0x%x:%08x\n", in dwc_dump_chan_regs()
132 channel_readl(dwc, SAR), in dwc_dump_chan_regs()
161 channel_writel(dwc, SAR, lli_read(desc, sar)); in dwc_do_single_block()
/linux/arch/arm/mach-omap2/
H A Dsleep44xx.S148 ldreq r0, [r8, #L2X0_SAVE_OFFSET0] @ Retrieve L2 state from SAR
237 * stored in the SAR RAM while entering to OFF or DORMANT mode.
/linux/Documentation/arch/parisc/
H A Dregisters.rst19 CR11 as specified by ABI (SAR)
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-clearfog-gtr.dtsi50 47 - Control isolation of boot sensitive SAR signals
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst1509 On some newer Thinkpads we need to set SAR value based on the antenna
1511 and set the corresponding SAR value, as is required for FCC certification.
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst790 - Extended SAR
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt1132 7: SAR
/linux/
H A DCREDITS4166 D: Driver for Interphase ATM (i)Chip SAR adapter card family (x575, x525, x531).

12