read_proto 731 drivers/mtd/spi-nor/aspeed-smc.c if (chip->nor.read_proto == SNOR_PROTO_1_1_1) { read_proto 906 drivers/mtd/spi-nor/cadence-quadspi.c switch (nor->read_proto) { read_proto 250 drivers/mtd/spi-nor/hisi-sfc.c if_type = hisi_spi_nor_get_if_type(nor->read_proto); read_proto 117 drivers/mtd/spi-nor/mtk-quadspi.c switch (nor->read_proto) { read_proto 239 drivers/mtd/spi-nor/nxp-spifi.c switch (spifi->nor.read_proto) { read_proto 315 drivers/mtd/spi-nor/spi-nor.c op.cmd.buswidth = spi_nor_get_protocol_inst_nbits(nor->read_proto); read_proto 316 drivers/mtd/spi-nor/spi-nor.c op.addr.buswidth = spi_nor_get_protocol_addr_nbits(nor->read_proto); read_proto 318 drivers/mtd/spi-nor/spi-nor.c op.data.buswidth = spi_nor_get_protocol_data_nbits(nor->read_proto); read_proto 4179 drivers/mtd/spi-nor/spi-nor.c nor->read_proto = read->proto; read_proto 4670 drivers/mtd/spi-nor/spi-nor.c if (!(spi_nor_get_protocol_width(nor->read_proto) == 4 || read_proto 4843 drivers/mtd/spi-nor/spi-nor.c nor->read_proto = SNOR_PROTO_1_1_1; read_proto 585 include/linux/mtd/spi-nor.h enum spi_nor_protocol read_proto;