Home
last modified time | relevance | path

Searched refs:GPMC_CONFIG_WAITPINPOLARITY (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/memory/
H A Domap-gpmc.c137 #define GPMC_CONFIG_WAITPINPOLARITY(pin) (BIT(pin) << 8) macro
1958 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()