gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:or_h (0.00 seconds)
mtkernel_3
lib/libtm/sysdepend/iote_rza2m/tm_com.c - 4.3KB - 118 lines
81:                                 and_h(SCIFA_SCR, ~SCR_RE);  /* Stop receive */
82:                                 or_h(SCIFA_FCR, FCR_RFRST); /* Reset FIFO */
83:                                 and_h(SCIFA_FCR, ~FCR_RFRST);
85: and_h(SCIFA_LSR, ~LSR_ORER); /* Clear overrun error */ 86: or_h(SCIFA_SCR, SCR_RE); /* Start receive */ 87: }
109: out_h(SCIFA_FCR, 0x00000030); /* Release FIFO reset */ 110: or_h(SCIFA_SPTR, 0x00000003); /* Break output settings */ 111: out_h(SCIFA_SCR, (SCR_TE|SCR_RE)); /* Enable send/receive */