Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c77 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) macro
458 adapter->crb_win = CRB_HI(*off); in unm_nic_pci_set_crbwindow_2M()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1167 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | \ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c423 crb_win = (uint32_t)CRB_HI(*off); in ql_8021_pci_set_crbwindow_2M()