Lines Matching +full:0 +full:x170
13 if (port_no == 0) { in ide_legacy_init_one()
14 base = 0x1f0; in ide_legacy_init_one()
15 ctl = 0x3f6; in ide_legacy_init_one()
18 base = 0x170; in ide_legacy_init_one()
19 ctl = 0x376; in ide_legacy_init_one()
24 printk(KERN_ERR "%s: I/O resource 0x%lX-0x%lX not free.\n", in ide_legacy_init_one()
30 printk(KERN_ERR "%s: I/O resource 0x%lX not free.\n", in ide_legacy_init_one()
47 memset(&hw, 0, sizeof(hw)); in ide_legacy_device_add()
49 if ((d->host_flags & IDE_HFLAG_QD_2ND_PORT) == 0) in ide_legacy_device_add()
50 ide_legacy_init_one(hws, &hw[0], 0, d, config); in ide_legacy_device_add()
53 if (hws[0] == NULL && hws[1] == NULL && in ide_legacy_device_add()