Home
last modified time | relevance | path

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

/external/u-boot/arch/sh/include/asm/
Dcpu_sh7720.h184 #define PORT_BASE 0xA4050100 macro
185 #define PADR (PORT_BASE + 0x40)
186 #define PBDR (PORT_BASE + 0x42)
187 #define PCDR (PORT_BASE + 0x44)
188 #define PDDR (PORT_BASE + 0x46)
189 #define PEDR (PORT_BASE + 0x48)
190 #define PFDR (PORT_BASE + 0x4A)
191 #define PGDR (PORT_BASE + 0x4C)
192 #define PHDR (PORT_BASE + 0x4E)
193 #define PJDR (PORT_BASE + 0x50)
[all …]
/external/linux-kselftest/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.c246 pair_udp_open(udp_sock, PORT_BASE); in walk_v1_v2_rx()
608 pair_udp_open(udp_sock, PORT_BASE); in walk_v3_rx()
/external/u-boot/drivers/ata/
Dsata_ceva.c69 #define PORT_BASE 0x100 macro
112 writel(tmp, mmio + PORT_SCR_CTL + PORT_BASE + PORT_OFFSET * i); in ceva_init_sata()