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

  /src/sys/arch/luna68k/dev/
siovar.h 54 static inline uint16_t getsiocsr(struct sioreg *);
61 getsiocsr(struct sioreg *sio) function in typeref:typename:uint16_t
87 while ((getsiocsr(sio) & RR_RXRDY) == 0)
101 while ((getsiocsr(sio) & RR_TXRDY) == 0)

Completed in 11 milliseconds