Lines Matching full:community

81  * struct intel_community_context - community context for Cherryview
270 * Southwest community can generate GPIO interrupts only for the first 8
364 * North community can generate GPIO interrupts only for the first 8
573 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_readl() local
575 return readl(community->regs + offset); in chv_pctrl_readl()
580 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_writel() local
581 void __iomem *reg = community->regs + offset; in chv_pctrl_writel()
591 const struct intel_community *community = &pctrl->communities[0]; in chv_padreg() local
597 return community->pad_regs + offset + reg; in chv_padreg()
1303 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_set_intr_line() local
1336 for (i = community->nirqs - 1; i >= 0; i--) { in chv_gpio_set_intr_line()
1429 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_handler() local
1442 for_each_set_bit(intr_line, &pending, community->nirqs) { in chv_gpio_irq_handler()
1504 const struct intel_community *community = &pctrl->communities[0]; in chv_init_irq_valid_mask() local
1518 if (intsel >= community->nirqs) in chv_init_irq_valid_mask()
1526 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_init_hw() local
1537 * Mask all interrupts the community is able to generate in chv_gpio_irq_init_hw()
1540 chv_pctrl_writel(pctrl, CHV_INTMASK, GENMASK(31, community->nirqs)); in chv_gpio_irq_init_hw()
1553 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_add_pin_ranges() local
1557 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1558 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1571 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_probe() local
1612 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
1613 gpp = &community->gpps[i]; in chv_gpio_probe()
1650 struct intel_community *community; in chv_pinctrl_probe() local
1675 community = &pctrl->communities[0]; in chv_pinctrl_probe()
1676 community->regs = devm_platform_ioremap_resource(pdev, 0); in chv_pinctrl_probe()
1677 if (IS_ERR(community->regs)) in chv_pinctrl_probe()
1678 return PTR_ERR(community->regs); in chv_pinctrl_probe()
1680 community->pad_regs = community->regs + FAMILY_PAD_REGS_OFF; in chv_pinctrl_probe()
1720 community->acpi_space_id, in chv_pinctrl_probe()
1734 const struct intel_community *community = &pctrl->communities[0]; in chv_pinctrl_remove() local
1737 community->acpi_space_id, in chv_pinctrl_remove()