Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dcpu_sh7720.h185 #define PORT_BASE 0xA4050100 macro
186 #define PADR (PORT_BASE + 0x40)
187 #define PBDR (PORT_BASE + 0x42)
188 #define PCDR (PORT_BASE + 0x44)
189 #define PDDR (PORT_BASE + 0x46)
190 #define PEDR (PORT_BASE + 0x48)
191 #define PFDR (PORT_BASE + 0x4A)
192 #define PGDR (PORT_BASE + 0x4C)
193 #define PHDR (PORT_BASE + 0x4E)
194 #define PJDR (PORT_BASE + 0x50)
[all …]
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_ceva.c70 #define PORT_BASE 0x100 macro
109 writel(tmp, mmio + PORT_SCR_CTL + PORT_BASE + PORT_OFFSET * i); in ceva_init_sata()