Searched full:dirout (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/gpio/ |
H A 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";
|
/linux/drivers/gpio/ |
H A 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 …]
|
H A 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/Documentation/devicetree/bindings/mfd/ |
H A D | brcm,bcm6358-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
H A D | brcm,bcm6328-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
H A D | brcm,bcm6318-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
H A D | brcm,bcm63268-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
H A D | brcm,bcm6362-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
H A D | brcm,bcm6368-gpio-sysctl.yaml | 73 reg-names = "dirout", "dat";
|
/linux/drivers/pinctrl/nuvoton/ |
H A 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/arch/arm64/boot/dts/broadcom/bcmbca/ |
H A D | bcm4908.dtsi | 343 reg-names = "dirout", "dat";
|
/linux/include/linux/gpio/ |
H A D | driver.h | 706 void __iomem *clr, void __iomem *dirout, void __iomem *dirin,
|