Lines Matching +full:0 +full:xf0ffffff
60 .length = 0x00100000,
125 if (dev->bus->number == 0 && in n2100_fixup_r8169()
126 (dev->devfn == PCI_DEVFN(1, 0) || in n2100_fixup_r8169()
127 dev->devfn == PCI_DEVFN(2, 0))) in n2100_fixup_r8169()
137 return 0; in n2100_pci_init()
151 .start = 0xf0000000,
152 .end = 0xf0ffffff,
158 .id = 0,
171 .irq = 0,
174 .regshift = 0,
198 .pwm_enable = { 0, 0 },
244 .psc = { 0, 0 },
245 .pwm = { 0, 0 },
250 I2C_BOARD_INFO("rs5c372b", 0x32),
253 I2C_BOARD_INFO("f75375", 0x2e),
257 I2C_BOARD_INFO("pca9532", 0x60),
270 *IOP3XX_IDBR0 = 0xc0; in n2100_power_off()
271 *IOP3XX_ICR0 = 0xe9; in n2100_power_off()
274 /* Write address 0x08. */ in n2100_power_off()
275 *IOP3XX_IDBR0 = 0x08; in n2100_power_off()
276 *IOP3XX_ICR0 = 0xe8; in n2100_power_off()
279 /* Write data 0x01, stop condition. */ in n2100_power_off()
280 *IOP3XX_IDBR0 = 0x01; in n2100_power_off()
281 *IOP3XX_ICR0 = 0xea; in n2100_power_off()
291 ret = gpio_direction_output(N2100_HARDWARE_RESET, 0); in n2100_restart()
306 if (gpio_get_value(N2100_POWER_BUTTON) == 0) { in power_button_poll()
320 return 0; in n2100_request_gpios()
335 timer_setup(&power_button_poll_timer, power_button_poll, 0); in n2100_request_gpios()
338 return 0; in n2100_request_gpios()
352 i2c_register_board_info(0, n2100_i2c_devices, in n2100_init_machine()
360 .atag_offset = 0x100,