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

/u-boot/drivers/spi/
H A Dmeson_spifc.c48 #define CLOCK_CNT_HIGH_SHIFT 6 macro
49 #define CLOCK_CNT_HIGH_MASK (0x3f << CLOCK_CNT_HIGH_SHIFT)
236 value |= (((n + 1) / 2 - 1) << CLOCK_CNT_HIGH_SHIFT) &

Completed in 38 milliseconds