Searched refs:__SIMPLE_OPTION (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 2367 #define __SIMPLE_OPTION(NAME, name) \ in sym53c8xx_setup() macro 2372 __SIMPLE_OPTION(PCI_PARITY, pci_parity) in sym53c8xx_setup() 2373 __SIMPLE_OPTION(SCSI_PARITY, scsi_parity) in sym53c8xx_setup() 2374 __SIMPLE_OPTION(MIN_SYNC, min_sync) in sym53c8xx_setup() 2375 __SIMPLE_OPTION(BURST_ORDER, burst_order) in sym53c8xx_setup() 2376 __SIMPLE_OPTION(SCSI_LED, scsi_led) in sym53c8xx_setup() 2377 __SIMPLE_OPTION(MAX_WIDE, max_wide) in sym53c8xx_setup() 2378 __SIMPLE_OPTION(SCSI_DIFF, scsi_diff) in sym53c8xx_setup() 2379 __SIMPLE_OPTION(IRQ_MODE, irq_mode) in sym53c8xx_setup() 2380 __SIMPLE_OPTION(SCSI_BUS_CHECK, scsi_bus_check) in sym53c8xx_setup() [all …]
|