Home
last modified time | relevance | path

Searched refs:UNM_PCIE_REG (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c168 unm_nic_read_w0(adapter, UNM_PCIE_REG(PCIE_SEM2_LOCK), &done); in rom_lock()
188 unm_nic_read_w0(adapter, UNM_PCIE_REG(PCIE_SEM2_UNLOCK), &val); in rom_unlock()
363 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION)) { in pinit_from_rom()
366 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION2)) { in pinit_from_rom()
H A Dniu.c62 UNM_PCIE_REG(PCIE_SEM3_LOCK), &done); in phy_lock()
82 UNM_PCIE_REG(PCIE_SEM3_UNLOCK), &val); in phy_unlock()
H A Dunm_nic_ctx.c121 UNM_PCIE_REG(PCIE_SEM5_LOCK), &done); in netxen_api_lock()
147 UNM_PCIE_REG(PCIE_SEM5_UNLOCK), &val); in netxen_api_unlock()
H A Dunm_gem.c1105 adapter->unm_nic_hw_read_wx(adapter, UNM_PCIE_REG(PCIE_CHICKEN3), in netxen_pcie_strap_init()
1112 adapter->unm_nic_hw_write_wx(adapter, UNM_PCIE_REG(PCIE_CHICKEN3), in netxen_pcie_strap_init()
H A Dunm_nic_hw.c315 UNM_PCIE_REG(PCIE_SEM7_LOCK), &done, 4); in crb_win_lock()
338 adapter->unm_nic_hw_read_wx(adapter, UNM_PCIE_REG(PCIE_SEM7_UNLOCK), in crb_win_unlock()
H A Dunm_inc.h1199 #define UNM_PCIE_REG(reg) (UNM_CRB_PCIE + (reg)) macro
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c480 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM7_LOCK), &done); in ql_8021_crb_win_lock()
501 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM7_UNLOCK), NULL); in ql_8021_crb_win_unlock()
1040 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM5_LOCK), &done); in ql_8021_hw_lock()
1062 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM5_UNLOCK), NULL); in ql_8021_hw_unlock()
1072 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM2_LOCK), &done); in ql_8021_rom_lock()
1095 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM2_UNLOCK), NULL); in ql_8021_rom_unlock()
1457 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION)) { in ql_8021_pinit_from_rom()
1460 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION2)) { in ql_8021_pinit_from_rom()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h818 #define UNM_PCIE_REG(reg) (UNM_CRB_PCIE + (reg)) macro