Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c206 case SNOR_MFR_ST: in set_4byte()
672 case SNOR_MFR_ST: in spi_nor_setup()
H A Dspi-nor-core.c403 case SNOR_MFR_ST: in set_4byte()
2475 case SNOR_MFR_ST: in spi_nor_init_params()
2535 if (JEDEC_MFR(info) == SNOR_MFR_ST) in spi_nor_init_params()
2842 if (JEDEC_MFR(info) == SNOR_MFR_ST || in spi_nor_scan()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h23 #define SNOR_MFR_ST CFI_MFR_ST /* ST Micro <--> Micron */ macro