Home
last modified time | relevance | path

Searched refs:hi_val (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1710 uint32_t hi_val; in pci_config_rd64() local
1717 hi_val = pci_config_rd32(hdlp, dp); in pci_config_rd64()
1718 val = ((uint64_t)hi_val << 32) | lw_val; in pci_config_rd64()
1726 uint32_t hi_val; in pci_config_wr64() local
1731 hi_val = (uint32_t)(value >> 32); in pci_config_wr64()
1734 pci_config_wr32(hdlp, dp, hi_val); in pci_config_wr64()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h80 TN_UINT32 hi_val; member
85 TN_UINT32 hi_val; member
/titanic_44/usr/src/lib/hbaapi/common/
H A Dhbaapi.h81 TN_UINT32 hi_val; member
86 TN_UINT32 hi_val; member
/titanic_44/usr/src/lib/libima/common/
H A Dima.h115 TN_UINT32 hi_val; member
120 TN_UINT32 hi_val; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2177 uint32_t module, mux_sel, probe, lo_val, hi_val; in ql_get_probe() local
2193 hi_val = ql_read_reg(qlge, REG_PRB_MX_DATA); in ql_get_probe()
2196 *buf = hi_val; in ql_get_probe()