Lines Matching full:7
60 #define BLOGIC_MIN_AUTO_TAG_DEPTH 7
91 #define BLOGIC_CCB_GRP_ALLOCSIZE 7
192 BLOGIC_EISA_BUS, /* BT-7xx */
279 bool hard_reset:1; /* Bit 7 */
297 bool diag_active:1; /* Bit 7 */
313 bool int_valid:1; /* Bit 7 */
327 bool ext_trans_enable:1; /* Bit 7 */
401 bool dma_ch7:1; /* Byte 0 Bit 7 */
409 unsigned char:1; /* Byte 1 Bit 7 */
411 unsigned char:4; /* Byte 2 Bits 4-7 */
421 bool sync:1; /* Bit 7 */
427 unsigned char:6; /* Byte 0 Bits 2-7 */
432 unsigned char mbox_addr[3]; /* Bytes 5-7 */
471 BLOGIC_IO_DISABLE2 = 7
483 bool genericinfo_valid:1; /* Byte 2 Bit 7 */
502 unsigned char:1; /* Byte 9 Bit 7 */
510 unsigned char:3; /* Byte 13 Bits 5-7 */
548 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */
549 unsigned char dma_ch:7; /* Byte 11 Bits 0-6 */
550 bool dma_autoconf:1; /* Byte 11 Bit 7 */
551 unsigned char irq_ch:7; /* Byte 12 Bits 0-6 */
552 bool irq_autoconf:1; /* Byte 12 Bit 7 */
562 bool active_negation:1; /* Byte 15 Bit 7 */
572 bool floptical:1; /* Byte 19 Bit 7 */
585 bool vesa_burst_read:1; /* Byte 33 Bit 7 */
594 unsigned char:4; /* Byte 42 Bits 4-7 */
598 unsigned char:5; /* Byte 43 Bits 3-7 */
600 unsigned char boot_ch:4; /* Byte 44 Bits 4-7 */
602 unsigned char:7; /* Byte 45 Bits 1-7 */
616 unsigned char:7; /* Bits 1-7 */
629 unsigned char tgt_id:3; /* Bits 5-7 */
763 u32 segdata; /* Bytes 4-7 */
805 enum blogic_queuetag queuetag:2; /* Byte 1 Bits 6-7 */
808 u32 datalen; /* Bytes 4-7 */
817 enum blogic_queuetag legacy_tag:2; /* Byte 17 Bits 6-7 */
859 enum blogic_action action; /* Byte 7 */
871 enum blogic_cmplt_code comp_code; /* Byte 7 */
945 unsigned char scsi_lun; /* Byte 7 */
959 bool scam_enabled:1; /* Byte 20 Bit 7 */
961 unsigned char:7; /* Byte 21 Bits 1-7 */
1086 unsigned char dev_qual:3; /* Byte 0 Bits 5-7 */
1087 unsigned char dev_modifier:7; /* Byte 1 Bits 0-6 */
1088 bool rmb:1; /* Byte 1 Bit 7 */
1091 unsigned char iso_ver:2; /* Byte 2 Bits 6-7 */
1095 bool AENC:1; /* Byte 3 Bit 7 */
1099 bool SftRe:1; /* Byte 7 Bit 0 */
1100 bool CmdQue:1; /* Byte 7 Bit 1 */
1101 bool:1; /* Byte 7 Bit 2 */
1102 bool linked:1; /* Byte 7 Bit 3 */
1103 bool sync:1; /* Byte 7 Bit 4 */
1104 bool WBus16:1; /* Byte 7 Bit 5 */
1105 bool WBus32:1; /* Byte 7 Bit 6 */
1106 bool RelAdr:1; /* Byte 7 Bit 7 */
1249 index = (amount < 64 * 1024 ? 6 : 7); in blogic_incszbucket()