Lines Matching +full:0 +full:x007fffff
120 [0] = {
121 .start = 0x10800000,
122 .end = 0x10800fff,
153 .devs = &poodle_pcmcia_scoop[0],
167 [0] = {
168 .start = 0x10000000,
169 .end = 0x10001fff,
185 .id = 0,
250 gpio_direction_output(POODLE_GPIO_SD_PWR, 0); in poodle_mci_init()
251 gpio_direction_output(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_init()
253 return 0; in poodle_mci_init()
270 gpio_set_value(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_setpower()
271 gpio_set_value(POODLE_GPIO_SD_PWR, 0); in poodle_mci_setpower()
274 return 0; in poodle_mci_setpower()
292 .dev_id = "pxa2xx-mci.0",
331 .lower_margin = 0,
341 static uint8_t scan_ff_pattern[] = { 0xff, 0xff };
344 .options = 0,
364 .start = 0x0C000000,
365 .end = 0x0C000FFF,
381 .offset = 0x00120000,
394 .start = 0x00000000,
395 .end = 0x007fffff,
417 { I2C_BOARD_INFO("wm8731", 0x1b) },
427 int ret = 0; in poodle_init()
451 i2c_register_board_info(0, ARRAY_AND_SIZE(poodle_i2c_devices)); in poodle_init()
459 memblock_add(0xa0000000, SZ_32M); in fixup_poodle()