Searched full:dirout (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | brcm,bcm63xx-gpio.yaml | 19 BCM6338 have 8-bit data and dirout registers, where GPIO state can be read 22 and dirout registers, where GPIO state can be read and/or written, and the 50 - const: dirout 66 reg-names = "dirout", "dat";
|
D | gpio-mmio.yaml | 72 - dirout 112 reg-names = "dirout", "dat";
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-mmio.c | 482 * - an output direction register (named "dirout") where a 1 bit 539 void __iomem *dirout, in bgpio_setup_direction() argument 543 if (dirout || dirin) { in bgpio_setup_direction() 544 gc->reg_dir_out = dirout; in bgpio_setup_direction() 587 * @dirout: MMIO address for the register to set the line as OUTPUT. It is assumed 600 void __iomem *clr, void __iomem *dirout, void __iomem *dirin, in bgpio_init() argument 631 ret = bgpio_setup_direction(gc, dirout, dirin, flags); in bgpio_init() 723 void __iomem *dirout; in bgpio_pdev_probe() local 758 dirout = bgpio_map(pdev, "dirout", sz); in bgpio_pdev_probe() 759 if (IS_ERR(dirout)) in bgpio_pdev_probe() [all …]
|
D | gpio-dwapb.c | 505 void __iomem *dat, *set, *dirout; in dwapb_gpio_add_port() local 520 dirout = gpio->regs + GPIO_SWPORTA_DDR + pp->idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_add_port() 523 err = bgpio_init(&port->gc, gpio->dev, 4, dat, set, NULL, dirout, in dwapb_gpio_add_port()
|
D | gpio-amd8111.c | 136 dev_dbg(&agp->pdev->dev, "Dirout gpio %d, value %d, reg=%02x\n", offset, !!value, temp); in amd_gpio_dirout()
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | brcm,bcm6358-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
D | brcm,bcm6318-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
D | brcm,bcm6328-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
D | brcm,bcm63268-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
D | brcm,bcm6362-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
D | brcm,bcm6368-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
/linux-6.12.1/drivers/pinctrl/nuvoton/ |
D | pinctrl-wpcm450.c | 1039 void __iomem *dirout = NULL; in wpcm450_gpio_register() local 1067 dirout = pctrl->gpio_base + bank->cfg0; in wpcm450_gpio_register() 1072 dat, set, NULL, dirout, NULL, flags); in wpcm450_gpio_register()
|
/linux-6.12.1/arch/arm64/boot/dts/broadcom/bcmbca/ |
D | bcm4908.dtsi | 343 reg-names = "dirout", "dat";
|
/linux-6.12.1/include/linux/gpio/ |
D | driver.h | 706 void __iomem *clr, void __iomem *dirout, void __iomem *dirin,
|