Searched refs:seeprom_cmd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx_93cx6.c | 82 struct seeprom_cmd { struct 88 static struct seeprom_cmd seeprom_ewen = {9, {1, 0, 0, 1, 1, 0, 0, 0, 0}}; argument 89 static struct seeprom_cmd seeprom_ewds = {9, {1, 0, 0, 0, 0, 0, 0, 0, 0}}; 92 static struct seeprom_cmd seeprom_long_ewen = {11, {1, 0, 0, 1, 1, 0, 0, 0, 0}}; 93 static struct seeprom_cmd seeprom_long_ewds = {11, {1, 0, 0, 0, 0, 0, 0, 0, 0}}; 96 static struct seeprom_cmd seeprom_write = {3, {1, 0, 1}}; 97 static struct seeprom_cmd seeprom_read = {3, {1, 1, 0}}; 112 send_seeprom_cmd(struct seeprom_descriptor *sd, struct seeprom_cmd *cmd) in send_seeprom_cmd() 231 struct seeprom_cmd *ewen, *ewds; in ahc_write_seeprom()
|