Searched refs:cs_bits (Results 1 – 1 of 1) sorted by relevance
296 u32 cs_bits, max_bits_per_word; in sifive_spi_probe() local355 cs_bits = sifive_spi_read(spi, SIFIVE_SPI_REG_CSDEF); in sifive_spi_probe()357 if (!cs_bits) { in sifive_spi_probe()363 num_cs = ilog2(cs_bits) + 1; in sifive_spi_probe()
Completed in 3 milliseconds