Searched full:alp (Results 1 – 20 of 20) sorted by relevance
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 356 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 D | brcm,bcm53573-ilp.txt | 10 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 D | bcma_regs.h | 8 #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 D | bcma_driver_chipcommon.h | 246 #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 D | aiutils.h | 55 #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 D | pmu.c | 55 /* 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 D | aiutils.c | 69 /* Force ALP (or HT if ALPen is not set */
|
H A D | main.c | 120 /* 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 D | bcm53573.dtsi | 64 alp: oscillator { label 123 clocks = <&alp>; 260 clocks = <&alp>;
|
/linux/include/linux/ssb/ |
H A D | ssb_driver_chipcommon.h | 172 #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 D | rcar_du_drv.h | 34 #define RCAR_DU_FEATURE_NO_BLENDING BIT(5) /* PnMR.SPIM does not have ALP nor EOR bits */
|
/linux/drivers/iio/light/ |
H A D | acpi-als.c | 70 * and ALP can all be handled by acpi_als_read_value() below, while the ALR is
|
/linux/Documentation/scsi/ |
H A D | aic79xx.rst | 66 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 D | sdio.h | 82 /* ChipClockCSR (ALP/HT ctl/status) */
|
/linux/drivers/bcma/ |
H A D | driver_chipcommon.c | 101 /* 4706 CC and PMU watchdogs are clocked at 1/4 of ALP in bcma_chipco_watchdog_ticks_per_ms()
|
H A D | driver_chipcommon_pmu.c | 344 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 D | driver_chipcommon_pmu.c | 639 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 D | aic79xx_pci.c | 106 "Adaptec 29320ALP PCIx Ultra320 SCSI adapter",
|
/linux/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.c | 2449 * 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 D | iqs7211.c | 100 [IQS7211_REG_GRP_ALP] = "alp", 2280 * operated in low-power mode and intends to express an ALP event. in iqs7211_report()
|