Lines Matching refs:value
1936 * error value.
1986 * error value.
2036 * error value.
2078 * error value.
2123 * error value.
2247 * error value.
2303 * error value.
2345 * error value.
2485 * error value.
2523 * or if it is a value to seek forward or reverse by. This function figures out
2524 * what the new offset of the debugfs file will be and assigns that value to the
2552 * than @nbytes if the end of the file was reached) or a negative error value.
3191 * negative error value.
3290 * than @nbytes if the end of the file was reached) or a negative error value.
3420 uint32_t where, value, count;
3481 value = idiag.cmd.data[IDIAG_PCICFG_VALUE_INDX];
3494 (uint8_t)value);
3498 u8val |= (uint8_t)value;
3506 u8val &= (uint8_t)(~value);
3519 (uint16_t)value);
3523 u16val |= (uint16_t)value;
3531 u16val &= (uint16_t)(~value);
3543 pci_write_config_dword(pdev, where, value);
3548 u32val |= value;
3557 u32val &= ~value;
3586 * than @nbytes if the end of the file was reached) or a negative error value.
3745 uint32_t bar_num, bar_size, offset, value, acc_range;
3832 value = idiag.cmd.data[IDIAG_BARACC_REG_VAL_INDX];
3834 writel(value, mem_mapped_bar + offset);
3839 u32val |= value;
3845 u32val &= ~value;
4042 * than @nbytes if the end of the file was reached) or a negative error value.
4250 * than @nbytes if the end of the file was reached) or a negative error value.
4335 uint32_t qidx, quetp, queid, index, count, offset, value;
4353 value = idiag.cmd.data[IDIAG_QUEACC_VALUE_INDX];
4543 *pentry = value;
4545 *pentry |= value;
4547 *pentry &= ~value;
4627 * than @nbytes if the end of the file was reached) or a negative error value.
4691 uint32_t drb_reg_id, value, reg_val = 0;
4704 value = idiag.cmd.data[IDIAG_DRBACC_VALUE_INDX];
4747 reg_val = value;
4750 reg_val |= value;
4754 reg_val &= ~value;
4845 * than @nbytes if the end of the file was reached) or a negative error value.
4906 uint32_t ctl_reg_id, value, reg_val = 0;
4919 value = idiag.cmd.data[IDIAG_CTLACC_VALUE_INDX];
4971 reg_val = value;
4974 reg_val |= value;
4978 reg_val &= ~value;
5001 * than @nbytes if the end of the file was reached) or a negative error value.
5039 * than @nbytes if the end of the file was reached) or a negative error value.
5404 * than @nbytes if the end of the file was reached) or a negative error value.