• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:nsp32_hw_data

147 static nsp32_hw_data nsp32_data_base;  /* probe <-> detect glue */
245 static int nsp32_search_period_entry(nsp32_hw_data *, nsp32_target *, unsigned char);
246 static void nsp32_set_async (nsp32_hw_data *, nsp32_target *);
247 static void nsp32_set_max_sync (nsp32_hw_data *, nsp32_target *, unsigned char *, unsigned char *);
248 static void nsp32_set_sync_entry (nsp32_hw_data *, nsp32_target *, int, unsigned char);
251 static void nsp32_wait_req (nsp32_hw_data *, int);
252 static void nsp32_wait_sack (nsp32_hw_data *, int);
253 static void nsp32_sack_assert (nsp32_hw_data *);
254 static void nsp32_sack_negate (nsp32_hw_data *);
255 static void nsp32_do_bus_reset(nsp32_hw_data *);
261 static int nsp32hw_init(nsp32_hw_data *);
264 static int nsp32_getprom_param (nsp32_hw_data *);
265 static int nsp32_getprom_at24 (nsp32_hw_data *);
266 static int nsp32_getprom_c16 (nsp32_hw_data *);
267 static void nsp32_prom_start (nsp32_hw_data *);
268 static void nsp32_prom_stop (nsp32_hw_data *);
269 static int nsp32_prom_read (nsp32_hw_data *, int);
270 static int nsp32_prom_read_bit (nsp32_hw_data *);
271 static void nsp32_prom_write_bit(nsp32_hw_data *, int);
272 static void nsp32_prom_set (nsp32_hw_data *, int, int);
273 static int nsp32_prom_get (nsp32_hw_data *, int);
394 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
414 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
431 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
449 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
466 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
597 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
821 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
875 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
941 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
1081 static int nsp32hw_init(nsp32_hw_data *data)
1190 nsp32_hw_data *data = dev_id;
1498 nsp32_hw_data *data;
1523 data = (nsp32_hw_data *)host->hostdata;
1606 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
1661 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
1819 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
1891 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
1967 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
2035 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
2330 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
2463 static int nsp32_search_period_entry(nsp32_hw_data *data,
2496 static void nsp32_set_async(nsp32_hw_data *data, nsp32_target *target)
2513 static void nsp32_set_max_sync(nsp32_hw_data *data,
2535 static void nsp32_set_sync_entry(nsp32_hw_data *data,
2564 static void nsp32_wait_req(nsp32_hw_data *data, int state)
2593 static void nsp32_wait_sack(nsp32_hw_data *data, int state)
2624 static void nsp32_sack_assert(nsp32_hw_data *data)
2637 static void nsp32_sack_negate(nsp32_hw_data *data)
2670 nsp32_hw_data *data;
2680 host = scsi_host_alloc(&nsp32_template, sizeof(nsp32_hw_data));
2682 host = scsi_register(sht, sizeof(nsp32_hw_data));
2690 * set nsp32_hw_data
2692 data = (nsp32_hw_data *)host->hostdata;
2694 memcpy(data, &nsp32_data_base, sizeof(nsp32_hw_data));
2902 nsp32_hw_data *data = (nsp32_hw_data *)host->hostdata;
2931 nsp32_hw_data *data = (nsp32_hw_data *)shpnt->hostdata;
2942 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
2970 nsp32_hw_data *data = (nsp32_hw_data *)SCpnt->device->host->hostdata;
2986 static void nsp32_do_bus_reset(nsp32_hw_data *data)
3032 nsp32_hw_data *data = (nsp32_hw_data *)host->hostdata;
3056 static int nsp32_getprom_param(nsp32_hw_data *data)
3131 static int nsp32_getprom_at24(nsp32_hw_data *data)
3218 static int nsp32_getprom_c16(nsp32_hw_data *data)
3269 static int nsp32_prom_read(nsp32_hw_data *data, int romaddr)
3332 static void nsp32_prom_set(nsp32_hw_data *data, int bit, int val)
3350 static int nsp32_prom_get(nsp32_hw_data *data, int bit)
3374 static void nsp32_prom_start (nsp32_hw_data *data)
3385 static void nsp32_prom_stop (nsp32_hw_data *data)
3395 static void nsp32_prom_write_bit(nsp32_hw_data *data, int val)
3403 static int nsp32_prom_read_bit(nsp32_hw_data *data)
3443 nsp32_hw_data *data = (nsp32_hw_data *)host->hostdata;
3486 nsp32_hw_data *data = &nsp32_data_base;