Home
last modified time | relevance | path

Searched refs:GPIO_NUM_PER_GROUP (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dsmsc_sio1007.c74 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_config()
76 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_config()
98 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_get_value()
100 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_get_value()
117 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_set_value()
119 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_set_value()
/rk3399_rockchip-uboot/include/
H A Dsmsc_sio1007.h60 #define GPIO_NUM_PER_GROUP 8 macro
62 #define SIO1007_GPIO_NUM (GPIO_NUM_PER_GROUP * GPIO_GROUP_NUM)