Lines Matching refs:hostdata
89 struct NCR_700_Host_Parameters *hostdata = in sim710_probe_common() local
96 if(hostdata == NULL) { in sim710_probe_common()
108 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
109 hostdata->differential = differential; in sim710_probe_common()
110 hostdata->clock = clock; in sim710_probe_common()
111 hostdata->chip710 = 1; in sim710_probe_common()
112 hostdata->burst_length = 8; in sim710_probe_common()
115 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
138 kfree(hostdata); in sim710_probe_common()
146 struct NCR_700_Host_Parameters *hostdata = in sim710_device_remove() local
147 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in sim710_device_remove()
151 kfree(hostdata); in sim710_device_remove()