Searched refs:spi_nor_read_id (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
H A D | macronix.c | 233 ret = spi_nor_read_id(nor, 4, 4, buf, SNOR_PROTO_8_8_8_DTR); in macronix_nor_octal_dtr_en() 267 ret = spi_nor_read_id(nor, 0, 0, buf, SNOR_PROTO_1_1_1); in macronix_nor_octal_dtr_dis()
|
H A D | micron-st.c | 76 ret = spi_nor_read_id(nor, 0, 8, buf, SNOR_PROTO_8_8_8_DTR); in micron_st_nor_octal_dtr_en() 112 ret = spi_nor_read_id(nor, 0, 0, buf, SNOR_PROTO_1_1_1); in micron_st_nor_octal_dtr_dis()
|
H A D | spansion.c | 226 ret = spi_nor_read_id(nor, nor->addr_nbytes, 3, buf, in cypress_nor_octal_dtr_en() 271 ret = spi_nor_read_id(nor, 0, 0, buf, SNOR_PROTO_1_1_1); in cypress_nor_octal_dtr_dis()
|
H A D | core.h | 617 int spi_nor_read_id(struct spi_nor *nor, u8 naddr, u8 ndummy, u8 *id,
|
H A D | core.c | 426 int spi_nor_read_id(struct spi_nor *nor, u8 naddr, u8 ndummy, u8 *id, in spi_nor_read_id() function 2015 ret = spi_nor_read_id(nor, 0, 0, id, nor->reg_proto); in spi_nor_detect()
|