Lines Matching defs:hostdata
89 struct NCR_700_Host_Parameters *hostdata =
96 if(hostdata == NULL) {
107 /* Fill in the three required pieces of hostdata */
108 hostdata->base = ioport_map(base_addr, 64);
109 hostdata->differential = differential;
110 hostdata->clock = clock;
111 hostdata->chip710 = 1;
112 hostdata->burst_length = 8;
115 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev))
138 kfree(hostdata);
146 struct NCR_700_Host_Parameters *hostdata =
147 (struct NCR_700_Host_Parameters *)host->hostdata[0];
151 kfree(hostdata);