Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c66 #define MS_WIN(addr) (addr & 0x0ffc0000) macro
1042 window = MS_WIN(addr); in unm_nic_pci_set_window_2M()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1151 #define MS_WIN(addr) (addr & 0x0ffc0000) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c621 window = (uint32_t)MS_WIN(addr); in ql_8021_pci_set_window()