Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/counter/
D104-quad-8.c186 #define POSITIVE_INDEX_POLARITY 0x1 macro
638 *polarity = (index_polarity == POSITIVE_INDEX_POLARITY) ? COUNTER_SIGNAL_POLARITY_POSITIVE : in quad8_polarity_read()
648 const u32 pol = (polarity == COUNTER_SIGNAL_POLARITY_POSITIVE) ? POSITIVE_INDEX_POLARITY : in quad8_polarity_write()