Searched refs:CLK_SEL_MSK (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/soc/qcom/ | ||
H A D | geni-se.h | 143 #define CLK_SEL_MSK GENMASK(2, 0) macro |
/linux/drivers/spi/ | ||
H A D | spi-geni-qcom.c | 383 clk_sel = idx & CLK_SEL_MSK; in geni_spi_set_clock_and_bw() |