npcm             1504 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1506 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		&npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK];
npcm             1527 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c static int npcm7xx_set_drive_strength(struct npcm7xx_pinctrl *npcm,
npcm             1532 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		&npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK];
npcm             1562 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1564 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	dev_dbg(npcm->dev, "group size: %d\n", ARRAY_SIZE(npcm7xx_groups));
npcm             1590 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1592 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	dev_dbg(npcm->dev, "dt_node_to_map: %s\n", np_config->name);
npcm             1640 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1642 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	dev_dbg(npcm->dev, "set_mux: %d, %d[%s]\n", function, group,
npcm             1645 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	npcm7xx_setfunc(npcm->gcr_regmap, npcm7xx_groups[group].pins,
npcm             1655 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1658 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		dev_err(npcm->dev, "invalid range\n");
npcm             1662 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		dev_err(npcm->dev, "invalid gpiochip\n");
npcm             1666 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	npcm7xx_setfunc(npcm->gcr_regmap, &offset, 1, fn_gpio);
npcm             1676 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1679 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	virq = irq_find_mapping(npcm->domain, offset);
npcm             1689 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1691 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		&npcm->gpio_bank[offset / NPCM7XX_GPIO_PER_BANK];
npcm             1719 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1721 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		&npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK];
npcm             1764 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		rc = npcm7xx_get_slew_rate(bank, npcm->gcr_regmap, pin);
npcm             1778 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c static int npcm7xx_config_set_one(struct npcm7xx_pinctrl *npcm,
npcm             1784 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		&npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK];
npcm             1819 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		return npcm7xx_set_slew_rate(bank, npcm->gcr_regmap, pin, arg);
npcm             1821 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		return npcm7xx_set_drive_strength(npcm, pin, arg);
npcm             1833 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev);
npcm             1837 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 		rc = npcm7xx_config_set_one(npcm, pin, *configs++);