Searched refs:wait_pin_polarity (Results 1 – 2 of 2) sorted by relevance
1070 waitpin->polarity = p->wait_pin_polarity; in gpmc_alloc_waitpin() 1073 if (p->wait_pin_polarity != waitpin->polarity || in gpmc_alloc_waitpin() 1927 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_INVALID) { in gpmc_cs_program_settings() 1930 if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_LOW) in gpmc_cs_program_settings() 1932 else if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_HIGH) in gpmc_cs_program_settings() 2028 p->wait_pin_polarity = GPMC_WAITPINPOLARITY_INVALID; in gpmc_read_settings_dt() 2037 &p->wait_pin_polarity)) { in gpmc_read_settings_dt() 2038 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_HIGH && in gpmc_read_settings_dt() 2039 p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_LOW) { in gpmc_read_settings_dt() 2041 __func__, p->wait_pin_polarity); in gpmc_read_settings_dt() [all...]
159 u32 wait_pin_polarity; member