Searched refs:CLOCK_DIV_SHIFT (Results 1 – 1 of 1) sorted by relevance
52 #define CLOCK_DIV_SHIFT 12 macro53 #define CLOCK_DIV_MASK (0x3f << CLOCK_DIV_SHIFT)182 value = (n << CLOCK_DIV_SHIFT) & CLOCK_DIV_MASK; in meson_spifc_setup_speed()