Home
last modified time | relevance | path

Searched refs:avalue (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/sgi-gru/
A Dgru_instructions.h114 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()
A Dgrukservices.c640 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/
A Das5011.c71 uint8_t avalue) in as5011_i2c_write() argument
73 uint8_t data[2] = { aregaddr, avalue }; in as5011_i2c_write()
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c5700 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local
5775 avalue = 0; in lpfc_cmf_stats_timer()
5793 value = (uint16_t)avalue; in lpfc_cmf_stats_timer()
5810 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer()
5826 avalue = 0; in lpfc_cmf_stats_timer()
5834 avalue += le16_to_cpu(cp->cgn_alarm_min[i]); in lpfc_cmf_stats_timer()
5850 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer()
5855 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cmf_stats_timer()
5875 avalue = 0; in lpfc_cmf_stats_timer()
5881 avalue += le32_to_cpu(cp->cgn_alarm_hr[i]); in lpfc_cmf_stats_timer()
[all …]

Completed in 32 milliseconds