Searched refs:READ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_serial.c86 #define READ(r) inb(UART_PORT_ADDR + UART_##r) macro
97 if (READ(SCR) != 0x5a) return 0;
99 if (READ(SCR) != 0xa5) return 0;
106 const unsigned char lcr = READ( LCR );
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);
142 lsr = READ( LSR );
146 READ( RBR ); /* discard */
152 return READ( RBR );
194 READ( RBR );
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h522 #define FREAD READ

Completed in 80 milliseconds