Searched refs:BF_SSP (Results 1 – 2 of 2) sorted by relevance
46 val |= BF_SSP(clock_divide, TIMING_CLOCK_DIVIDE); in mxs_ssp_set_clk_rate()47 val |= BF_SSP(clock_rate, TIMING_CLOCK_RATE); in mxs_ssp_set_clk_rate()
111 #define BF_SSP(value, field) (((value) << BP_SSP_##field) & BM_SSP_##field) macro