Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dahci_ceva.c82 #define PORT_BASE 0x100 macro
157 writel(tmp, mmio + PORT_SCR_CTL + PORT_BASE + PORT_OFFSET * i); in ahci_ceva_setup()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_fanout.c279 pair_udp_open(fds_udp[0], PORT_BASE); in test_datapath()
280 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
Dpsock_lib.h35 #define PORT_BASE 8000 macro
Dpsock_tpacket.c241 pair_udp_open(udp_sock, PORT_BASE); in walk_v1_v2_rx()
548 pair_udp_open(udp_sock, PORT_BASE); in walk_v3_rx()
/linux-4.4.14/drivers/scsi/
DNCR53c406a.c184 #ifdef PORT_BASE
185 static int port_base = PORT_BASE;
455 #ifndef PORT_BASE in NCR53c406a_detect()
477 #ifdef PORT_BASE in NCR53c406a_detect()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h55 #define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE) macro
56 #define PORT_REG(idx, reg) (PORT_BASE(idx) + (reg))