HomeSort by: relevance | last modified time | path
    Searched refs:UART_CHNL_INT_STS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/xilinx/
zynq_uartreg.h 62 #define UART_CHNL_INT_STS 0x00000014 /* Channel Interrupt Status Register */
zynq_platform.c 149 while ((le32toh(uartaddr[UART_CHNL_INT_STS / 4]) & STS_TEMPTY) == 0)
zynq_uart.c 1662 int_sts = bus_space_read_4(iot, ioh, UART_CHNL_INT_STS);
1672 bus_space_write_4(iot, ioh, UART_CHNL_INT_STS, int_sts);
1704 bus_space_write_4(iot, ioh, UART_CHNL_INT_STS, INT_TIMEOUT);
1812 sts = bus_space_read_4(iot, ioh, UART_CHNL_INT_STS);
1813 bus_space_write_4(iot, ioh, UART_CHNL_INT_STS, sts);
1963 bus_space_write_4(regsp->ur_iot, regsp->ur_ioh, UART_CHNL_INT_STS, 0xffff);

Completed in 14 milliseconds