Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds