Searched refs:gpp (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/pinctrl/intel/ |
D | pinctrl-intel.c | 158 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local 172 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host() 173 offset = community->padown_offset + padgrp->padown_num * 4 + gpp * 4; in intel_pad_owned_by_host() 1040 unsigned int gpp, gpp_offset, is_offset; in intel_gpio_irq_ack() local 1042 gpp = padgrp->reg_num; in intel_gpio_irq_ack() 1044 is_offset = community->is_offset + gpp * 4; in intel_gpio_irq_ack() 1061 unsigned int gpp, gpp_offset; in intel_gpio_irq_mask_unmask() local 1066 gpp = padgrp->reg_num; in intel_gpio_irq_mask_unmask() 1069 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask() 1070 is = community->regs + community->is_offset + gpp * 4; in intel_gpio_irq_mask_unmask() [all …]
|
D | pinctrl-cherryview.c | 1598 const struct intel_padgroup *gpp; in chv_gpio_add_pin_ranges() local 1602 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges() 1603 ret = gpiochip_add_pin_range(chip, dev_name(dev), gpp->base, gpp->base, gpp->size); in chv_gpio_add_pin_ranges() 1616 const struct intel_padgroup *gpp; in chv_gpio_probe() local 1657 gpp = &community->gpps[i]; in chv_gpio_probe() 1660 gpp->base, gpp->size); in chv_gpio_probe() 1661 irq_base += gpp->size; in chv_gpio_probe()
|
/linux-6.1.9/tools/perf/util/ |
D | s390-cpumsf-kernel.h | 29 unsigned long long gpp; /* Guest Program Parameter */ member
|
D | s390-cpumsf.c | 262 local.gpp = be64toh(basicp->gpp); in s390_cpumsf_basic_show() 279 basic->hpp, basic->gpp); in s390_cpumsf_basic_show() 523 else if (basic->gpp || basic->prim_asn != 0xffff) in s390_cpumsf_make_event()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | cpu_mf.h | 118 unsigned long long gpp; /* Guest Program Parameter */ member
|
/linux-6.1.9/Documentation/networking/device_drivers/wwan/ |
D | t7xx.rst | 120 - https://www.3gpp.org/DynaReport/27007.htm
|
/linux-6.1.9/Documentation/driver-api/tty/ |
D | n_gsm.rst | 10 https://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | s3c64xx-pinctrl.dtsi | 116 gpp: gpp-gpio-bank { label
|
/linux-6.1.9/Documentation/networking/ |
D | gtp.rst | 45 publicly via the 3GPP website at http://www.3gpp.org/DynaReport/29060.htm
|
/linux-6.1.9/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1125 if (basic->gpp || basic->prim_asn != 0xffff) in perf_push_sample()
|