Searched refs:CLOCK_DIV_SHIFT (Results 1 – 2 of 2) sorted by relevance
44 #define CLOCK_DIV_SHIFT 12 macro45 #define CLOCK_DIV_MASK (0x3f << CLOCK_DIV_SHIFT)232 value = (n << CLOCK_DIV_SHIFT) & CLOCK_DIV_MASK; in meson_spifc_set_speed()
46 #define CLOCK_DIV_SHIFT 12 macro47 #define CLOCK_DIV_MASK (0x3f << CLOCK_DIV_SHIFT)176 value = (n << CLOCK_DIV_SHIFT) & CLOCK_DIV_MASK; in meson_spifc_setup_speed()