Home
last modified time | relevance | path

Searched refs:MMIO_BASE (Results 1 – 6 of 6) sorted by relevance

/bsp/raspberry-pi/raspi3-64/applications/test/
A Dgpio.h26 #define MMIO_BASE 0x3F000000 macro
28 #define GPFSEL0 ((volatile unsigned int*)(MMIO_BASE+0x00200000))
29 #define GPFSEL1 ((volatile unsigned int*)(MMIO_BASE+0x00200004))
30 #define GPFSEL2 ((volatile unsigned int*)(MMIO_BASE+0x00200008))
31 #define GPFSEL3 ((volatile unsigned int*)(MMIO_BASE+0x0020000C))
32 #define GPFSEL4 ((volatile unsigned int*)(MMIO_BASE+0x00200010))
33 #define GPFSEL5 ((volatile unsigned int*)(MMIO_BASE+0x00200014))
34 #define GPSET0 ((volatile unsigned int*)(MMIO_BASE+0x0020001C))
35 #define GPSET1 ((volatile unsigned int*)(MMIO_BASE+0x00200020))
36 #define GPCLR0 ((volatile unsigned int*)(MMIO_BASE+0x00200028))
[all …]
A Duart.c29 #define AUX_ENABLE ((volatile unsigned int*)(MMIO_BASE+0x00215004))
30 #define AUX_MU_IO ((volatile unsigned int*)(MMIO_BASE+0x00215040))
31 #define AUX_MU_IER ((volatile unsigned int*)(MMIO_BASE+0x00215044))
32 #define AUX_MU_IIR ((volatile unsigned int*)(MMIO_BASE+0x00215048))
33 #define AUX_MU_LCR ((volatile unsigned int*)(MMIO_BASE+0x0021504C))
34 #define AUX_MU_MCR ((volatile unsigned int*)(MMIO_BASE+0x00215050))
35 #define AUX_MU_LSR ((volatile unsigned int*)(MMIO_BASE+0x00215054))
36 #define AUX_MU_MSR ((volatile unsigned int*)(MMIO_BASE+0x00215058))
37 #define AUX_MU_SCRATCH ((volatile unsigned int*)(MMIO_BASE+0x0021505C))
38 #define AUX_MU_CNTL ((volatile unsigned int*)(MMIO_BASE+0x00215060))
[all …]
/bsp/raspberry-pi/raspi3-32/driver/
A Dmbox.h39 #define MMIO_BASE 0x3F000000 macro
40 #define VIDEOCORE_MBOX (MMIO_BASE+0x0000B880)
/bsp/raspberry-pi/raspi3-64/driver/
A Dmbox.h39 #define MMIO_BASE 0x3F000000 macro
40 #define VIDEOCORE_MBOX (MMIO_BASE+0x0000B880)
/bsp/raspberry-pi/raspi4-32/driver/
A Dmbox.h42 #define MMIO_BASE 0xFE000000 macro
43 #define VIDEOCORE_MBOX (MMIO_BASE+0x0000B880)
/bsp/raspberry-pi/raspi4-64/drivers/
A Dmbox.h41 #define MMIO_BASE 0xFE000000 macro
42 #define VIDEOCORE_MBOX (MMIO_BASE+0x0000B880)

Completed in 13 milliseconds