Searched refs:avalue (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 114 unsigned long avalue; /* AValue */ member 136 unsigned long avalue; /* DW 7 */ member 576 return ins->avalue; in gru_get_amo_value() 583 return ins->avalue & 0xffffffff; in gru_get_amo_value_head() 590 return ins->avalue >> 32; in gru_get_amo_value_limit()
|
| H A D | grukservices.c | 640 unsigned long avalue; in send_message_queue_full() local 644 avalue = gru_get_amo_value(cb); in send_message_queue_full() 675 avalue++; in send_message_queue_full() 679 gru_gamer(cb, EOP_ERR_CSWAP, mqd->mq_gpa, XTYPE_DW, mqh.val, avalue, in send_message_queue_full() 685 if (gru_get_amo_value(cb) != avalue) { in send_message_queue_full()
|
| /linux/drivers/input/joystick/ |
| H A D | as5011.c | 71 uint8_t avalue) in as5011_i2c_write() argument 73 uint8_t data[2] = { aregaddr, avalue }; in as5011_i2c_write()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5690 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5765 avalue = 0; in lpfc_cmf_stats_timer() 5768 avalue = atomic_read(&phba->cgn_fabric_alarm_cnt); in lpfc_cmf_stats_timer() 5783 value = (uint16_t)avalue; in lpfc_cmf_stats_timer() 5800 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer() 5816 avalue = 0; in lpfc_cmf_stats_timer() 5824 avalue += le16_to_cpu(cp->cgn_alarm_min[i]); in lpfc_cmf_stats_timer() 5840 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer() 5845 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cmf_stats_timer() 5865 avalue = 0; in lpfc_cmf_stats_timer() [all …]
|