Lines Matching full:community
77 * struct intel_community_context - community context for Cherryview
266 * Southwest community can generate GPIO interrupts only for the first 8
360 * North community can generate GPIO interrupts only for the first 8
569 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_readl() local
571 return readl(community->regs + offset); in chv_pctrl_readl()
576 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_writel() local
577 void __iomem *reg = community->regs + offset; in chv_pctrl_writel()
587 const struct intel_community *community = &pctrl->communities[0]; in chv_padreg() local
593 return community->pad_regs + offset + reg; in chv_padreg()
1398 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_handler() local
1411 for_each_set_bit(intr_line, &pending, community->nirqs) { in chv_gpio_irq_handler()
1467 const struct intel_community *community = &pctrl->communities[0]; in chv_init_irq_valid_mask() local
1481 if (intsel >= community->nirqs) in chv_init_irq_valid_mask()
1489 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_init_hw() local
1500 * Mask all interrupts the community is able to generate in chv_gpio_irq_init_hw()
1503 chv_pctrl_writel(pctrl, CHV_INTMASK, GENMASK(31, community->nirqs)); in chv_gpio_irq_init_hw()
1515 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_add_pin_ranges() local
1519 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1520 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1535 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_probe() local
1583 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
1584 gpp = &community->gpps[i]; in chv_gpio_probe()
1620 struct intel_community *community; in chv_pinctrl_probe() local
1645 community = &pctrl->communities[0]; in chv_pinctrl_probe()
1646 community->regs = devm_platform_ioremap_resource(pdev, 0); in chv_pinctrl_probe()
1647 if (IS_ERR(community->regs)) in chv_pinctrl_probe()
1648 return PTR_ERR(community->regs); in chv_pinctrl_probe()
1650 community->pad_regs = community->regs + FAMILY_PAD_REGS_OFF; in chv_pinctrl_probe()
1686 community->acpi_space_id, in chv_pinctrl_probe()
1700 const struct intel_community *community = &pctrl->communities[0]; in chv_pinctrl_remove() local
1703 community->acpi_space_id, in chv_pinctrl_remove()