Search | Google it | Results 1 - 1 of 1 for funcall:in_w from mtkernel_3/device/ser/sysdepend/tx03_m367/ser_m367.c (0.00 seconds) |
55: /* Reception processing */ 56: while( (in_w( ba[unit] + UARTxFR) & UARTxFR_RXFE) == 0) { 57: data = in_w(ba[unit] + UARTxDR); 58: err = data >> 8; 68: /* Transmission process */ 69: while( (in_w( ba[unit] + UARTxFR) & UARTxFR_TXFF) == 0 ) { 70: if( !dev_ser_get_snddat(unit, &data)) break; 132: case LLD_SER_SEND: 133: if((in_w( ba[unit] + UARTxFR) & UARTxFR_TXFF) == 0) { 134: out_w(ba[unit] + UARTxDR, parm);