Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Domap-gpmc.c1080 waitpin->polarity = p->wait_pin_polarity; in gpmc_alloc_waitpin()
1083 if (p->wait_pin_polarity != waitpin->polarity || in gpmc_alloc_waitpin()
1954 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_INVALID) { in gpmc_cs_program_settings()
1957 if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_LOW) in gpmc_cs_program_settings()
1959 else if (p->wait_pin_polarity == GPMC_WAITPINPOLARITY_ACTIVE_HIGH) in gpmc_cs_program_settings()
2055 p->wait_pin_polarity = GPMC_WAITPINPOLARITY_INVALID; in gpmc_read_settings_dt()
2064 &p->wait_pin_polarity)) { in gpmc_read_settings_dt()
2065 if (p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_HIGH && in gpmc_read_settings_dt()
2066 p->wait_pin_polarity != GPMC_WAITPINPOLARITY_ACTIVE_LOW) { in gpmc_read_settings_dt()
2068 __func__, p->wait_pin_polarity); in gpmc_read_settings_dt()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dgpmc-omap.h159 u32 wait_pin_polarity; member