taglinefilesource code
regnr479drivers/char/stallion.cstatic void  stl_setreg(stlport_t *portp, int regnr, int value);
regnr480drivers/char/stallion.cstatic int  stl_getreg(stlport_t *portp, int regnr);
regnr481drivers/char/stallion.cstatic int  stl_updatereg(stlport_t *portp, int regnr, int value);
regnr1493drivers/char/stallion.cstatic int stl_getreg(stlport_t *portp, int regnr)
regnr1495drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1499drivers/char/stallion.cstatic void stl_setreg(stlport_t *portp, int regnr, int value)
regnr1501drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1505drivers/char/stallion.cstatic int stl_updatereg(stlport_t *portp, int regnr, int value)
regnr1507drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);