Searched refs:seeprom_cmd (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_93cx6.c | 81 struct seeprom_cmd { struct 87 static const struct seeprom_cmd seeprom_ewen = {9, {1, 0, 0, 1, 1, 0, 0, 0, 0}}; 88 static const struct seeprom_cmd seeprom_ewds = {9, {1, 0, 0, 0, 0, 0, 0, 0, 0}}; 91 static const struct seeprom_cmd seeprom_long_ewen = {11, {1, 0, 0, 1, 1, 0, 0, 0, 0}}; 92 static const struct seeprom_cmd seeprom_long_ewds = {11, {1, 0, 0, 0, 0, 0, 0, 0, 0}}; 95 static const struct seeprom_cmd seeprom_write = {3, {1, 0, 1}}; 96 static const struct seeprom_cmd seeprom_read = {3, {1, 1, 0}}; 111 send_seeprom_cmd(struct seeprom_descriptor *sd, const struct seeprom_cmd *cmd) send_seeprom_cmd() 230 const struct seeprom_cmd *ewen, *ewds; ahc_write_seeprom()
|
Completed in 45 milliseconds