Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp139 uint16_t port_offset = 0; in main_platform() local
181 if (!llvm::to_integer(optarg, port_offset)) { in main_platform()
186 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform()
190 port_offset, LOW_PORT, HIGH_PORT); in main_platform()
289 if (port_offset > 0) in main_platform()
290 platform.SetPortOffset(port_offset); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h86 void SetPortOffset(uint16_t port_offset);
H A DGDBRemoteCommunicationServerPlatform.cpp595 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset() argument
596 m_port_offset = port_offset; in SetPortOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp789 int port_offset = port_offset_c_str ? ::atoi(port_offset_c_str) : 0; in MakeGdbServerUrl() local
794 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()