Lines Matching refs:hostdata
102 struct NCR_700_Host_Parameters *hostdata = in sim710_probe_common() local
109 if(hostdata == NULL) { in sim710_probe_common()
121 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
122 hostdata->differential = differential; in sim710_probe_common()
123 hostdata->clock = clock; in sim710_probe_common()
124 hostdata->chip710 = 1; in sim710_probe_common()
125 hostdata->burst_length = 8; in sim710_probe_common()
128 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
151 kfree(hostdata); in sim710_probe_common()
159 struct NCR_700_Host_Parameters *hostdata = in sim710_device_remove() local
160 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in sim710_device_remove()
164 kfree(hostdata); in sim710_device_remove()