Searched refs:SUNXI_GPG (Results 1 - 3 of 3) sorted by path

/u-boot/arch/arm/mach-sunxi/
H A Dboard.c158 sunxi_gpio_set_cfgpin(SUNXI_GPG(3), SUN5I_GPG_UART1);
159 sunxi_gpio_set_cfgpin(SUNXI_GPG(4), SUN5I_GPG_UART1);
160 sunxi_gpio_set_pull(SUNXI_GPG(4), SUNXI_GPIO_PULL_UP);
179 sunxi_gpio_set_cfgpin(SUNXI_GPG(6), SUN8I_GPG_UART1);
180 sunxi_gpio_set_cfgpin(SUNXI_GPG(7), SUN8I_GPG_UART1);
181 sunxi_gpio_set_pull(SUNXI_GPG(7), SUNXI_GPIO_PULL_UP);
/u-boot/board/sunxi/
H A Dboard.c350 for (pin = SUNXI_GPG(0); pin <= SUNXI_GPG(5); pin++) {
358 for (pin = SUNXI_GPG(3); pin <= SUNXI_GPG(8); pin++) {
365 for (pin = SUNXI_GPG(0); pin <= SUNXI_GPG(5); pin++) {
372 for (pin = SUNXI_GPG(0); pin <= SUNXI_GPG(5); pin++) {
/u-boot/include/
H A Dsunxi_gpio.h95 #define SUNXI_GPG(_nr) (SUNXI_GPIO_G_START + (_nr)) macro

Completed in 124 milliseconds