Searched refs:fmt_len (Results 1 – 1 of 1) sorted by relevance
35 uint32_t fmt_len; in spi_config() local75 fmt_len = SPI_WORD_SIZE_GET(operation); in spi_config()76 if (fmt_len > SF_FMT_LEN_MASK) { in spi_config()81 fmt_len = fmt_len << SF_FMT_LEN; in spi_config()82 fmt_len &= SF_FMT_LEN_MASK; in spi_config()83 sys_set_mask(SPI_REG(dev, REG_FMT), SF_FMT_LEN_MASK, fmt_len); in spi_config()