Home
last modified time | relevance | path

Searched refs:w7 (Results 1 – 6 of 6) sorted by relevance

/drivers/input/serio/
Dhp_sdc.c473 uint8_t w7[4]; in hp_sdc_put() local
486 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()
/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c556 u16 w7 = prom[7], crc_read = w7 & 0x000F; in ms_sensors_tp_crc_valid_128() local
563 prom[7] = w7; in ms_sensors_tp_crc_valid_128()
/drivers/crypto/hisilicon/
Dqm_common.h15 __le16 w7; member
Dqm.c60 #define QM_CQE_PHASE(cqe) (le16_to_cpu((cqe)->w7) & 0x1)
/drivers/block/paride/
Dfit3.c34 #define w7(byte) {out_p(7,byte);} macro
/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h233 u16 w7; member