Searched defs:wdc_command (Results 1 – 3 of 3) sorted by relevance
76 struct wdc_command { struct77 uint8_t drive; /* drive id */79 uint8_t r_command; /* Parameters to upload to registers */80 uint8_t r_head;81 uint16_t r_cyl;82 uint8_t r_sector;83 uint8_t r_count;84 uint8_t r_features;86 uint16_t bcount;87 void *data;[all …]
82 struct wdc_command { struct99 int wdccommand(struct wd_softc *, struct wdc_command *); argument
116 struct wdc_command { struct133 int wdccommand(struct wd_softc *, struct wdc_command *); argument