Home
last modified time | relevance | path

Searched full:dirout (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/gpio/
H A Dbrcm,bcm63xx-gpio.yaml19 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";
/linux/drivers/gpio/
H A Dgpio-mmio.c482 * - 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 …]
H A Dgpio-amd8111.c136 dev_dbg(&agp->pdev->dev, "Dirout gpio %d, value %d, reg=%02x\n", offset, !!value, temp); in amd_gpio_dirout()
/linux/Documentation/devicetree/bindings/mfd/
H A Dbrcm,bcm6358-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
H A Dbrcm,bcm6328-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
H A Dbrcm,bcm6318-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
H A Dbrcm,bcm63268-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
H A Dbrcm,bcm6362-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
H A Dbrcm,bcm6368-gpio-sysctl.yaml73 reg-names = "dirout", "dat";
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c1039 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/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908.dtsi343 reg-names = "dirout", "dat";
/linux/include/linux/gpio/
H A Ddriver.h706 void __iomem *clr, void __iomem *dirout, void __iomem *dirin,