Searched refs:BCM2837_PUT32 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/pexpert/arm/ |
| H A D | pe_serial.c | 579 BCM2837_PUT32(BCM2837_AUX_MU_IO_REG_V, (uint32_t) c); in pi3_uart_td0() 601 BCM2837_PUT32(BCM2837_AUX_ENABLES_V, 1); in pi3_uart_init() 602 BCM2837_PUT32(BCM2837_AUX_MU_CNTL_REG_V, 0); in pi3_uart_init() 603 BCM2837_PUT32(BCM2837_AUX_MU_LCR_REG_V, 3); in pi3_uart_init() 604 BCM2837_PUT32(BCM2837_AUX_MU_MCR_REG_V, 0); in pi3_uart_init() 605 BCM2837_PUT32(BCM2837_AUX_MU_IER_REG_V, 0); in pi3_uart_init() 606 BCM2837_PUT32(BCM2837_AUX_MU_IIR_REG_V, 0xC6); in pi3_uart_init() 607 BCM2837_PUT32(BCM2837_AUX_MU_BAUD_REG_V, 270); in pi3_uart_init() 616 BCM2837_PUT32(BCM2837_FSEL_REG(14), i); in pi3_uart_init() 618 BCM2837_PUT32(BCM2837_GPPUD_V, 0); in pi3_uart_init() [all …]
|
| /xnu-8020.140.41/pexpert/pexpert/arm64/ |
| H A D | BCM2837.h | 60 #define BCM2837_PUT32(addr, value) do { *((volatile uint32_t *) addr) = value; } while(0) macro
|