Lines Matching full:iproc
7 * This file contains the Broadcom Iproc GPIO driver that supports 3
8 * GPIO controllers on Iproc including the ASIU GPIO controller, the
82 * Iproc GPIO core
85 * @base: I/O register base for Iproc GPIO controller
86 * @io_ctrl: I/O register base for certain type of Iproc GPIO controller that
132 * Iproc GPIO register
134 * @chip: Iproc GPIO device
305 * Request the Iproc IOMUX pinmux controller to mux individual pins to GPIO
312 /* not all Iproc GPIO pins can be muxed individually */ in iproc_gpio_request()
395 * Mapping of the iProc PINCONF parameters to the generic pin configuration
731 * Iproc GPIO controller supports some PINCONF related configurations such as
772 { .compatible = "brcm,iproc-gpio" },
776 { .compatible = "brcm,iproc-nsp-gpio" },
777 { .compatible = "brcm,iproc-stingray-gpio" },
793 if (of_device_is_compatible(dev->of_node, "brcm,iproc-nsp-gpio")) in iproc_gpio_probe()
797 "brcm,iproc-stingray-gpio")) in iproc_gpio_probe()
917 .name = "iproc-gpio",