Searched defs:myrb_pdev_state (Results 1 – 1 of 1) sorted by relevance
392 struct myrb_pdev_state { struct393 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 */[all …]