Searched refs:REG_CLR (Results 1 – 5 of 5) sorted by relevance
| /bsp/asm9260t/platform/ |
| A D | timer0.c | 20 outl((1<<4), REG_CLR(HW_PRESETCTRL1)); in hw_timer0_init() 23 outl((1<<0), REG_CLR(HW_TIMER0_TCR)); in hw_timer0_init() 25 outl((3<<0), REG_CLR(HW_TIMER0_CTCR)); in hw_timer0_init() 27 outl((3<<0), REG_CLR(HW_TIMER0_DIR)); in hw_timer0_init() 29 outl(0, REG_CLR(HW_TIMER0_PR)); in hw_timer0_init() 30 outl(0, REG_CLR(HW_TIMER0_PC)); in hw_timer0_init() 32 outl((7<<0), REG_CLR(HW_TIMER0_MCR)); in hw_timer0_init() 39 outl((1<<4), REG_CLR(HW_TIMER0_TCR)); in hw_timer0_init()
|
| A D | interrupt.c | 73 outl((1<<8), REG_CLR(HW_PRESETCTRL1)); // Reset ICOLL start in rt_hw_interrupt_init() 99 outl(0x00000000, REG_CLR(HW_ICOLL_VBASE)); //todo: fix this bug in rt_hw_interrupt_init() 101 outl(0x00020000, REG_CLR(HW_ICOLL_CTRL)); // Clear CTRL REG in rt_hw_interrupt_init() 104 outl(~0UL, REG_CLR(HW_ICOLL_CLEAR0)); in rt_hw_interrupt_init() 105 outl(~0UL, REG_CLR(HW_ICOLL_CLEAR1)); in rt_hw_interrupt_init() 117 outl(bit, REG_CLR(reg)); in rt_hw_interrupt_mask()
|
| A D | gpio.c | 29 addr = isOut? REG_SET(addr) : REG_CLR(addr); in HW_GpioSetDir() 45 addr = REG_CLR(HW_GPIO_DATA_BASE | ((port>>2)<<16)); in HW_GpioClrVal()
|
| A D | uart.c | 94 outl(1UL<<ctrl_bit,REG_CLR(HW_AHBCLKCTRL0)); //UART4 clk gate in Hw_UartInit() 96 outl(1UL<<ctrl_bit,REG_CLR(HW_PRESETCTRL0)); //UART4 reset in Hw_UartInit()
|
| A D | asm9260t.h | 23 #define REG_CLR(r) (((unsigned long)(r))+0x08) macro
|
Completed in 9 milliseconds