Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c45 #define CLOCK_DIV_MASK (0x3f << CLOCK_DIV_SHIFT) macro
232 value = (n << CLOCK_DIV_SHIFT) & CLOCK_DIV_MASK; in meson_spifc_set_speed()
/openbmc/linux/drivers/spi/
H A Dspi-meson-spifc.c47 #define CLOCK_DIV_MASK (0x3f << CLOCK_DIV_SHIFT) macro
176 value = (n << CLOCK_DIV_SHIFT) & CLOCK_DIV_MASK; in meson_spifc_setup_speed()