Searched refs:avalue (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 124 unsigned long avalue; /* AValue */ member 146 unsigned long avalue; /* DW 7 */ member 586 return ins->avalue; in gru_get_amo_value() 593 return ins->avalue & 0xffffffff; in gru_get_amo_value_head() 600 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()
|
/openbmc/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()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 5687 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5762 avalue = 0; in lpfc_cmf_stats_timer() 5765 avalue = atomic_read(&phba->cgn_fabric_alarm_cnt); in lpfc_cmf_stats_timer() 5780 value = (uint16_t)avalue; in lpfc_cmf_stats_timer() 5797 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer() 5813 avalue = 0; in lpfc_cmf_stats_timer() 5821 avalue += le16_to_cpu(cp->cgn_alarm_min[i]); in lpfc_cmf_stats_timer() 5837 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer() 5842 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cmf_stats_timer() 5862 avalue = 0; in lpfc_cmf_stats_timer() [all …]
|