Searched refs:PIN_CONFIG_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-max730x.c41 #define PIN_CONFIG_MASK 0x03 macro
68 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
105 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
129 & PIN_CONFIG_MASK;
H A Dgpio-mc33880.c24 #define PIN_CONFIG_MASK 0x03 macro

Completed in 115 milliseconds