Searched refs:gpp (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel.c168 unsigned int gpp, offset, gpp_offset; local
182 gpp = PADOWN_GPP(gpp_offset);
183 offset = community->padown_offset + padgrp->padown_num * 4 + gpp * 4;
1025 unsigned int gpp, gpp_offset; local
1028 gpp = padgrp->reg_num;
1031 is = community->regs + community->is_offset + gpp * 4;
1048 unsigned int gpp, gpp_offset; local
1052 gpp = padgrp->reg_num;
1055 reg = community->regs + community->ie_offset + gpp * 4;
1056 is = community->regs + community->is_offset + gpp *
1178 unsigned int gpp; local
1184 unsigned int gpp, gpp_offset; local
1232 unsigned int gpp; local
1266 const struct intel_padgroup *gpp = &community->gpps[i]; local
1308 const struct intel_padgroup *gpp = &community->gpps[j]; local
1758 unsigned int gpp; local
1786 intel_restore_hostown(struct intel_pinctrl *pctrl, unsigned int c, void __iomem *base, unsigned int gpp, u32 saved) argument
1808 intel_restore_intmask(struct intel_pinctrl *pctrl, unsigned int c, void __iomem *base, unsigned int gpp, u32 saved) argument
1868 unsigned int gpp; local
[all...]
H A Dpinctrl-intel-platform.c62 struct intel_padgroup *gpp,
82 gpp->base = base;
83 gpp->size = size;
84 gpp->gpio_base = INTEL_GPIO_BASE_MATCH;
135 struct intel_padgroup *gpp = &gpps[group]; local
137 gpp->reg_num = group;
139 ret = intel_platform_pinctrl_prepare_group(dev, child, gpp, pins);
60 intel_platform_pinctrl_prepare_group(struct device *dev, struct fwnode_handle *child, struct intel_padgroup *gpp, struct intel_platform_pins *pins) argument
H A Dpinctrl-cherryview.c1523 const struct intel_padgroup *gpp; local
1527 gpp = &community->gpps[i];
1528 ret = gpiochip_add_pin_range(chip, dev_name(dev), gpp->base, gpp->base, gpp->size);
1541 const struct intel_padgroup *gpp; local
1582 gpp = &community->gpps[i];
1585 gpp->base, gpp->size);
1586 irq_base += gpp
[all...]
/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h29 unsigned long long gpp; /* Guest Program Parameter */ member in struct:hws_basic_entry
H A Ds390-cpumsf.c263 local.gpp = be64toh(basicp->gpp);
280 basic->hpp, basic->gpp);
524 else if (basic->gpp || basic->prim_asn != 0xffff)
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h117 unsigned long long gpp; /* Guest Program Parameter */ member in struct:hws_basic_entry
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1157 if (basic->gpp || basic->prim_asn != 0xffff)

Completed in 400 milliseconds