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

/linux-4.1.27/drivers/gpio/
H A Dgpio-max730x.c44 #define PIN_CONFIG_MASK 0x03 macro
71 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits)) max7301_direction_input()
108 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits)) max7301_direction_output()
132 & PIN_CONFIG_MASK; max7301_get()
H A Dgpio-mc33880.c36 #define PIN_CONFIG_MASK 0x03 macro

Completed in 100 milliseconds