Lines Matching +full:0 +full:x4b800000

93 	gc = gpio_reg_init(NULL, reg, -1, 32, "assabet", 0xff000000, def_val,  in assabet_init_gpio()
112 #define RST_UCB1X00 (1 << 0)
141 for (i = 0; i < 8; i++, byte <<= 1) { in adv7171_send()
144 if (byte & 0x80) in adv7171_send()
184 adv7171_send(0x54); in adv7171_write()
198 adv7171_write(0x04, 0x40); in adv7171_sleep()
246 * Phase 4 Assabet has two 28F160B3 flash parts in bank 0:
251 .size = 0x00020000,
252 .offset = 0,
256 .size = 0x00020000,
267 * Phase 5 Assabet has two 28F128J3A flash parts in bank 0:
272 .size = 0x00040000,
273 .offset = 0,
277 .size = 0x00040000,
366 .right_margin = 9, .lower_margin = 0,
407 DEFINE_RES_MEM(0x10000000, 0x08000000),
408 DEFINE_RES_MEM(0x18000000, 0x04000000),
409 DEFINE_RES_MEM(0x40000000, SZ_8K),
437 .dev_id = "reg-fixed-voltage.0",
439 GPIO_LOOKUP("assabet", 0, NULL, GPIO_ACTIVE_HIGH),
472 .gpio = 0,
491 .rep = 0,
527 * logic 0. This ensures that we won't inadvertently toggle in assabet_init()
546 PGSR = 0; in assabet_init()
547 PCFR = 0; in assabet_init()
548 PSDR = 0; in assabet_init()
559 platform_device_register_simple("neponset", 0, in assabet_init()
567 sa11x0_register_fixed_regulator(0, &assabet_cf_vcc_pdata, in assabet_init()
574 platform_device_register_resndata(NULL, "gpio-keys", 0, in assabet_init()
575 NULL, 0, in assabet_init()
630 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
631 GPSR = 0x3fc; /* Write 0xFF to GPIO 9:2 */ in get_assabet_scr()
632 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
635 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()
636 scr &= 0x3fc; /* save as system configuration byte. */ in get_assabet_scr()
668 .virtual = 0xf1000000,
669 .pfn = __phys_to_pfn(0x12000000),
670 .length = 0x00100000,
673 .virtual = 0xf2800000,
674 .pfn = __phys_to_pfn(0x4b800000),
675 .length = 0x00800000,
690 MSC1 = (MSC1 & ~0xffff) | in assabet_map_io()
692 MSC_RdAcc(2) | MSC_WrAcc(2) | MSC_Rec(0); in assabet_map_io()
709 sa1100_register_uart(0, 1); in assabet_map_io()
733 .atag_offset = 0x100,