Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sn-f-ospi.c529 static const u8 width_available[] = { 0, 1, 2, 4, 8 }; in f_ospi_supports_op_width() local
538 for (j = 0; j < ARRAY_SIZE(width_available); j++) { in f_ospi_supports_op_width()
539 if (width_op[i] == width_available[j]) { in f_ospi_supports_op_width()