Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-xlp.c52 #define XLP_GPIO_REGSZ 32 macro
72 pos = gpio % XLP_GPIO_REGSZ; in xlp_gpio_get_reg()
73 regset = (gpio / XLP_GPIO_REGSZ) * 4; in xlp_gpio_get_reg()
81 pos = gpio % XLP_GPIO_REGSZ; in xlp_gpio_set_reg()
82 regset = (gpio / XLP_GPIO_REGSZ) * 4; in xlp_gpio_set_reg()
194 if (regoff != gpio / XLP_GPIO_REGSZ) { in xlp_gpio_generic_handler()
195 regoff = gpio / XLP_GPIO_REGSZ; in xlp_gpio_generic_handler()
199 if (gpio_stat & BIT(gpio % XLP_GPIO_REGSZ)) in xlp_gpio_generic_handler()