Searched refs:MAX_GPIO_REG_BITS (Results 1 – 2 of 2) sorted by relevance
21 #define MAX_GPIO_REG_BITS 32 macro36 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()37 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()53 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()54 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()67 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()68 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()84 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()85 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()
24 #define MAX_GPIO_REG_BITS 32 macro41 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()42 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_dir_chip()57 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()58 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_dir_chip()71 pos = pin / MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()72 bit = pin % MAX_GPIO_REG_BITS; in mt_set_gpio_out_chip()87 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_out_chip()88 bit = pin % MAX_GPIO_REG_BITS; in mt_get_gpio_out_chip()101 pos = pin / MAX_GPIO_REG_BITS; in mt_get_gpio_in_chip()[all …]