Searched refs:nsp32_hw_data (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | nsp32.c | 140 static nsp32_hw_data nsp32_data_base; /* probe <-> detect glue */ 228 static int nsp32_search_period_entry(nsp32_hw_data *, nsp32_target *, unsigned char); 229 static void nsp32_set_async (nsp32_hw_data *, nsp32_target *); 230 static void nsp32_set_max_sync (nsp32_hw_data *, nsp32_target *, unsigned char *, unsigned ch… 231 static void nsp32_set_sync_entry (nsp32_hw_data *, nsp32_target *, int, unsigned char); 234 static void nsp32_wait_req (nsp32_hw_data *, int); 235 static void nsp32_wait_sack (nsp32_hw_data *, int); 236 static void nsp32_sack_assert (nsp32_hw_data *); 237 static void nsp32_sack_negate (nsp32_hw_data *); 238 static void nsp32_do_bus_reset(nsp32_hw_data *); [all …]
|
D | nsp32.h | 603 } nsp32_hw_data; typedef
|