Searched refs:SUNXI_GPN (Results 1 - 2 of 2) sorted by path

/u-boot/drivers/i2c/
H A Dsun8i_rsb.c167 sunxi_gpio_set_cfgpin(SUNXI_GPN(0), SUN9I_GPN_R_RSB);
168 sunxi_gpio_set_cfgpin(SUNXI_GPN(1), SUN9I_GPN_R_RSB);
169 sunxi_gpio_set_pull(SUNXI_GPN(0), 1);
170 sunxi_gpio_set_pull(SUNXI_GPN(1), 1);
171 sunxi_gpio_set_drv(SUNXI_GPN(0), 2);
172 sunxi_gpio_set_drv(SUNXI_GPN(1), 2);
/u-boot/include/
H A Dsunxi_gpio.h100 #define SUNXI_GPN(_nr) (SUNXI_GPIO_N_START + (_nr)) macro

Completed in 218 milliseconds