Home
last modified time | relevance | path

Searched refs:PER_BASE (Results 1 – 8 of 8) sorted by relevance

/bsp/raspberry-pi/raspi4-32/driver/
A Draspi4.h12 #define PER_BASE (0xFE000000) macro
40 #define ARM_TIMER_BASE (PER_BASE + 0xB000)
71 #define SPI_0_BASE (PER_BASE + SPI_0_BASE_OFFSET)
72 #define SPI_3_BASE (PER_BASE + SPI_3_BASE_OFFSET)
73 #define SPI_4_BASE (PER_BASE + SPI_4_BASE_OFFSET)
123 #define PM_RSTC HWREG32(PER_BASE + 0x0010001c)
124 #define PM_RSTS HWREG32(PER_BASE + 0x00100020)
125 #define PM_WDOG HWREG32(PER_BASE + 0x00100024)
136 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET)
152 #define MMC0_BASE_ADDR (PER_BASE+0x300000)
[all …]
/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h24 #define PER_BASE (0xFE000000) macro
45 #define GPIO_BASE_ADDR (PER_BASE + GPIO_BASE_OFFSET)
57 #define ARM_TIMER_BASE (PER_BASE + 0xB000)
69 #define UART_BASE (PER_BASE + PL011_UART_BASE_OFFSET)
84 #define AUX_BASE (PER_BASE + AUX_BASE_OFFSET)
88 #define PACTL_CS_ADDR (PER_BASE + PACTL_CS_OFFSET)
140 #define WDT_BASE (PER_BASE + 0x00100000)
155 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET)
172 #define MMC0_BASE_ADDR (PER_BASE+0x300000)
174 #define MMC2_BASE_ADDR (PER_BASE+0x340000)
/bsp/raspberry-pi/raspi3-32/driver/
A Draspi.h98 #define PER_BASE (0x3F000000) macro
129 #define IRQ_BASE (PER_BASE + 0xB200)
143 #define PM_BASE (PER_BASE + GPIO_PAD_OFFSET)
158 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET)
174 #define BCM283X_GPIO_BASE (PER_BASE + GPIO_BASE_OFFSET)
198 #define BCM283X_BSC0_BASE (PER_BASE + BSC0_BASE_OFFSET) //for i2c0
199 #define BCM283X_BSC1_BASE (PER_BASE + BSC1_BASE_OFFSET) //for i2c1
236 #define BCM283X_SPI0_BASE (PER_BASE + SPI0_BASE_OFFSET)
237 #define BCM283X_SPI1_BASE (PER_BASE + SPI1_BASE_OFFSET)
238 #define BCM283X_SPI2_BASE (PER_BASE + SPI2_BASE_OFFSET)
[all …]
A Ddrv_spi.h20 #define SPI0_BASE_ADDR (PER_BASE + BCM283X_SPI0_BASE)
/bsp/raspberry-pi/raspi3-64/driver/
A Draspi.h101 #define PER_BASE (0x3F000000) macro
133 #define IRQ_BASE (PER_BASE + 0xB200)
147 #define PM_BASE (PER_BASE + GPIO_PAD_OFFSET)
162 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET)
178 #define BCM283X_GPIO_BASE (PER_BASE + GPIO_BASE_OFFSET)
202 #define BCM283X_BSC0_BASE (PER_BASE + BSC0_BASE_OFFSET) //for i2c0
203 #define BCM283X_BSC1_BASE (PER_BASE + BSC1_BASE_OFFSET) //for i2c1
240 #define BCM283X_SPI0_BASE (PER_BASE + SPI0_BASE_OFFSET)
241 #define BCM283X_SPI1_BASE (PER_BASE + SPI1_BASE_OFFSET)
242 #define BCM283X_SPI2_BASE (PER_BASE + SPI2_BASE_OFFSET)
[all …]
A Ddrv_spi.h20 #define SPI0_BASE_ADDR (PER_BASE + BCM283X_SPI0_BASE)
A Ddrv_rtc.c53 bcm283x_i2c_write((PER_BASE + BCM283X_BSC0_BASE) ,buf, 8); in raspi_set_timestamp()
/bsp/raspberry-pi/raspi2/driver/
A Dbcm283x.h6 #define PER_BASE (0x3F000000) macro
12 #define GPIO_BASE (PER_BASE + 0x200000)
26 #define IRQ_BASE (PER_BASE + 0xB200)
41 #define STIMER_BASE (PER_BASE + 0x3000)
53 #define ARM_TIMER_BASE (PER_BASE + 0xB000)

Completed in 18 milliseconds