Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dsmsc_sio1007.c73 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_config()
75 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_config()
97 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_get_value()
99 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_get_value()
116 if (gpio >= GPIO_NUM_PER_GROUP) { in sio1007_gpio_set_value()
118 gpio -= GPIO_NUM_PER_GROUP; in sio1007_gpio_set_value()
/openbmc/u-boot/include/
H A Dsmsc_sio1007.h59 #define GPIO_NUM_PER_GROUP 8 macro
61 #define SIO1007_GPIO_NUM (GPIO_NUM_PER_GROUP * GPIO_GROUP_NUM)