• Home
  • Raw
  • Download

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()
1403 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_handler() local
1416 for_each_set_bit(intr_line, &pending, community->nirqs) { in chv_gpio_irq_handler()
1473 const struct intel_community *community = &pctrl->communities[0]; in chv_init_irq_valid_mask() local
1487 if (intsel >= community->nirqs) in chv_init_irq_valid_mask()
1495 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_init_hw() local
1506 * Mask all interrupts the community is able to generate in chv_gpio_irq_init_hw()
1509 chv_pctrl_writel(pctrl, CHV_INTMASK, GENMASK(31, community->nirqs)); in chv_gpio_irq_init_hw()
1521 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_add_pin_ranges() local
1525 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1526 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges()
1541 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_probe() local
1589 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
1590 gpp = &community->gpps[i]; in chv_gpio_probe()
1626 struct intel_community *community; in chv_pinctrl_probe() local
1650 community = &pctrl->communities[0]; in chv_pinctrl_probe()
1651 community->regs = devm_platform_ioremap_resource(pdev, 0); in chv_pinctrl_probe()
1652 if (IS_ERR(community->regs)) in chv_pinctrl_probe()
1653 return PTR_ERR(community->regs); in chv_pinctrl_probe()
1655 community->pad_regs = community->regs + FAMILY_PAD_REGS_OFF; in chv_pinctrl_probe()
1691 community->acpi_space_id, in chv_pinctrl_probe()
1705 const struct intel_community *community = &pctrl->communities[0]; in chv_pinctrl_remove() local
1708 community->acpi_space_id, in chv_pinctrl_remove()