Searched refs:GPIO_REG_OFFSET_V2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-dwapb.c | 58 #define GPIO_REG_OFFSET_V2 1 macro 133 if (gpio->flags & GPIO_REG_OFFSET_V2) in gpio_reg_convert() 664 { .compatible = "apm,xgene-gpio-v2", .data = (void *)GPIO_REG_OFFSET_V2}, 672 {"APMC0D81", GPIO_REG_OFFSET_V2},
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-dwapb.c | 56 #define GPIO_REG_OFFSET_V2 1 macro 144 if ((gpio->flags & GPIO_REG_OFFSET_MASK) == GPIO_REG_OFFSET_V2) in gpio_reg_convert() 684 { .compatible = "apm,xgene-gpio-v2", .data = (void *)GPIO_REG_OFFSET_V2}, 692 {"APMC0D81", GPIO_REG_OFFSET_V2},
|
Completed in 4 milliseconds