Searched defs:scsi_window_data (Results 1 – 1 of 1) sorted by relevance
71 struct scsi_window_data { struct72 u_int8_t window_id; /* must be zero */73 u_int8_t res1:7;74 u_int8_t auto_bit:1;75 u_int8_t x_res[2];76 u_int8_t y_res[2];77 u_int8_t x_org[4];78 u_int8_t y_org[4];79 u_int8_t width[4];80 u_int8_t length[4];[all …]