Home
last modified time | relevance | path

Searched full:alp (Results 1 – 20 of 20) sorted by relevance

/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml356 alp:
359 description: Represents the alternate low-power channel (ALP).
370 Specifies the CRx pin(s) associated with the ALP in no particular
381 Specifies the CTx pin(s) associated with the ALP in no particular
388 description: Specifies the ALP's ATI fine fractional divider.
394 description: Specifies the ALP's ATI coarse fractional multiplier.
400 description: Specifies the ALP's ATI coarse fractional divider.
406 description: Specifies the ALP's ATI compensation divider.
412 description: Specifies the ALP's ATI target.
419 description: Specifies the ALP's ATI base.
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm53573-ilp.txt10 ILP's rate has to be calculated on runtime and it depends on ALP clock
19 - clocks: has to reference an ALP clock
32 clocks = <&alp>;
/linux/include/linux/bcma/
H A Dbcma_regs.h8 #define BCMA_CLKCTLST_FORCEALP 0x00000001 /* Force ALP request */
11 #define BCMA_CLKCTLST_HAVEALPREQ 0x00000008 /* ALP available request */
17 #define BCMA_CLKCTLST_HAVEALP 0x00010000 /* ALP available */
19 #define BCMA_CLKCTLST_BP_ON_ALP 0x00040000 /* RO: running on ALP clock */
H A Dbcma_driver_chipcommon.h246 #define BCMA_CC_SYSCLKCTL_FORCEALP 0x00000008 /* Force ALP (or HT if ALPen is not set */
333 #define BCMA_CC_PMU_CTL_ALPREQEN 0x00000080 /* ALP req enable */
345 #define BCMA_CC_PMU_STAT_HAVEALP 0x00000008 /* ALP available */
470 /* ALP clock on pre-PMU chips */
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Daiutils.h55 #define CCS_FORCEALP 0x00000001 /* force ALP request */
58 #define CCS_ALPAREQ 0x00000008 /* ALP Avail Request */
63 #define CCS_ALPAVAIL 0x00010000 /* ALP is available */
65 #define CCS_BP_ON_APL 0x00040000 /* RO: running on ALP clock */
72 /* ALP avail in chipc and pcmcia on 4328a0 */
H A Dpmu.c55 /* ALP clock on pre-PMU chips */
143 /* Read the latched number of ALP ticks per 4 ILP ticks */ in si_pmu_measure_alpclk()
153 /* Calculate ALP frequency */ in si_pmu_measure_alpclk()
H A Daiutils.c69 /* Force ALP (or HT if ALPen is not set */
H A Dmain.c120 /* rfdisable delay timer 500 ms, runs of ALP clock */
1231 * on backplane, but mac core will still run on ALP(not HT) when in brcms_b_clkctl_clk()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53573.dtsi64 alp: oscillator { label
123 clocks = <&alp>;
260 clocks = <&alp>;
/linux/include/linux/ssb/
H A Dssb_driver_chipcommon.h172 #define SSB_CHIPCO_SYSCLKCTL_FORCEALP 0x00000008 /* Force ALP (or HT if ALPen is not set */
190 #define SSB_CHIPCO_CLKCTLST_FORCEALP 0x00000001 /* Force ALP request */
193 #define SSB_CHIPCO_CLKCTLST_HAVEALPREQ 0x00000008 /* ALP available request */
196 #define SSB_CHIPCO_CLKCTLST_HAVEALP 0x00010000 /* ALP available */
224 #define SSB_CHIPCO_PMU_CTL_ALPREQEN 0x00000080 /* ALP req enable */
234 #define SSB_CHIPCO_PMU_STAT_HAVEALP 0x00000008 /* ALP available */
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_drv.h34 #define RCAR_DU_FEATURE_NO_BLENDING BIT(5) /* PnMR.SPIM does not have ALP nor EOR bits */
/linux/drivers/iio/light/
H A Dacpi-als.c70 * and ALP can all be handled by acpi_als_read_value() below, while the ALR is
/linux/Documentation/scsi/
H A Daic79xx.rst66 Adaptec SCSI Card 29320ALP Single Channel 64-bit Low Profile 7901B
83 - Add 29320ALP and 39320B Id's.
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.h82 /* ChipClockCSR (ALP/HT ctl/status) */
/linux/drivers/bcma/
H A Ddriver_chipcommon.c101 /* 4706 CC and PMU watchdogs are clocked at 1/4 of ALP in bcma_chipco_watchdog_ticks_per_ms()
H A Ddriver_chipcommon_pmu.c344 bcma_warn(bus, "No ALP clock specified for %04X device, pmu rev. %d, using default %d Hz\n", in bcma_pmu_get_alp_clock()
/linux/drivers/ssb/
H A Ddriver_chipcommon_pmu.c639 dev_err(cc->dev->dev, "ERROR: PMU alp clock unknown for device %04X\n", in ssb_pmu_get_alp_clock()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c106 "Adaptec 29320ALP PCIx Ultra320 SCSI adapter",
/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c2449 * The 3032 supports sglists by using the 3 addr/len pairs (ALP)
2451 * each contain 5 ALPs. The last ALP of the IOCB (3rd) or OAL (5th)
2452 * will be used to point to an OAL when more ALP entries are required.
/linux/drivers/input/touchscreen/
H A Diqs7211.c100 [IQS7211_REG_GRP_ALP] = "alp",
2280 * operated in low-power mode and intends to express an ALP event. in iqs7211_report()