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

  /src/sys/arch/rs6000/rs6000/
machdep.c 572 #define KCOM_GETBYTE(r) bsr1(0, kcom_base, (r))
586 while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY))
589 c = KCOM_GETBYTE(com_data);
590 stat = KCOM_GETBYTE(com_iir);
610 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
617 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 999 #define KCOM_GETBYTE(r) generic_bs_r_1(0, kcom_base, (r))
1008 while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY))
1011 c = KCOM_GETBYTE(com_data);
1012 stat = KCOM_GETBYTE(com_iir);
1026 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
1033 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)

Completed in 12 milliseconds