Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-mmio.c527 if (!(flags & BGPIOF_UNREADABLE_REG_SET) && in bgpio_setup_io()
658 !(flags & BGPIOF_UNREADABLE_REG_SET)) in bgpio_init()
/linux-6.15/include/linux/gpio/
H A Ddriver.h745 #define BGPIOF_UNREADABLE_REG_SET BIT(1) /* reg_set is unreadable */ macro