Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-mmio.c516 if (!(flags & BGPIOF_UNREADABLE_REG_SET) && in bgpio_setup_io()
635 !(flags & BGPIOF_UNREADABLE_REG_SET)) in bgpio_init()
/linux-5.19.10/include/linux/gpio/
Ddriver.h683 #define BGPIOF_UNREADABLE_REG_SET BIT(1) /* reg_set is unreadable */ macro