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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A DserialGT.c79 int inreg(int channel, int reg) function
138 sav_lcr = inreg(channel, LCR);
163 while ((inreg(channel, LSR) & LSR_THRE) == 0);
175 if (inreg(channel, LSR) & LSR_DR) {
176 return inreg(channel, RBR);

Completed in 79 milliseconds