Lines Matching full:7
178 u64 reserved_56_62 : 7;
183 u64 exbits : 7;
207 u64 exbits : 7;
212 u64 reserved_56_62 : 7;
351 u64 exbits : 7;
352 u64 reserved_137_143 : 7;
360 u64 reserved_137_143 : 7;
361 u64 exbits : 7;
402 u64 reserved_49_55 : 7;
407 u64 reserved_1_7 : 7;
411 u64 reserved_1_7 : 7;
416 u64 reserved_49_55 : 7;
588 u64 reserved_56_62 : 7;
594 u64 reserved_56_62 : 7;
602 if (param1 <= 7) in ZIP_DBG_QUEX_STA()
603 return 0x1800ull + (param1 & 7) * 0x8ull; in ZIP_DBG_QUEX_STA()
903 if (param1 <= 7) in ZIP_QUEX_DONE()
904 return 0x2000ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DONE()
928 if (param1 <= 7) in ZIP_QUEX_DONE_ACK()
929 return 0x2200ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DONE_ACK()
953 if (param1 <= 7) in ZIP_QUEX_DONE_ENA_W1C()
954 return 0x2600ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DONE_ENA_W1C()
978 if (param1 <= 7) in ZIP_QUEX_DONE_ENA_W1S()
979 return 0x2400ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DONE_ENA_W1S()
1007 if (param1 <= 7) in ZIP_QUEX_DONE_WAIT()
1008 return 0x2800ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DONE_WAIT()
1032 if (param1 <= 7) in ZIP_QUEX_DOORBELL()
1033 return 0x4000ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_DOORBELL()
1061 if (param1 <= 7) in ZIP_QUEX_ERR_ENA_W1C()
1062 return 0x3600ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_ERR_ENA_W1C()
1090 if (param1 <= 7) in ZIP_QUEX_ERR_ENA_W1S()
1091 return 0x3400ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_ERR_ENA_W1S()
1123 if (param1 <= 7) in ZIP_QUEX_ERR_INT()
1124 return 0x3000ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_ERR_INT()
1153 if (param1 <= 7) in ZIP_QUEX_ERR_INT_W1S()
1154 return 0x3200ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_ERR_INT_W1S()
1182 if (param1 <= 7) in ZIP_QUEX_GCFG()
1183 return 0x1A00ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_GCFG()
1207 if (param1 <= 7) in ZIP_QUEX_MAP()
1208 return 0x1400ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_MAP()
1220 * ZIP_QUE(0..7)_SBUF_CTL.
1228 u64 off : 7;
1230 u64 off : 7;
1239 if (param1 <= 7) in ZIP_QUEX_SBUF_ADDR()
1240 return 0x1000ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_SBUF_ADDR()
1252 * ZIP_QUE(0..7)_SBUF_ADDR.
1261 u64 reserved_24_30 : 7;
1269 u64 reserved_24_30 : 7;
1279 if (param1 <= 7) in ZIP_QUEX_SBUF_CTL()
1280 return 0x1200ull + (param1 & 7) * 0x8ull; in ZIP_QUEX_SBUF_CTL()