HomeSort by: relevance | last modified time | path
    Searched defs:uart_write (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/evbmips/rasoc/
console.c 64 uart_write(const u_int offset, const uint32_t val) function in typeref:typename:void
81 uart_write(RA_UART_TBR, c);
125 uart_write(RA_UART_IER, 0); /* disable interrupts */
126 uart_write(RA_UART_FCR, 0); /* disable fifos */
129 uart_write(RA_UART_LCR,
131 uart_write(RA_UART_DLL,
134 uart_write(RA_UART_LCR,
console.c 64 uart_write(const u_int offset, const uint32_t val) function in typeref:typename:void
81 uart_write(RA_UART_TBR, c);
125 uart_write(RA_UART_IER, 0); /* disable interrupts */
126 uart_write(RA_UART_FCR, 0); /* disable fifos */
129 uart_write(RA_UART_LCR,
131 uart_write(RA_UART_DLL,
134 uart_write(RA_UART_LCR,
  /src/sys/arch/mips/adm5120/dev/
uart.c 62 dev_type_write(uart_write);
72 .d_write = uart_write,
253 uart_write(dev_t dev, struct uio *uio, int flag) function in typeref:typename:int
uart.c 62 dev_type_write(uart_write);
72 .d_write = uart_write,
253 uart_write(dev_t dev, struct uio *uio, int flag) function in typeref:typename:int
  /src/sys/arch/mips/ralink/
ralink_com.c 242 uart_write(const u_int offset, const uint32_t val) function in typeref:typename:void
265 uart_write(RA_UART_TBR, c);
430 uart_write(RA_UART_IER, 0); /* disable interrupts */
431 uart_write(RA_UART_FCR, 0); /* disable fifos */
434 uart_write(RA_UART_LCR,
436 uart_write(RA_UART_DLL,
439 uart_write(RA_UART_DLM,
442 uart_write(RA_UART_LCR, UART_LCR_WLS0 | UART_LCR_WLS1);
ralink_com.c 242 uart_write(const u_int offset, const uint32_t val) function in typeref:typename:void
265 uart_write(RA_UART_TBR, c);
430 uart_write(RA_UART_IER, 0); /* disable interrupts */
431 uart_write(RA_UART_FCR, 0); /* disable fifos */
434 uart_write(RA_UART_LCR,
436 uart_write(RA_UART_DLL,
439 uart_write(RA_UART_DLM,
442 uart_write(RA_UART_LCR, UART_LCR_WLS0 | UART_LCR_WLS1);
  /src/sys/arch/arm/marvell/
mvsoc.c 99 uart_write(bus_size_t o, uint32_t v) function in typeref:typename:void
121 uart_write(com_data, c);
mvsoc.c 99 uart_write(bus_size_t o, uint32_t v) function in typeref:typename:void
121 uart_write(com_data, c);

Completed in 26 milliseconds