temp_scratch       58 drivers/infiniband/hw/hfi1/platform.c 	u64 checksum = 0, temp_scratch = 0;
temp_scratch       61 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch = read_csr(dd, ASIC_CFG_SCRATCH);
temp_scratch       62 drivers/infiniband/hw/hfi1/platform.c 	version = (temp_scratch & BITMAP_VERSION_SMASK) >> BITMAP_VERSION_SHIFT;
temp_scratch       80 drivers/infiniband/hw/hfi1/platform.c 		temp_scratch = read_csr(dd, ASIC_CFG_SCRATCH + (8 * i));
temp_scratch       82 drivers/infiniband/hw/hfi1/platform.c 			checksum += (temp_scratch & 0xFFFF);
temp_scratch       83 drivers/infiniband/hw/hfi1/platform.c 			temp_scratch >>= 16;
temp_scratch       90 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch = read_csr(dd, ASIC_CFG_SCRATCH);
temp_scratch       91 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch &= CHECKSUM_SMASK;
temp_scratch       92 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch >>= CHECKSUM_SHIFT;
temp_scratch       94 drivers/infiniband/hw/hfi1/platform.c 	if (checksum + temp_scratch == 0xFFFF)
temp_scratch      104 drivers/infiniband/hw/hfi1/platform.c 	u64 temp_scratch = 0, temp_dest = 0;
temp_scratch      106 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch = read_csr(dd, ASIC_CFG_SCRATCH_1);
temp_scratch      108 drivers/infiniband/hw/hfi1/platform.c 	temp_dest = temp_scratch &
temp_scratch      115 drivers/infiniband/hw/hfi1/platform.c 	temp_dest = temp_scratch &
temp_scratch      122 drivers/infiniband/hw/hfi1/platform.c 	temp_dest = temp_scratch &
temp_scratch      129 drivers/infiniband/hw/hfi1/platform.c 	temp_dest = temp_scratch &
temp_scratch      136 drivers/infiniband/hw/hfi1/platform.c 	temp_scratch = read_csr(dd, dd->hfi1_id ? ASIC_CFG_SCRATCH_3 :
temp_scratch      139 drivers/infiniband/hw/hfi1/platform.c 	ppd->tx_preset_eq = (temp_scratch & TX_EQ_SMASK) >> TX_EQ_SHIFT;
temp_scratch      140 drivers/infiniband/hw/hfi1/platform.c 	ppd->tx_preset_noeq = (temp_scratch & TX_NO_EQ_SMASK) >> TX_NO_EQ_SHIFT;
temp_scratch      141 drivers/infiniband/hw/hfi1/platform.c 	ppd->rx_preset = (temp_scratch & RX_SMASK) >> RX_SHIFT;
temp_scratch      143 drivers/infiniband/hw/hfi1/platform.c 	ppd->max_power_class = (temp_scratch & QSFP_MAX_POWER_SMASK) >>