Lines Matching +full:mtd +full:- +full:ram
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-pxa/saar.c
7 * Copyright (C) 2007-2008 Marvell International Ltd.
20 #include <linux/platform_data/i2c-pxa.h>
23 #include <linux/mtd/mtd.h>
24 #include <linux/mtd/partitions.h>
25 #include <linux/mtd/onenand.h>
27 #include <asm/mach-types.h>
32 #include <linux/platform_data/video-pxafb.h>
142 /*Power-On Init sequence*/
180 SMART_CMD(0x30), /* Y settings 30h-3Dh */
266 SMART_CMD(0x00), /* RAM address set(H) 0*/
270 SMART_CMD(0x00), /* RAM address set(V) 4*/
274 SMART_CMD(0x00), /* Start of Window RAM address set(H) 8*/
278 SMART_CMD(0x00), /* End of Window RAM address set(H) 12*/
282 SMART_CMD(0x00), /* Start of Window RAM address set(V) 16*/
286 SMART_CMD(0x00), /* End of Window RAM address set(V) 20*/
369 /* set display ram: 240*320 */
370 SMART_CMD(0x00), /* RAM address set(H) 0*/
374 SMART_CMD(0x00), /* RAM address set(V) 4*/
378 SMART_CMD(0x00), /* Start of Window RAM address set(H) 8 */
382 SMART_CMD(0x00), /* End of Window RAM address set(H) 12 */
386 SMART_CMD(0x00), /* Start of Window RAM address set(V) 16 */
390 SMART_CMD(0x00), /* End of Window RAM address set(V) 20 */
398 /* write ram */
486 .name = "da903x-backlight",
561 .name = "onenand-flash",
562 .id = -1,