Searched refs:aha_cmd (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/isa/ |
| D | aha.c | 142 int aha_cmd(int, struct aha_softc *, int, u_char *, int, u_char *); 213 aha_cmd(iobase, sc, icnt, ibuf, ocnt, obuf) in aha_cmd() function 544 aha_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 790 aha_cmd(iobase, sc, sizeof(toggle.cmd), 954 aha_cmd(iobase, sc, sizeof(config.cmd), (u_char *)&config.cmd, 1061 aha_cmd(iobase, sc, sizeof(extbios.cmd), 1074 aha_cmd(iobase, sc, sizeof(unlock.cmd), (u_char *)&unlock.cmd, 1082 aha_cmd(sc, 1, 0, 0, 0, AHA_BUS_ON_TIME_SET, 7); 1083 aha_cmd(sc, 1, 0, 0, 0, AHA_BUS_OFF_TIME_SET, 4); 1088 aha_cmd(iobase, sc, sizeof(devices.cmd), (u_char *)&devices.cmd, [all …]
|