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()
1468 const struct intel_community *community = &pctrl->communities[0]; in chv_init_irq_valid_mask() local
1482 if (intsel >= community->nirqs) in chv_init_irq_valid_mask()
1490 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_init_hw() local
1501 * Mask all interrupts the community is able to generate in chv_gpio_irq_init_hw()
1504 chv_pctrl_writel(pctrl, CHV_INTMASK, GENMASK(31, community->nirqs)); in chv_gpio_irq_init_hw()
1516 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_add_pin_ranges() local
1520 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1521 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1536 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_probe() local
1584 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
1585 gpp = &community->gpps[i]; in chv_gpio_probe()
1621 struct intel_community *community; in chv_pinctrl_probe() local
1646 community = &pctrl->communities[0]; in chv_pinctrl_probe()
1647 community->regs = devm_platform_ioremap_resource(pdev, 0); in chv_pinctrl_probe()
1648 if (IS_ERR(community->regs)) in chv_pinctrl_probe()
1649 return PTR_ERR(community->regs); in chv_pinctrl_probe()
1651 community->pad_regs = community->regs + FAMILY_PAD_REGS_OFF; in chv_pinctrl_probe()
1687 community->acpi_space_id, in chv_pinctrl_probe()
1701 const struct intel_community *community = &pctrl->communities[0]; in chv_pinctrl_remove() local
1704 community->acpi_space_id, in chv_pinctrl_remove()