Lines Matching refs:value

213 	"FENCE 0 inc over max value and clipped",
214 "FENCE 1 inc over max value and clipped",
215 "FENCE 2 inc over max value and clipped",
216 "FENCE 3 inc over max value and clipped",
217 "FENCE 0 dec under min value and clipped",
218 "FENCE 1 dec under min value and clipped",
219 "FENCE 2 dec under min value and clipped",
220 "FENCE 3 dec under min value and clipped"
657 "Received invalid div select value: %d", div_sel);
749 * Return: 0 for success, negative value for error.
2918 * this value in the reset_before_init function to understand whether
3495 fence_pkt->value = cpu_to_le32(fence_val);
3535 * value if no capability
4314 cq_pkt->value = cpu_to_le32(cq_val);
4322 cq_pkt->value = cpu_to_le32(1);
4965 fence_pkt->value = cpu_to_le32(GAUDI_QMAN0_FENCE_VAL);
6395 u32 value, ctl;
6401 value = FIELD_PREP(GAUDI_PKT_SHORT_VAL_SOB_SYNC_VAL_MASK, 1);
6402 value |= FIELD_PREP(GAUDI_PKT_SHORT_VAL_SOB_MOD_MASK, 1);
6405 ctl |= FIELD_PREP(GAUDI_PKT_SHORT_CTL_OP_MASK, 0); /* write the value */
6412 pkt->value = cpu_to_le32(value);
6416 static u32 gaudi_add_mon_msg_short(struct packet_msg_short *pkt, u32 value,
6430 pkt->value = cpu_to_le32(value);
6439 u32 ctl, value, pkt_size = sizeof(*pkt);
6444 value = FIELD_PREP(GAUDI_PKT_SHORT_VAL_MON_SYNC_GID_MASK, sob_id / 8);
6445 value |= FIELD_PREP(GAUDI_PKT_SHORT_VAL_MON_SYNC_VAL_MASK, sob_val);
6446 value |= FIELD_PREP(GAUDI_PKT_SHORT_VAL_MON_MODE_MASK,
6448 value |= FIELD_PREP(GAUDI_PKT_SHORT_VAL_MON_MASK_MASK, mask);
6451 ctl |= FIELD_PREP(GAUDI_PKT_SHORT_CTL_OP_MASK, 0); /* write the value */
6458 pkt->value = cpu_to_le32(value);