Lines Matching +full:0 +full:xff100000
60 /* Backlight PWM 0 */
171 PWM_LOOKUP("pxa27x-pwm.0", 0, "pwm-backlight", NULL, 4000 * 1024,
217 KEY(0, 0, KEY_UP),
218 KEY(0, 1, KEY_RIGHT),
219 KEY(0, 2, KEY_MEDIA),
220 KEY(1, 0, KEY_DOWN),
223 KEY(2, 0, KEY_LEFT),
243 { .code = (key), .gpio = (_gpio), .active_low = 0, \
247 MIO_KEY(KEY_VOLUMEUP, GPIO93_KEY_VOLUME_UP, "Volume up", 0),
248 MIO_KEY(KEY_VOLUMEDOWN, GPIO94_KEY_VOLUME_DOWN, "Volume down", 0),
249 MIO_KEY(KEY_HP, GPIO12_HPJACK_INSERT, "HP jack detect", 0)
279 * - init : GPIO24_GSM_MOD_RESET_CMD = 0, GPIO114_GSM_nMOD_DTE_UART_STATE = 1
282 * GPIO24_GSM_MOD_RESET_CMD = 0
283 * - turn on : GPIO88_GSM_nMOD_ON_CMD = 0, msleep(1000),
285 * - turn off : GPIO90_GSM_nMOD_OFF_CMD = 0, msleep(1000),
322 return 0; in gsm_init()
343 * - turn off : GPIO83_BT_ON = 0
350 * - init : GPIO23_GPS_UNKNOWN1 = 1, GPIO26_GPS_ON = 0, GPIO27_GPS_RESET = 0
351 * GPIO106_GPS_UNKNOWN2 = 0, GPIO107_GPS_UNKNOWN3 = 0
353 * - turn off : GPIO26_GPS_ON = 0, GPIO27_GPS_RESET = 0
391 .dev_id = "pxa2xx-mci.0",
430 * - initialize GPIOs (depends on value at 0xa020b020)
433 * - or if value at 0xa020b000 not equal to 0x0f0f0f0f, proceed to cold start
434 * - else do a resume, ie. jump to addr 0xa0100000
436 #define RESUME_ENABLE_ADDR 0xa020b000
437 #define RESUME_ENABLE_VAL 0x0f0f0f0f
438 #define RESUME_BT_ADDR 0xa020b020
439 #define RESUME_UNKNOWN_ADDR 0xa020b024
440 #define RESUME_VECTOR_ADDR 0xa0100000
451 for (i = 0; i < BOOTSTRAP_WORDS; i++) in install_bootstrap()
458 int i = 0, is_bt_on; in mioa701_sys_suspend()
469 for (i = 0; i < BOOTSTRAP_WORDS; i++) in mioa701_sys_suspend()
479 return 0; in mioa701_sys_suspend()
484 int i = 0; in mioa701_sys_resume()
490 for (i = 0; i < BOOTSTRAP_WORDS; i++) in mioa701_sys_resume()
513 return 0; in bootstrap_init()
551 [0] = {
581 .min_voltage = 0xc00,
582 .max_voltage = 0xfc0,
630 .sensor_i2c_adapter_id = 0,
631 .sensor_i2c_address = 0x5d,
636 I2C_BOARD_INFO("max1586", 0x14),
644 I2C_BOARD_INFO("mt9m111", 0x5d),
724 PSLR = 0xff100000; /* SYSDEL=125ms, PWRDEL=125ms, PSLR_SL_ROD=1 */ in mioa701_machine_init()
732 __raw_writel(0x7ff02dd8, MSC0); in mioa701_machine_init()
733 __raw_writel(0x0001c391, MCMEM0); in mioa701_machine_init()
734 __raw_writel(0x0001c391, MCATT0); in mioa701_machine_init()
735 __raw_writel(0x0001c391, MCIO0); in mioa701_machine_init()
758 i2c_register_board_info(0, ARRAY_AND_SIZE(mioa701_i2c_devices)); in mioa701_machine_init()
764 regulator_register_always_on(0, "fixed-5.0V", fixed_5v0_consumers, in mioa701_machine_init()
777 .atag_offset = 0x100,