Searched refs:UNM_ADDR_OCM0 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.c | 952 } else if (ADDR_IN_RANGE(addr, UNM_ADDR_OCM0, UNM_ADDR_OCM0_MAX)) { in unm_nic_pci_set_window_128M() 953 addr -= UNM_ADDR_OCM0; in unm_nic_pci_set_window_128M() 1012 } else if (ADDR_IN_RANGE(addr, UNM_ADDR_OCM0, UNM_ADDR_OCM0_MAX)) { in unm_nic_pci_set_window_2M() 1092 } else if (ADDR_IN_RANGE(addr, UNM_ADDR_OCM0, UNM_ADDR_OCM0_MAX)) { in unm_nic_pci_is_same_window()
|
H A D | unm_inc.h | 524 #define UNM_ADDR_OCM0 (0x0000000200000000ULL) macro
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 586 } else if (QL_8021_ADDR_IN_RANGE(addr, UNM_ADDR_OCM0, in ql_8021_pci_set_window() 651 } else if (QL_8021_ADDR_IN_RANGE(addr, UNM_ADDR_OCM0, in ql_8021_pci_is_same_window()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_nx.h | 660 #define UNM_ADDR_OCM0 0x0000000200000000 macro
|