Searched refs:GPMC_CONFIG_WAITPINPOLARITY (Results 1 – 1 of 1) sorted by relevance
138 #define GPMC_CONFIG_WAITPINPOLARITY(pin) (BIT(pin) << 8) macro1935 config1 &= ~GPMC_CONFIG_WAITPINPOLARITY(p->wait_pin); in gpmc_cs_program_settings()1937 config1 |= GPMC_CONFIG_WAITPINPOLARITY(p->wait_pin); in gpmc_cs_program_settings()