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.c60 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | \ macro
1022 window = OCM_WIN(addr);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1147 #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.c596 window = (uint32_t)OCM_WIN(addr);

Completed in 298 milliseconds