Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-meson-spifc.c54 #define CLOCK_CNT_HIGH_SHIFT 6 macro
55 #define CLOCK_CNT_HIGH_MASK (0x3f << CLOCK_CNT_HIGH_SHIFT)
184 value |= (((n + 1) / 2 - 1) << CLOCK_CNT_HIGH_SHIFT) & in meson_spifc_setup_speed()