Home
last modified time | relevance | path

Searched refs:OCM_WIN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c64 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | \ macro
1024 window = OCM_WIN(addr); in unm_nic_pci_set_window_2M()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1149 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff)) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c608 window = (uint32_t)OCM_WIN(addr); in ql_8021_pci_set_window()