Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sunplus-sp7021.c64 #define SP7021_CLK_MASK GENMASK(31, 16) macro
293 pspim->xfer_conf &= ~SP7021_CLK_MASK; in sp7021_spi_setup_clk()
294 pspim->xfer_conf |= FIELD_PREP(SP7021_CLK_MASK, clk_sel); in sp7021_spi_setup_clk()