Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.c200 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local
221 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()
222 offset = padgrp->padown_num * 4 + gpp * 4; in intel_pad_owned_by_host()
1135 unsigned int gpp, gpp_offset; in intel_gpio_irq_ack() local
1138 gpp = padgrp->reg_num; in intel_gpio_irq_ack()
1141 is = community->regs + community->is_offset + gpp * 4; in intel_gpio_irq_ack()
1158 unsigned int gpp, gpp_offset; in intel_gpio_irq_mask_unmask() local
1162 gpp = padgrp->reg_num; in intel_gpio_irq_mask_unmask()
1165 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1166 is = community->regs + community->is_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
[all …]
H A Dpinctrl-intel-platform.c62 struct intel_padgroup *gpp, in intel_platform_pinctrl_prepare_group() argument
82 gpp->base = base; in intel_platform_pinctrl_prepare_group()
83 gpp->size = size; in intel_platform_pinctrl_prepare_group()
84 gpp->gpio_base = INTEL_GPIO_BASE_MATCH; in intel_platform_pinctrl_prepare_group()
134 struct intel_padgroup *gpp = &gpps[group]; in intel_platform_pinctrl_prepare_community() local
136 gpp->reg_num = group; in intel_platform_pinctrl_prepare_community()
138 ret = intel_platform_pinctrl_prepare_group(dev, child, gpp, pins); in intel_platform_pinctrl_prepare_community()
H A Dpinctrl-cherryview.c1517 const struct intel_padgroup *gpp; in chv_gpio_probe() local
1554 gpp = &community->gpps[i]; in chv_gpio_probe()
1557 gpp->base, gpp->size); in chv_gpio_probe()
1558 irq_base += gpp->size; in chv_gpio_probe()
/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/arch/arm/boot/dts/samsung/
H A Ds3c64xx-pinctrl.dtsi116 gpp: gpp-gpio-bank { label
/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/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.c1059 if (basic->gpp || basic->prim_asn != 0xffff) in perf_push_sample()