Searched refs:wait_pin_polarity (Results 1 – 2 of 2) sorted by relevance
1074 waitpin->polarity = p->wait_pin_polarity; in gpmc_alloc_waitpin()1077 if (p->wait_pin_polarity != waitpin->polarity || in gpmc_alloc_waitpin()1933 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_INVALID) { in gpmc_cs_program_settings()1936 if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_LOW) in gpmc_cs_program_settings()1938 else if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_HIGH) in gpmc_cs_program_settings()2034 p->wait_pin_polarity = GPMC_WAITPINPOLARITY_INVALID; in gpmc_read_settings_dt()2043 &p->wait_pin_polarity)) { in gpmc_read_settings_dt()2044 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_HIGH && in gpmc_read_settings_dt()2045 p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_LOW) { in gpmc_read_settings_dt()2047 __func__, p->wait_pin_polarity); in gpmc_read_settings_dt()[all …]
159 u32 wait_pin_polarity; member