Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c117 #define PORT_BASE (0x800) macro
119 #define PHY_CFG (PORT_BASE + 0x0)
124 #define PROG_PHY_LINK_RATE (PORT_BASE + 0xc)
131 #define PHY_CTRL (PORT_BASE + 0x14)
134 #define PHY_RATE_NEGO (PORT_BASE + 0x30)
135 #define PHY_PCN (PORT_BASE + 0x44)
136 #define SL_TOUT_CFG (PORT_BASE + 0x8c)
137 #define SL_CONTROL (PORT_BASE + 0x94)
140 #define TX_ID_DWORD0 (PORT_BASE + 0x9c)
141 #define TX_ID_DWORD1 (PORT_BASE + 0xa0)
[all …]
Dhisi_sas_v3_hw.c116 #define PORT_BASE (0x2000) macro
117 #define PHY_CFG (PORT_BASE + 0x0)
118 #define HARD_PHY_LINKRATE (PORT_BASE + 0x4)
125 #define PROG_PHY_LINK_RATE (PORT_BASE + 0x8)
126 #define PHY_CTRL (PORT_BASE + 0x14)
129 #define SL_CFG (PORT_BASE + 0x84)
130 #define SL_CONTROL (PORT_BASE + 0x94)
135 #define RX_PRIMS_STATUS (PORT_BASE + 0x98)
138 #define TX_ID_DWORD0 (PORT_BASE + 0x9c)
139 #define TX_ID_DWORD1 (PORT_BASE + 0xa0)
[all …]
Dhisi_sas_v2_hw.c175 #define PORT_BASE (0x2000) macro
177 #define PHY_CFG (PORT_BASE + 0x0)
178 #define HARD_PHY_LINKRATE (PORT_BASE + 0x4)
183 #define PROG_PHY_LINK_RATE (PORT_BASE + 0x8)
186 #define PHY_CTRL (PORT_BASE + 0x14)
189 #define SAS_PHY_CTRL (PORT_BASE + 0x20)
190 #define SL_CFG (PORT_BASE + 0x84)
191 #define PHY_PCN (PORT_BASE + 0x44)
192 #define SL_TOUT_CFG (PORT_BASE + 0x8c)
193 #define SL_CONTROL (PORT_BASE + 0x94)
[all …]
/Linux-v4.19/tools/testing/selftests/net/
Dpsock_fanout.c367 typeflags, PORT_BASE, PORT_BASE + port_off); in test_datapath()
382 pair_udp_open(fds_udp[0], PORT_BASE); in test_datapath()
383 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
Dpsock_lib.h35 #define PORT_BASE 8000 macro
Dpsock_tpacket.c243 pair_udp_open(udp_sock, PORT_BASE); in walk_v1_v2_rx()
604 pair_udp_open(udp_sock, PORT_BASE); in walk_v3_rx()
/Linux-v4.19/drivers/ata/
Dahci_ceva.c80 #define PORT_BASE 0x100 macro
193 writel(tmp, mmio + PORT_SCR_CTL + PORT_BASE + PORT_OFFSET * i); in ahci_ceva_setup()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h58 #define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE) macro
59 #define PORT_REG(idx, reg) (PORT_BASE(idx) + (reg))