Searched refs:uart_base (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_sun4i.h41 #define UART_RBR(n) (uart_base + (n)*0x400 + 0x0)
43 #define UART_THR(n) (uart_base + (n)*0x400 + 0x0)
45 #define UART_DLL(n) (uart_base + (n)*0x400 + 0x0)
47 #define UART_DLH(n) (uart_base + (n)*0x400 + 0x4)
49 #define UART_IER(n) (uart_base + (n)*0x400 + 0x4)
51 #define UART_IIR(n) (uart_base + (n)*0x400 + 0x8)
53 #define UART_FCR(n) (uart_base + (n)*0x400 + 0x8)
55 #define UART_LCR(n) (uart_base + (n)*0x400 + 0xc)
58 #define UART_LSR(n) (uart_base + (n)*0x400 + 0x14)
61 #define UART_RBR(n) (uart_base
[all...]
H A Dpe_bcm2835.c59 #define uart_base gRaspberryPiUartBase macro
80 while(!GET32(uart_base + AUX_MU_LSR_REG) & 0x20)
82 PUT32(uart_base + AUX_MU_IO_REG, c);
87 while(!GET32(uart_base + AUX_MU_LSR_REG) & 0x01)
89 return GET32(uart_base + AUX_MU_IO_REG);
98 PUT32(uart_base + AUX_ENABLES, 1);
99 PUT32(uart_base + AUX_MU_IER_REG, 0);
100 PUT32(uart_base + AUX_MU_CNTL_REG, 0);
101 PUT32(uart_base + AUX_MU_LCR_REG, 3);
102 PUT32(uart_base
[all...]
H A Dpe_sun4i.c56 #define uart_base gSun4iUartBase macro
H A Dpe_s5l8720x.c60 #define uart_base gS5L8720XUartBase macro
H A Dpe_apq8060.c88 #define uart_base gTouchPadUartBase macro
H A Dpe_s5l8900x.c58 #define uart_base gS5L8900XUartBase macro
H A Dpe_s5l8930x.c62 #define uart_base gS5L8930XUartBase macro

Completed in 77 milliseconds