Home
last modified time | relevance | path

Searched refs:temp64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3562 u64 temp64; in __hal_device_handle_pic() local
3701 if (val64 & temp64) in __hal_device_handle_txdma()
3712 if (val64 & temp64) in __hal_device_handle_txdma()
3789 u64 val64, temp64; in __hal_device_handle_txmac() local
3821 u64 val64, temp64; in __hal_device_handle_txxgxs() local
3934 u64 val64, temp64; in __hal_device_handle_rxmac() local
3966 u64 val64, temp64; in __hal_device_handle_rxxgxs() local
4961 u64 val64, temp64; in xge_hal_device_macaddr_set() local
4967 temp64 = 0; in xge_hal_device_macaddr_set()
4970 temp64 <<= 8; in xge_hal_device_macaddr_set()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c274 uint64_t temp64; in i_psvc_value() local
365 temp64 = temp32; in i_psvc_value()
366 temp64 <<= addr_fields[i].shift; in i_psvc_value()
367 result |= temp64; in i_psvc_value()