Searched defs:IS_I2S_CPOL (Results 1 – 2 of 2) sorted by relevance
456 #define IS_I2S_CPOL(__CPOL__) (((__CPOL__) == I2S_POLARITY_LOW) || \ macro
350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ macro