Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dlubbock.h12 #define LUBBOCK_FPGA_PHYS PXA_CS2_PHYS macro
14 #define LUB_P2V(x) ((x) - LUBBOCK_FPGA_PHYS + LUBBOCK_FPGA_VIRT)
15 #define LUB_V2P(x) ((x) - LUBBOCK_FPGA_VIRT + LUBBOCK_FPGA_PHYS)
24 #define LUB_WHOAMI __LUB_REG(LUBBOCK_FPGA_PHYS + 0x000)
25 #define LUB_DISC_BLNK_LED __LUB_REG(LUBBOCK_FPGA_PHYS + 0x040)
26 #define LUB_CONF_SWITCHES __LUB_REG(LUBBOCK_FPGA_PHYS + 0x050)
27 #define LUB_USER_SWITCHES __LUB_REG(LUBBOCK_FPGA_PHYS + 0x060)
28 #define LUB_MISC_WR __LUB_REG(LUBBOCK_FPGA_PHYS + 0x080)
29 #define LUB_MISC_RD __LUB_REG(LUBBOCK_FPGA_PHYS + 0x090)
30 #define LUB_IRQ_MASK_EN __LUB_REG(LUBBOCK_FPGA_PHYS + 0x0c0)
[all …]
Dlubbock.c109 #define LUB_HEXLED __LUB_REG(LUBBOCK_FPGA_PHYS + 0x010)
344 .start = LUBBOCK_FPGA_PHYS + 0xc0,
345 .end = LUBBOCK_FPGA_PHYS + 0xe0 - 1,
534 .pfn = __phys_to_pfn(LUBBOCK_FPGA_PHYS),