Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c46 #define CLOCK_CNT_HIGH_SHIFT 6 macro
47 #define CLOCK_CNT_HIGH_MASK (0x3f << CLOCK_CNT_HIGH_SHIFT)
234 value |= (((n + 1) / 2 - 1) << CLOCK_CNT_HIGH_SHIFT) & in meson_spifc_set_speed()
/openbmc/linux/drivers/spi/
H A Dspi-meson-spifc.c48 #define CLOCK_CNT_HIGH_SHIFT 6 macro
49 #define CLOCK_CNT_HIGH_MASK (0x3f << CLOCK_CNT_HIGH_SHIFT)
178 value |= (((n + 1) / 2 - 1) << CLOCK_CNT_HIGH_SHIFT) & in meson_spifc_setup_speed()