Home
last modified time | relevance | path

Searched refs:port_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp791 int port_offset = port_offset_c_str ? ::atoi(port_offset_c_str) : 0; in MakeGdbServerUrl() local
796 port + port_offset, socket_name); in MakeGdbServerUrl()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c3173 int port_offset = port ? 0x800 : 0; in ecore_link_init_bb() local
3198 ecore_wr(p_hwfn, p_ptt, XMAC_REG_MODE_BB + port_offset, 0x20); in ecore_link_init_bb()
3201 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_MAX_SIZE_BB + port_offset, 0x2710); in ecore_link_init_bb()
3204 ecore_wr(p_hwfn, p_ptt, XMAC_REG_TX_CTRL_LO_BB + port_offset, 0xC800); in ecore_link_init_bb()
3207 ecore_wr(p_hwfn, p_ptt, XMAC_REG_CTRL_BB + port_offset, in ecore_link_init_bb()
3210 XMAC_REG_RX_CTRL_BB + port_offset); in ecore_link_init_bb()
3212 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_CTRL_BB + port_offset, xmac_rxctrl); in ecore_link_init_bb()