seeprom_cmd        81 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_ewen = {9, {1, 0, 0, 1, 1, 0, 0, 0, 0}};
seeprom_cmd        82 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_ewds = {9, {1, 0, 0, 0, 0, 0, 0, 0, 0}};
seeprom_cmd        85 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_long_ewen = {11, {1, 0, 0, 1, 1, 0, 0, 0, 0}};
seeprom_cmd        86 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_long_ewds = {11, {1, 0, 0, 0, 0, 0, 0, 0, 0}};
seeprom_cmd        89 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_write = {3, {1, 0, 1}};
seeprom_cmd        90 drivers/scsi/aic7xxx/aic7xxx_93cx6.c static const struct seeprom_cmd seeprom_read  = {3, {1, 1, 0}};
seeprom_cmd       105 drivers/scsi/aic7xxx/aic7xxx_93cx6.c send_seeprom_cmd(struct seeprom_descriptor *sd, const struct seeprom_cmd *cmd)
seeprom_cmd       224 drivers/scsi/aic7xxx/aic7xxx_93cx6.c 	const struct seeprom_cmd *ewen, *ewds;