Lines Matching defs:myrb_pdev_state
392 struct myrb_pdev_state { struct
393 unsigned int present:1; /* Byte 0 Bit 0 */
394 unsigned int :7; /* Byte 0 Bits 1-7 */
395 enum {
400 } __packed devtype:2; /* Byte 1 Bits 0-1 */
401 unsigned int rsvd1:1; /* Byte 1 Bit 2 */
402 unsigned int fast20:1; /* Byte 1 Bit 3 */
403 unsigned int sync:1; /* Byte 1 Bit 4 */
404 unsigned int fast:1; /* Byte 1 Bit 5 */
405 unsigned int wide:1; /* Byte 1 Bit 6 */
406 unsigned int tcq_supported:1; /* Byte 1 Bit 7 */
407 enum myrb_devstate state; /* Byte 2 */
408 unsigned int rsvd2:8; /* Byte 3 */
409 unsigned int sync_multiplier; /* Byte 4 */
410 unsigned int sync_offset:5; /* Byte 5 Bits 0-4 */
411 unsigned int rsvd3:3; /* Byte 5 Bits 5-7 */
412 unsigned int size; /* Bytes 6-9 */
413 unsigned int rsvd4:16; /* Bytes 10-11 */