HomeSort by relevance Sort by last modified time
    Searched defs:uart (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/tools/
hciattach.c 498 /* It seems that if we set the CSR UART speed straight away, it
499 * won't work, the CSR UART gets into a state where we can't talk
504 * debugging) and only then set the CSR UART speed. Doing like
506 * The CSR UART control may be slow to wake up or something because
600 fprintf(stderr, "Reading CSR UART speed %d [%s]\n", rlen, temp+1);
617 /* Now, create the command that will set the UART speed */
638 fprintf(stderr, "Writing CSR UART speed %d [%s]\n", clen, temp + 1);
645 /* Send the command to set the CSR UART speed */
679 cmd[8] = 0x01; // HCI Transport Type = UART
726 // 01 Hci Transport type = Uart
1006 struct uart_t uart[] = { variable in typeref:struct:uart_t
    [all...]
  /external/quake/quake/src/WinQuake/
net_comx.cpp 138 int uart; member in struct:ComPort_s
194 while((source = inportb (p->uart + INTERRUPT_ID_REGISTER) & 0x07) != 1)
199 b = inportb (p->uart + RECEIVE_BUFFER_REGISTER);
215 outportb (p->uart + TRANSMIT_HOLDING_REGISTER, b);
220 p->modemStatus = (inportb (p->uart + MODEM_STATUS_REGISTER) & MODEM_STATUS_MASK) | p->modemStatusIgnore;
225 p->lineStatus = inportb (p->uart + LINE_STATUS_REGISTER);
229 source = inportb (p->uart + INTERRUPT_ID_REGISTER) & 0x07;
253 while((source = inportb (p->uart + INTERRUPT_ID_REGISTER) & 0x07) != 1)
260 b = inportb (p->uart + RECEIVE_BUFFER_REGISTER);
270 } while (inportb (p->uart + LINE_STATUS_REGISTER) & LSR_DATA_READY);
    [all...]

Completed in 93 milliseconds