Home
last modified time | relevance | path

Searched refs:MSG_EXT_WDTR_BUS_16_BIT (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx_old/
Dscsi_message.h40 #define MSG_EXT_WDTR_BUS_16_BIT 0x01 macro
Daic7xxx_proc.c267 (aic_dev->cur.width == MSG_EXT_WDTR_BUS_16_BIT) ? in aic7xxx_proc_info()
277 MSG_EXT_WDTR_BUS_16_BIT) ? 1 : 0; in aic7xxx_proc_info()
/drivers/scsi/aic7xxx/
Dscsi_message.h58 #define MSG_EXT_WDTR_BUS_16_BIT 0x01 macro
Daic7xxx_core.c2428 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; in ahc_validate_width()
2648 if (width == MSG_EXT_WDTR_BUS_16_BIT) in ahc_set_width()
5512 tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; in ahc_init()
5578 tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; in ahc_init()
Daic79xx_core.c3814 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; in ahd_validate_width()
4180 if (tinfo->width == MSG_EXT_WDTR_BUS_16_BIT) in ahd_update_neg_table()
7678 tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; in ahd_default_config()
7784 user_tinfo->width = MSG_EXT_WDTR_BUS_16_BIT; in ahd_parse_cfgdata()
/drivers/scsi/
Daic7xxx_old.c2214 if (width == MSG_EXT_WDTR_BUS_16_BIT) in aic7xxx_set_width()
2244 else if (width == MSG_EXT_WDTR_BUS_16_BIT) in aic7xxx_set_width()
5161 case MSG_EXT_WDTR_BUS_16_BIT: in aic7xxx_parse_msg()
5181 aic_dev->goal.width = MSG_EXT_WDTR_BUS_16_BIT; in aic7xxx_parse_msg()
5236 case MSG_EXT_WDTR_BUS_16_BIT: in aic7xxx_parse_msg()
5239 (aic_dev->goal.width == MSG_EXT_WDTR_BUS_16_BIT) ) in aic7xxx_parse_msg()
5241 new_bus_width = MSG_EXT_WDTR_BUS_16_BIT; in aic7xxx_parse_msg()
5356 (bus_width == MSG_EXT_WDTR_BUS_16_BIT) && in aic7xxx_parse_msg()
5399 case MSG_EXT_WDTR_BUS_16_BIT: in aic7xxx_parse_msg()
5401 if ( (aic_dev->goal.width == MSG_EXT_WDTR_BUS_16_BIT) && in aic7xxx_parse_msg()
[all …]