Searched refs:w7 (Results 1 – 4 of 4) sorted by relevance
473 uint8_t w7[4]; in hp_sdc_put() local486 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; in hp_sdc_put()487 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; in hp_sdc_put()488 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; in hp_sdc_put()489 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; in hp_sdc_put()492 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()496 while (i < 4 && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()514 hp_sdc_data_out8(w7[hp_sdc.wi - 0x70]); in hp_sdc_put()515 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()520 while ((i < 4) && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
34 #define w7(byte) {out_p(7,byte);} macro
244 u16 w7; member
62 #define QM_CQE_PHASE(cqe) ((cqe)->w7 & 0x1)197 __le16 w7; member