Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-pxa.c96 MMP_GPIO = 0x10, enumerator
136 .type = MMP_GPIO,
176 return (type & MMP_GPIO) == 0; in gpio_is_pxa_type()
181 return (type & MMP_GPIO) != 0; in gpio_is_mmp_type()
549 case MMP_GPIO: in pxa_gpio_nums()