Searched refs:dvalue (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys_python.py | 258 for dkey, dvalue in list(value.items()): 260 for pos, a_value in enumerate(dvalue):
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 5687 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5750 dvalue = atomic_read(&phba->cgn_driver_evt_cnt); in lpfc_cmf_stats_timer() 5772 value = (uint16_t)dvalue; in lpfc_cmf_stats_timer() 5797 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer() 5810 dvalue = 0; in lpfc_cmf_stats_timer() 5817 dvalue += le16_to_cpu(cp->cgn_drvr_min[i]); in lpfc_cmf_stats_timer() 5829 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer() 5842 index, dvalue, wvalue, lvalue, mvalue, avalue); in lpfc_cmf_stats_timer() 5857 dvalue = 0; in lpfc_cmf_stats_timer() 5864 dvalue += le32_to_cpu(cp->cgn_drvr_hr[i]); in lpfc_cmf_stats_timer() [all …]
|