| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_micron.c | 14 * Special Micron status bit 3 indicates that the block has been 77 * Configure chip properties from Micron vendor-specific ONFI table 84 struct nand_onfi_vendor_micron *micron = (void *)p->onfi->vendor; in micron_nand_onfi_init() local 86 chip->read_retries = micron->read_retry_options; in micron_nand_onfi_init() 168 struct micron_nand *micron = nand_get_manufacturer_data(chip); in micron_nand_on_die_ecc_setup() local 172 if (micron->ecc.forced) in micron_nand_on_die_ecc_setup() 175 if (micron->ecc.enabled == enable) in micron_nand_on_die_ecc_setup() 183 micron->ecc.enabled = enable; in micron_nand_on_die_ecc_setup() 192 struct micron_nand *micron = nand_get_manufacturer_data(chip); in micron_nand_on_die_ecc_status_4() local 242 ret = nand_read_page_op(chip, page, 0, micron->ecc.rawbuf, in micron_nand_on_die_ecc_status_4() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | flash.h | 51 #define MICRON 0x04 /* MICRON */ macro 64 #define RR_MT_1 0x11 /* micron */ 65 #define RR_MT_2 0x12 /* micron L94C L95B */ 77 /* 0 1 2 3 6 7 A B E F hynix, micron 74A */ 81 /* 0 1 2 3 4 5 8 9 C D 10 11 micron 84A */ 83 /* 0 1 2 3 4 5 7 8 A B E F micron L95B */ 85 /* 0 1 2 3 4 5 8 9 14 15 20 21 26 27 micron B74A TLC */
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | flash.h | 49 #define MICRON 0x04 /* MICRON */ macro 62 #define RR_MT_1 0x11 /* micron */ 63 #define RR_MT_2 0x12 /* micron L94C L95B */ 75 /* 0 1 2 3 6 7 A B E F hynix, micron 74A */ 79 /* 0 1 2 3 4 5 8 9 C D 10 11 micron 84A */ 81 /* 0 1 2 3 4 5 7 8 A B E F micron L95B */ 83 /* 0 1 2 3 4 5 8 9 14 15 20 21 26 27 micron B74A TLC */
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | ddr_defs.h | 28 /* Micron MT47H128M16RT-25E */ 41 /* Micron MT41J128M16JT-125 */ 57 /* Micron MT41J128M16JT-125 at 400MHz*/ 72 /* Micron MT41K128M16JT-187E */ 88 /* Micron MT41J64M16JT-125 */ 91 /* Micron MT41J256M16JT-125 */ 94 /* Micron MT41J256M8HX-15E */ 110 /* Micron MT41K256M16HA-125E */ 126 /* Micron MT41J512M8RH-125 on EVM v1.5 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | mt9m111.txt | 1 Micron 1.3Mp CMOS Digital Image Sensor 3 The Micron MT9M111 is a CMOS active pixel digital image sensor with an active 8 - compatible: value should be "micron,mt9m111" 25 compatible = "micron,mt9m111";
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | micron.su | |
| H A D | micron.c | 3 * Copyright (c) 2016-2017 Micron Technology, Inc. 6 * Peter Pan <peterpandong@micron.com> 123 .name = "Micron",
|
| H A D | .micron.o.cmd | |
| H A D | Kconfig | 25 bool "MICRON SPI flash support" 28 Add support for various MICRON SPI Nand flash chips
|
| /OK3568_Linux_fs/u-boot/spl/drivers/mtd/nand/spi/ |
| H A D | micron.su | |
| H A D | .micron.o.cmd | |
| /OK3568_Linux_fs/u-boot/board/overo/ |
| H A D | spl.c | 29 case REVISION_0: /* Micron 1286MB/256MB, 1/2 banks of 128MB */ in get_board_mem_timings() 35 case REVISION_1: /* Micron 256MB/512MB, 1/2 banks of 256MB */ in get_board_mem_timings() 48 case REVISION_3: /* Micron 512MB/1024MB, 1/2 banks of 512MB */ in get_board_mem_timings()
|
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | Kconfig | 7 tristate "Block Device Driver for Micron PCIe SSDs" 10 This enables the block driver for Micron PCIe SSDs.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | nvram.c | 41 /* On Core99, nvram is either a sharp, a micron or an AMD flash */ 287 DBG("nvram: Sharp/Micron Erasing bank %d...\n", bank); in sm_erase_bank() 294 printk(KERN_ERR "nvram: Sharp/Micron flash erase timeout !\n"); in sm_erase_bank() 305 printk(KERN_ERR "nvram: Sharp/Micron flash erase failed !\n"); in sm_erase_bank() 318 DBG("nvram: Sharp/Micron Writing bank %d...\n", bank); in sm_write_bank() 327 printk(KERN_ERR "nvram: Sharp/Micron flash write timeout !\n"); in sm_write_bank() 339 printk(KERN_ERR "nvram: Sharp/Micron flash write failed !\n"); in sm_write_bank()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | apf27.h | 294 #if (ACFG_SDRAM_MBYTE_SYZE == 64) /* micron MT46H16M32LF -6 */ 295 /* micron 64MB */ 301 /* micron 128MB */ 307 /* micron 256MB */
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | micron.c | 3 * Copyright (c) 2016-2017 Micron Technology, Inc. 6 * Peter Pan <peterpandong@micron.com> 47 /* Micron MT29F2G01AAAED Device */ 305 .name = "Micron",
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | Kconfig | 45 This is a Video4Linux2 sensor-level driver for the Micron 77 This is a Video4Linux2 sensor-level driver for the Micron
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | spi-fsl-qspi.txt | 54 compatible = "micron,n25q256a", "jedec,spi-nor"; 62 compatible = "micron,n25q256a", "jedec,spi-nor";
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx51evk/ |
| H A D | imximage.cfg | 57 * Setting DDR for micron 58 * 13 Rows, 10 Cols, 32 bit, SREF=4 Micron Model
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/ |
| H A D | ddr.c | 20 /* Micron MT41J256M8_187E */ 51 /* Micron MT41J128M16_15E */ 82 /* Micron MT41J512M8_187E */
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-camera.c | 25 /* Possible i2c addresses of Micron sensors */ 90 * Probes Micron sensors with 8 bit address and 16 bit register width 121 /* Validate chip ID to be sure we have a Micron device */ in em28xx_probe_sensor_micron() 156 "unknown Micron sensor detected: 0x%04x\n", in em28xx_probe_sensor_micron()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6sx-sdb.dts | 114 compatible = "micron,n25q256a", "jedec,spi-nor"; 124 compatible = "micron,n25q256a", "jedec,spi-nor";
|
| /OK3568_Linux_fs/u-boot/board/armadeus/apf27/ |
| H A D | apf27.h | 67 #if (ACFG_SDRAM_MBYTE_SYZE == 64) /* micron MT46H16M32LF -6 */ 68 /* micron 64MB */ 114 /* micron 128MB */ 160 /* micron 256MB */
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 23 #define SNOR_MFR_ST CFI_MFR_ST /* ST Micro <--> Micron */ 24 #define SNOR_MFR_MICRON CFI_MFR_MICRON /* ST Micro <--> Micron */ 125 /* Used for Micron flashes only. */ 145 #define EVCR_QUAD_EN_MICRON BIT(7) /* Micron Quad I/O */
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | Kconfig | 1830 This driver supports MT9M001 cameras from Micron, monochrome 1849 Micron/Aptina 1859 (Micron) mt9p031 5 Mpixel camera. 1868 (Micron) mt0t001 3 Mpixel camera. 1875 (Micron) MT9T111 and MT9T112 3 Mpixel camera. 1881 tristate "Micron mt9v011 sensor support" 1884 This is a Video4Linux2 sensor driver for the Micron 1889 tristate "Micron MT9V032 sensor support" 1896 This is a Video4Linux2 sensor driver for the Micron 1903 This is a Video4Linux2 sensor driver for the Aptina/Micron
|