Searched refs:BIT_LOW_BIT (Results 1 – 4 of 4) sorted by relevance
55 unsigned char start_bit = (BIT_LOW_BIT(pin & 0xff) %4 )<<1; in pwm_set_pin()
109 unsigned char start_bit = (BIT_LOW_BIT(pin & 0xff) % 4) << 1; in hspi_set_pin_mux()164 unsigned char start_bit = (BIT_LOW_BIT(pin & 0xff) %4) << 1; in pspi_set_pin_mux()
261 unsigned char start_bit = (BIT_LOW_BIT(pin & 0xff) %4 )<<1; in audio_i2s_set_pin_mux()
50 #define BIT_LOW_BIT(y) (((y) & BIT(0))?0:(((y) & BIT(1))?1:(((y) & BIT(2))?2:(((y) & BIT(3))?3: \ macro82 #define MV(m, v) (((v) << BIT_LOW_BIT(m)) & (m))