Lines Matching +full:0 +full:x3300

135 	GPIO58_GPIO | MFP_LPM_DRIVE_LOW,	/* Column 0 */
146 GPIO69_GPIO | MFP_LPM_DRIVE_LOW, /* Row 0 */
168 [0] = {
170 .end = TOSA_CF_PHYS + 0xfff,
182 .id = 0,
195 [0] = {
196 .start = TOSA_SCOOP_PHYS + 0x40,
197 .end = TOSA_SCOOP_PHYS + 0xfff,
235 .devs = &tosa_pcmcia_scoop[0],
274 return 0; in tosa_mci_init()
295 .dev_id = "pxa2xx-mci.0",
299 GPIO_LOOKUP("sharp-scoop.0", TOSA_GPIO_SD_WP - TOSA_SCOOP_GPIO_BASE,
301 GPIO_LOOKUP("sharp-scoop.0", TOSA_GPIO_PWR_ON - TOSA_SCOOP_GPIO_BASE,
313 gpio_set_value(TOSA_GPIO_IR_POWERDWN, 0); in tosa_irda_transceiver_mode()
315 gpio_direction_output(TOSA_GPIO_IRDA_TX, 0); in tosa_irda_transceiver_mode()
329 ret = gpio_direction_output(TOSA_GPIO_IRDA_TX, 0); in tosa_irda_startup()
337 ret = gpio_direction_output(TOSA_GPIO_IR_POWERDWN, 0); in tosa_irda_startup()
343 return 0; in tosa_irda_startup()
417 KEY(0, 1, KEY_W),
418 KEY(0, 5, KEY_K),
419 KEY(0, 6, KEY_BACKSPACE),
420 KEY(0, 7, KEY_P),
421 KEY(1, 0, KEY_Q),
428 KEY(2, 0, KEY_A),
435 KEY(3, 0, KEY_Z),
444 KEY(4, 0, KEY_S),
453 KEY(5, 0, KEY_TAB),
460 KEY(6, 0, KEY_X),
606 [0] = {
608 .end = TOSA_LCDC_PHYS + 0x3ffffff,
649 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()
652 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_SUSPEND, 0); in tosa_tc6393xb_enable()
655 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_REST_IN, 0); in tosa_tc6393xb_enable()
668 return 0; in tosa_tc6393xb_enable()
695 return 0; in tosa_tc6393xb_resume()
700 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
701 gpio_set_value(TOSA_GPIO_TC6393XB_SUSPEND, 0); in tosa_tc6393xb_suspend()
702 return 0; in tosa_tc6393xb_suspend()
705 static uint8_t scan_ff_pattern[] = { 0xff, 0xff };
708 .options = 0,
731 .pixclock = 0x002cdf00,/* PLL divisor */
732 .left_margin = 0x004c,
733 .right_margin = 0x005b,
734 .upper_margin = 0x0001,
735 .lower_margin = 0x000d,
736 .hsync_len = 0x0002,
737 .vsync_len = 0x0001,
743 .pixclock = 0x00e7f203,/* PLL divisor */
744 .left_margin = 0x0024,
745 .right_margin = 0x002f,
746 .upper_margin = 0x0001,
747 .lower_margin = 0x000d,
748 .hsync_len = 0x0002,
749 .vsync_len = 0x0001,
759 .modes = &tosa_tc6393xb_lcd_mode[0],
766 .scr_pll2cr = 0x0cc1,
767 .scr_gper = 0x3300,
816 .chip_select = 0,
824 .offset = 0x00160000,
837 .start = 0x00000000,
838 .end = 0x007fffff,
886 if((msc0 & 0xffff0000) == 0x7ff00000) in tosa_restart()
887 __raw_writel((msc0 & 0xffff) | 0x7ee00000, MSC0); in tosa_restart()
903 init_gpio_reset(TOSA_GPIO_ON_RESET, 0, 0); in tosa_init()
910 PMCR = 0x01; in tosa_init()
934 memblock_add(0xa0000000, SZ_64M); in fixup_tosa()