Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dlubbock.h17 #define LUBBOCK_FPGA_PHYS PXA_CS2_PHYS macro
19 #define LUB_P2V(x) ((x) - LUBBOCK_FPGA_PHYS + LUBBOCK_FPGA_VIRT)
20 #define LUB_V2P(x) ((x) - LUBBOCK_FPGA_VIRT + LUBBOCK_FPGA_PHYS)
29 #define LUB_WHOAMI __LUB_REG(LUBBOCK_FPGA_PHYS + 0x000)
30 #define LUB_DISC_BLNK_LED __LUB_REG(LUBBOCK_FPGA_PHYS + 0x040)
31 #define LUB_CONF_SWITCHES __LUB_REG(LUBBOCK_FPGA_PHYS + 0x050)
32 #define LUB_USER_SWITCHES __LUB_REG(LUBBOCK_FPGA_PHYS + 0x060)
33 #define LUB_MISC_WR __LUB_REG(LUBBOCK_FPGA_PHYS + 0x080)
34 #define LUB_MISC_RD __LUB_REG(LUBBOCK_FPGA_PHYS + 0x090)
35 #define LUB_IRQ_MASK_EN __LUB_REG(LUBBOCK_FPGA_PHYS + 0x0c0)
[all …]
/Linux-v4.19/arch/arm/mach-pxa/
Dlubbock.c113 #define LUB_HEXLED __LUB_REG(LUBBOCK_FPGA_PHYS + 0x010)
325 .start = LUBBOCK_FPGA_PHYS + 0xc0,
326 .end = LUBBOCK_FPGA_PHYS + 0xe0 - 1,
513 .pfn = __phys_to_pfn(LUBBOCK_FPGA_PHYS),