Lines Matching refs:community

571 	const struct intel_community *community = &pctrl->communities[0];  in chv_pctrl_readl()  local
573 return readl(community->regs + offset); in chv_pctrl_readl()
578 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_writel() local
579 void __iomem *reg = community->regs + offset; in chv_pctrl_writel()
589 const struct intel_community *community = &pctrl->communities[0]; in chv_padreg() local
595 return community->pad_regs + offset + reg; in chv_padreg()
1348 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_set_intr_line() local
1381 for (i = community->nirqs - 1; i >= 0; i--) { in chv_gpio_set_intr_line()
1473 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_handler() local
1486 for_each_set_bit(intr_line, &pending, community->nirqs) { in chv_gpio_irq_handler()
1548 const struct intel_community *community = &pctrl->communities[0]; in chv_init_irq_valid_mask() local
1562 if (intsel >= community->nirqs) in chv_init_irq_valid_mask()
1570 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_init_hw() local
1584 chv_pctrl_writel(pctrl, CHV_INTMASK, GENMASK(31, community->nirqs)); in chv_gpio_irq_init_hw()
1597 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_add_pin_ranges() local
1601 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1602 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1615 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_probe() local
1656 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
1657 gpp = &community->gpps[i]; in chv_gpio_probe()
1694 struct intel_community *community; in chv_pinctrl_probe() local
1720 community = &pctrl->communities[0]; in chv_pinctrl_probe()
1721 community->regs = devm_platform_ioremap_resource(pdev, 0); in chv_pinctrl_probe()
1722 if (IS_ERR(community->regs)) in chv_pinctrl_probe()
1723 return PTR_ERR(community->regs); in chv_pinctrl_probe()
1725 community->pad_regs = community->regs + FAMILY_PAD_REGS_OFF; in chv_pinctrl_probe()
1765 community->acpi_space_id, in chv_pinctrl_probe()
1779 const struct intel_community *community = &pctrl->communities[0]; in chv_pinctrl_remove() local
1782 community->acpi_space_id, in chv_pinctrl_remove()