/src/sys/dev/isa/ |
wdsreg.h | 12 #define WDS_CMD 0 /* write */ 28 /* WDS_CMD (write) defs */ 52 struct wds_cmd { struct 66 struct wds_cmd cmd; 67 struct wds_cmd sense;
|
wds.c | 174 int wds_cmd(bus_space_tag_t, bus_space_handle_t, u_char *, int); 223 wds_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt) function in typeref:typename:int 230 bus_space_write_1(iot, ioh, WDS_CMD, *ibuf++); 662 if (scb->hashkey == (scb_phys - sizeof(struct wds_cmd))) 728 wds_cmd(iot, ioh, &c, sizeof c); 746 wds_cmd(sc->sc_iot, sc->sc_ioh, &c, sizeof c); 889 bus_space_write_1(iot, ioh, WDS_CMD, WDSC_NOOP); 984 wds_cmd(iot, ioh, (u_char *)&init, sizeof init); 989 wds_cmd(iot, ioh, &c, sizeof c);
|
wdsreg.h | 12 #define WDS_CMD 0 /* write */ 28 /* WDS_CMD (write) defs */ 52 struct wds_cmd { struct 66 struct wds_cmd cmd; 67 struct wds_cmd sense;
|
wds.c | 174 int wds_cmd(bus_space_tag_t, bus_space_handle_t, u_char *, int); 223 wds_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt) function in typeref:typename:int 230 bus_space_write_1(iot, ioh, WDS_CMD, *ibuf++); 662 if (scb->hashkey == (scb_phys - sizeof(struct wds_cmd))) 728 wds_cmd(iot, ioh, &c, sizeof c); 746 wds_cmd(sc->sc_iot, sc->sc_ioh, &c, sizeof c); 889 bus_space_write_1(iot, ioh, WDS_CMD, WDSC_NOOP); 984 wds_cmd(iot, ioh, (u_char *)&init, sizeof init); 989 wds_cmd(iot, ioh, &c, sizeof c);
|