Lines Matching defs:host
64 struct ide_host *host;
118 struct ide_host *host;
141 rc = ide_host_add(&idecs_port_info, hws, 1, &host);
145 hwif = host->ports[0];
148 return host;
155 return host;
158 return host;
194 struct ide_host *host;
227 host = idecs_register(io_base, ctl_base, link->irq, link);
228 if (host == NULL && resource_size(link->resource[0]) == 0x20) {
230 host = idecs_register(io_base + 0x10, ctl_base + 0x10,
234 if (host == NULL)
238 info->host = host;
240 'a' + host->ports[0]->index * 2,
253 struct ide_host *host = info->host;
258 ide_hwif_t *hwif = host->ports[0];
264 ide_host_remove(host);