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