Home
last modified time | relevance | path

Searched refs:gpp (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.c202 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local
216 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()
217 offset = community->padown_offset + padgrp->padown_num * 4 + gpp * 4; in intel_pad_owned_by_host()
1131 unsigned int gpp, gpp_offset; in intel_gpio_irq_ack() local
1134 gpp = padgrp->reg_num; in intel_gpio_irq_ack()
1137 is = community->regs + community->is_offset + gpp * 4; in intel_gpio_irq_ack()
1154 unsigned int gpp, gpp_offset; in intel_gpio_irq_mask_unmask() local
1158 gpp = padgrp->reg_num; in intel_gpio_irq_mask_unmask()
1161 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1162 is = community->regs + community->is_offset + gpp * in intel_gpio_irq_mask_unmask()
1291 unsigned int gpp, gpp_offset; intel_gpio_irq() local
1322 unsigned int gpp; intel_gpio_irq_init() local
1817 unsigned int gpp; intel_pinctrl_suspend_noirq() local
1846 intel_restore_hostown(struct intel_pinctrl * pctrl,unsigned int c,void __iomem * base,unsigned int gpp,u32 saved) intel_restore_hostown() argument
1868 intel_restore_intmask(struct intel_pinctrl * pctrl,unsigned int c,void __iomem * base,unsigned int gpp,u32 saved) intel_restore_intmask() argument
1927 unsigned int gpp; intel_pinctrl_resume_noirq() local
[all...]
H A Dpinctrl-cherryview.c1525 const struct intel_padgroup *gpp; in chv_gpio_add_pin_ranges() local
1529 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1530 ret = gpiochip_add_pin_range(chip, dev_name(dev), gpp->base, gpp->base, gpp->size); in chv_gpio_add_pin_ranges()
1543 const struct intel_padgroup *gpp; in chv_gpio_probe() local
1584 gpp = &community->gpps[i]; in chv_gpio_probe()
1587 gpp->base, gpp->size); in chv_gpio_probe()
1588 irq_base += gpp in chv_gpio_probe()
[all...]
/linux/tools/perf/util/
H A Ds390-cpumsf-kernel.h29 unsigned long long gpp; /* Guest Program Parameter */ member
H A Ds390-cpumsf.c263 local.gpp = be64toh(basicp->gpp); in s390_cpumsf_basic_show()
280 basic->hpp, basic->gpp); in s390_cpumsf_basic_show()
525 else if (basic->gpp || basic->prim_asn != 0xffff) in s390_cpumsf_make_event()
/linux/arch/s390/include/asm/
H A Dcpu_mf.h119 unsigned long long gpp; /* Guest Program Parameter */ member
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst10 https://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
/linux/arch/arm/boot/dts/samsung/
H A Ds3c64xx-pinctrl.dtsi116 gpp: gpp-gpio-bank { label
/linux/Documentation/networking/device_drivers/wwan/
H A Dt7xx.rst204 - https://www.3gpp.org/DynaReport/27007.htm
/linux/Documentation/networking/
H A Dgtp.rst45 publicly via the 3GPP website at http://www.3gpp.org/DynaReport/29060.htm
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1060 if (basic->gpp || basic->prim_asn != 0xffff) in perf_push_sample()