Searched refs:SNOR_PROTO_1_1_1 (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-tiny.c | 588 SNOR_PROTO_1_1_1); in spi_nor_init_params() 594 SNOR_PROTO_1_1_1); in spi_nor_init_params() 725 nor->reg_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 726 nor->read_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 727 nor->write_proto = SNOR_PROTO_1_1_1; in spi_nor_scan()
|
H A D | spi-nor-core.c | 1868 nor->read_proto = SNOR_PROTO_1_1_1; in spi_nor_read_sfdp() 2428 SNOR_PROTO_1_1_1); in spi_nor_init_params() 2434 SNOR_PROTO_1_1_1); in spi_nor_init_params() 2458 SPINOR_OP_PP, SNOR_PROTO_1_1_1); in spi_nor_init_params() 2798 nor->reg_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 2799 nor->read_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 2800 nor->write_proto = SNOR_PROTO_1_1_1; in spi_nor_scan()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | otp.c | 51 nor->read_proto = SNOR_PROTO_1_1_1; in spi_nor_otp_read_secr() 97 nor->write_proto = SNOR_PROTO_1_1_1; in spi_nor_otp_write_secr()
|
H A D | debugfs.c | 37 case SNOR_PROTO_1_1_1: return "1S-1S-1S"; in spi_nor_protocol_name()
|
H A D | core.c | 3021 SNOR_PROTO_1_1_1); in spi_nor_init_default_params() 3026 SNOR_PROTO_1_1_1); in spi_nor_init_default_params() 3030 SPINOR_OP_PP, SNOR_PROTO_1_1_1); in spi_nor_init_default_params() 3128 nor->reg_proto = SNOR_PROTO_1_1_1; in spi_nor_set_octal_dtr() 3479 nor->reg_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 3480 nor->read_proto = SNOR_PROTO_1_1_1; in spi_nor_scan() 3481 nor->write_proto = SNOR_PROTO_1_1_1; in spi_nor_scan()
|
H A D | spansion.c | 270 ret = spi_nor_read_id(nor, 0, 0, buf, SNOR_PROTO_1_1_1); in cypress_nor_octal_dtr_dis() 697 SPINOR_OP_PP_4B, SNOR_PROTO_1_1_1); in s28hx_t_post_sfdp_fixup()
|
H A D | micron-st.c | 111 ret = spi_nor_read_id(nor, 0, 0, buf, SNOR_PROTO_1_1_1); in micron_st_nor_octal_dtr_dis()
|
H A D | sfdp.c | 1086 SPINOR_OP_PP_4B, SNOR_PROTO_1_1_1); in spi_nor_parse_4bait()
|
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 160 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1), enumerator
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 195 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1), enumerator
|
/openbmc/linux/drivers/mtd/spi-nor/controllers/ |
H A D | nxp-spifi.c | 241 case SNOR_PROTO_1_1_1: in nxp_spifi_setup_memory_cmd()
|
H A D | hisi-sfc.c | 128 case SNOR_PROTO_1_1_1: in hisi_spi_nor_get_if_type()
|