Searched refs:SFSPI_SCKDIV_MASK (Results 1 – 1 of 1) sorted by relevance
110 #define SFSPI_SCKDIV_MASK 0xfff macro215 sckdiv = (howmany(sc->freq >> 1, freq) - 1) & SFSPI_SCKDIV_MASK; in sfspi_setup()