Searched refs:CC_GPIO_NPINS (Results 1 – 2 of 2) sorted by relevance
146 #define CC_GPIO_NPINS 32 macro148 ((_pin) >= 0 && (_pin) < CC_GPIO_NPINS)150 ((_num) <= CC_GPIO_NPINS && CC_GPIO_NPINS - (_num) >= _first)
237 *maxpin = CC_GPIO_NPINS-1; in chipc_gpio_pin_max()468 if (first_pin >= CC_GPIO_NPINS) in chipc_gpio_pin_access_32()473 num_pins = CC_GPIO_NPINS - first_pin; in chipc_gpio_pin_access_32()