dflt_phy_param 759 drivers/scsi/aic94xx/aic94xx_sds.c struct asd_manuf_phy_param dflt_phy_param; dflt_phy_param 765 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.sig[0] = 'P'; dflt_phy_param 766 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.sig[1] = 'M'; dflt_phy_param 767 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.maj = 0; dflt_phy_param 768 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.min = 2; dflt_phy_param 769 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.num_phy_desc = 8; dflt_phy_param 770 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc_size = sizeof(struct asd_manuf_phy_desc); dflt_phy_param 772 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].state = 0; dflt_phy_param 773 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].phy_id = i; dflt_phy_param 774 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].phy_control_0 = 0xf6; dflt_phy_param 775 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].phy_control_1 = 0x10; dflt_phy_param 776 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].phy_control_2 = 0x43; dflt_phy_param 777 drivers/scsi/aic94xx/aic94xx_sds.c dflt_phy_param.phy_desc[i].phy_control_3 = 0xeb; dflt_phy_param 780 drivers/scsi/aic94xx/aic94xx_sds.c phy_param = &dflt_phy_param;